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.
Martin HS
ac0ff04460
core/vm, params: ensure order of forks, prevent overflow ( #29023 )
...
This PR fixes an overflow which can could happen if inconsistent blockchain rules were configured. Additionally, it tries to prevent such inconsistencies from occurring by making sure that merge cannot be enabled unless previous fork(s) are also enabled.
9 months ago
..
testdata
internal/ethapi: handle blobs in API methods ( #28786 )
10 months ago
addrlock.go
all: update license information ( #16089 )
7 years ago
api.go
internal/ethapi, signer/core: fix documentation-links ( #28979 )
9 months ago
api_test.go
core/vm, params: ensure order of forks, prevent overflow ( #29023 )
9 months ago
backend.go
core, core/rawdb, eth/sync: no tx indexing during snap sync ( #28703 )
10 months ago
dbapi.go
all: remove concept of public/private API definitions ( #25053 )
2 years ago
errors.go
core: move tx indexer to its own file ( #28857 )
10 months ago
transaction_args.go
internal/ethapi: fix gas estimation bug in eth_fillTransaction for blob tx ( #28929 )
10 months ago
transaction_args_test.go
core, core/rawdb, eth/sync: no tx indexing during snap sync ( #28703 )
10 months ago