Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marius van der Wijden
97aacd9b35
core: fix pre-check for account balance under EIP-1559 ( #23244 )
...
When processing a transaction with London fork rules, EIP-1559 mandates
checking that the sender must have sufficient balance to cover gas * gasFeeCap.
In the EIP's pseudocode, this check happens after the value transferred by the
transaction has already been deducted. However, in go-ethereum, the balance
has not yet been updated when the check happens, and therefore needs to be
added explicitly.
Co-authored-by: Martin Holst Swende <martin@swende.se>
3 years ago
..
catalyst
all: removed blockhash from statedb ( #23126 )
3 years ago
downloader
eth/downloader: increase downloader block body allowance ( #23074 )
3 years ago
ethconfig
all: remove noop vm config flags ( #23111 )
3 years ago
fetcher
eth/fetcher, trie: unit test reliability fixes ( #23020 )
3 years ago
filters
accounts/abi/bind: fix bounded contracts and sim backend for 1559 ( #23038 )
3 years ago
gasprice
eth/gasprice, internal/ethapi, miner: minor feehistory fixes
3 years ago
protocols
accounts/abi/bind: fix bounded contracts and sim backend for 1559 ( #23038 )
3 years ago
tracers
core: fix pre-check for account balance under EIP-1559 ( #23244 )
3 years ago
api.go
eth, miner: add RPC method to modify miner gaslimit (pre london: ceiling) ( #23134 )
3 years ago
api_backend.go
internal: get pending and queued transaction by address ( #22992 )
3 years ago
api_test.go
cmd/geth, eth, core: snapshot dump + unify with trie dump ( #22795 )
4 years ago
backend.go
all: remove noop vm config flags ( #23111 )
3 years ago
bloombits.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
discovery.go
cmd/utils: use eth DNS tree for snap discovery ( #22808 )
4 years ago
handler.go
core, eth, miner: enforce configured mining reward post 1559 too
3 years ago
handler_eth.go
eth: check snap satelliteness, delegate drop to eth ( #22235 )
4 years ago
handler_eth_test.go
eth: unregister peer only when handler exits ( #22908 )
4 years ago
handler_snap.go
eth: check snap satelliteness, delegate drop to eth ( #22235 )
4 years ago
handler_test.go
core, eth, miner: enforce configured mining reward post 1559 too
3 years ago
peer.go
eth: check snap satelliteness, delegate drop to eth ( #22235 )
4 years ago
peerset.go
eth: don't wait for snap registration if we're not running snap ( #22272 )
4 years ago
state_accessor.go
all: removed blockhash from statedb ( #23126 )
3 years ago
sync.go
core, eth, miner: enforce configured mining reward post 1559 too
3 years ago
sync_test.go
eth, les: drop support for eth/64, fix eth/66 tests
4 years ago