You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title implies, I'm trying to simulate transactions that are stuck in the mempool with an insufficient basefee.
The issue is that:
Anvil rejects transactions with a too-low basefee (which is probably standard node behaviour)
I tried using setNextBlockBaseFeePerGas to bump the fee immediately after sending transactions, however that causes the transactions to be purged from the mempool (but not included IIRC) — this was with interval mining enabled so that the transactions wouldn't get included
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As the title implies, I'm trying to simulate transactions that are stuck in the mempool with an insufficient basefee.
The issue is that:
setNextBlockBaseFeePerGas
to bump the fee immediately after sending transactions, however that causes the transactions to be purged from the mempool (but not included IIRC) — this was with interval mining enabled so that the transactions wouldn't get includedIs there another way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions