mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
c27825d47b
As per [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559) , there is only initial base fee after which it adjusts automatically. There are no current references to a minimum protocol base fee on Ethereum, Gnosis or Polygon. The existing code would put a 7 wei minimum limit on transactions to be included in the pool. This PR removes this check within txPool. Any transaction can now be added to the `queued` sub-pool after which it could get promoted to `pending` or `baseFee` subpools. The`pricelimit` flag still exists and acts on non-local transactions as a minimum feeCap for inclusion. |
||
---|---|---|
.. | ||
testdata | ||
txpoolcfg | ||
txpooluitl | ||
fetch_test.go | ||
fetch.go | ||
mocks_test.go | ||
pool_fuzz_test.go | ||
pool_test.go | ||
pool.go | ||
send.go | ||
test_util.go | ||
testdata.go | ||
txpool_grpc_server.go |