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.
Péter Szilágyi
41e75480df
eth, les, params: log chain config a bit saner ( #24904 )
...
Previously on Geth startup we just logged the chain config is a semi-json-y format. Whilst that worked while we had a handful of hard-forks defined, currently it's kind of unwieldy.
This PR converts that original data dump and converts it into a user friendly - alas multiline - log output.
3 years ago
..
catalyst
eth/catalyst: return 0x0 on Invalid block on top of pow block ( #25006 )
3 years ago
downloader
all: update license headers and AUTHORS from git history ( #24947 )
3 years ago
ethconfig
all: update license headers and AUTHORS from git history ( #24947 )
3 years ago
fetcher
all: update license headers and AUTHORS from git history ( #24947 )
3 years ago
filters
eth/filters: fix getLogs for pending block ( #24949 )
3 years ago
gasprice
graphql: fee history fields ( #24452 )
3 years ago
protocols
all: introduce trie owner notion ( #24750 )
3 years ago
tracers
eth/tracers: fix typo in 4byte_tracer_legacy.js ( #25020 )
3 years ago
api.go
eth/api: use `hexutil.Bytes` for account range method ( #25024 )
3 years ago
api_backend.go
core, eth, internal, rpc: implement final block ( #24282 )
3 years ago
api_test.go
cmd/geth, eth, core: snapshot dump + unify with trie dump ( #22795 )
4 years ago
backend.go
eth, les, params: log chain config a bit saner ( #24904 )
3 years ago
bloombits.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
discovery.go
all: update license headers and AUTHORS from git history ( #24947 )
3 years ago
handler.go
cmd, eth: fix required blocks regression
3 years ago
handler_eth.go
all: update license headers and AUTHORS from git history ( #24947 )
3 years ago
handler_eth_test.go
all: update license headers and AUTHORS from git history ( #24947 )
3 years ago
handler_snap.go
eth: check snap satelliteness, delegate drop to eth ( #22235 )
4 years ago
handler_test.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
peer.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
peerset.go
eth/downloader: implement beacon sync ( #23982 )
3 years ago
state_accessor.go
all: core rework for the merge transition ( #23761 )
3 years ago
sync.go
core: eth: implement Kiln-v2 spec ( #24506 )
3 years ago
sync_test.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago