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.
rene
984e752ce5
eth: return error from eth_chainID during sync before EIP-155 activates ( #21686 )
...
This changes the chainID RPC method to return an error when EIP-155 is not yet
active at the current block height. It used to simply return zero in this case, but
that's confusing.
4 years ago
..
downloader
eth/downloader: fix race condition in tests ( #22140 )
4 years ago
fetcher
core, eth, les, trie: add a prefix to contract code ( #21080 )
4 years ago
filters
eth/filters: replace wiki links with new doc pages ( #22070 )
4 years ago
gasprice
cmd, eth: offer maxprice flag for overwritting price cap ( #21531 )
4 years ago
protocols
eth/protocols/snap: speed up hash checks ( #22023 )
4 years ago
tracers
eth, eth/tracers: include intrinsic gas in calltracer, expose for all tracers ( #22038 )
4 years ago
api.go
eth: return error from eth_chainID during sync before EIP-155 activates ( #21686 )
4 years ago
api_backend.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
api_test.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
api_tracer.go
core: persist bad blocks ( #21827 )
4 years ago
backend.go
internal/ethapi: restore net_version RPC method ( #22061 )
4 years ago
bloombits.go
eth: updated comments ( #21490 )
4 years ago
config.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
discovery.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
gen_config.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
handler.go
eth: improve log message ( #22146 )
4 years ago
handler_eth.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
handler_eth_test.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
handler_snap.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
handler_test.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
peer.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
peerset.go
eth: improve log message ( #22146 )
4 years ago
sync.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
sync_test.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago