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
1976bb3df0
eth/downloader: remove eth62 ( #21378 )
...
* init
notes
removed some mentions of eth62, bumped protocol err too old to >=63
* remove sanity checks and bump supported protocol version up to 63
* remove 62 tests, still need to add 65
* remove 65 tests
4 years ago
..
downloader
eth/downloader: remove eth62 ( #21378 )
4 years ago
fetcher
les: implement new les fetcher ( #20692 )
4 years ago
filters
all: simplify and fix database iteration with prefix/start ( #20808 )
5 years ago
gasprice
eth/gasprice: lighter gas price oracle for light client ( #20409 )
4 years ago
tracers
core/vm: less allocations for various call variants ( #21222 )
4 years ago
api.go
eth: add debug_accountRange API ( #19645 )
5 years ago
api_backend.go
les: historical data garbage collection ( #19570 )
4 years ago
api_test.go
eth: add debug_accountRange API ( #19645 )
5 years ago
api_tracer.go
cmd, core, eth, light, trie: dump clean cache periodically ( #20391 )
4 years ago
backend.go
cmd, core, eth, light, trie: dump clean cache periodically ( #20391 )
4 years ago
bloombits.go
les: historical data garbage collection ( #19570 )
4 years ago
config.go
cmd, core, eth, light, trie: dump clean cache periodically ( #20391 )
4 years ago
discovery.go
cmd/geth: enable DNS discovery by default ( #20660 )
5 years ago
gen_config.go
cmd, core, eth, light, trie: dump clean cache periodically ( #20391 )
4 years ago
handler.go
les: implement new les fetcher ( #20692 )
4 years ago
handler_test.go
eth: increase timeout in TestBroadcastBlock ( #21299 )
4 years ago
helper_test.go
cmd, core, eth: background transaction indexing ( #20302 )
5 years ago
peer.go
eth: don't block if transaction broadcast loop fails ( #21255 )
4 years ago
protocol.go
eth: rework tx fetcher to use O(1) ops + manage network requests
5 years ago
protocol_test.go
cmd, core, eth: background transaction indexing ( #20302 )
5 years ago
sync.go
eth: interrupt chain insertion on shutdown ( #21114 )
5 years ago
sync_test.go
eth: improve shutdown synchronization ( #20695 )
5 years ago