-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gasPrice
stuck on 8 WEI
.
#1107
Comments
I think I had this issue half a year ago. I remember the reason for this is the current |
Hey @boundless-forest, thanks for the reply. What I've done so far was to be sure that we increase/decrease at leas
With that the I think that it would be better to set a lowest Another odd thing is that we have the following code comment at base-fee/src/lib.rs#L160:
But then we get a |
Fixed by #1115 |
…()` as `base_fee` floor value. (polkadot-evm#1115) * [polkadot-evm#1107] Using DefaultBaseFeePerGas as base_fee floor value. * [polkadot-evm#1107] Fix tests + if-else * [polkadot-evm#1107] lowest_base_fee = default_base_fee * Threshold::ideal() * [polkadot-evm#1107] fmt
…()` as `base_fee` floor value. (polkadot-evm#1115) * [polkadot-evm#1107] Using DefaultBaseFeePerGas as base_fee floor value. * [polkadot-evm#1107] Fix tests + if-else * [polkadot-evm#1107] lowest_base_fee = default_base_fee * Threshold::ideal() * [polkadot-evm#1107] fmt
When starting a new chain using the
frontier-node-template
I see that thegasPrice
starts to decrease (as expected).If I start sending txns to the node right at the beginning of block production, the
gasPrice
starts to increase (as expected).But if I wait until the
gasPrice
reaches its lowest value (8 WEI
) and then start sending the same txns, I see that it stays forever at that value:The text was updated successfully, but these errors were encountered: