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 Holst Swende
0f4e7c9b0d
eth: utilize sync bloom for getNodeData (#21445)
* eth/downloader, eth/handler: utilize sync bloom for getNodeData
* trie: handle if bloom is nil
* trie, downloader: check bloom nilness externally
|
4 years ago |
.. |
downloader
|
eth: utilize sync bloom for getNodeData (#21445)
|
4 years ago |
fetcher
|
core, eth, les, trie: add a prefix to contract code (#21080)
|
4 years ago |
filters
|
…
|
|
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
|
…
|
|
api_backend.go
|
node: refactor package node (#21105)
|
4 years ago |
api_test.go
|
…
|
|
api_tracer.go
|
cmd, core, eth, light, trie: dump clean cache periodically (#20391)
|
4 years ago |
backend.go
|
node: refactor package node (#21105)
|
4 years ago |
bloombits.go
|
les: historical data garbage collection (#19570)
|
4 years ago |
config.go
|
cmd/utils: grant snapshot cache to trie if disabled (#21416)
|
4 years ago |
discovery.go
|
…
|
|
gen_config.go
|
cmd, core, eth, light, trie: dump clean cache periodically (#20391)
|
4 years ago |
handler.go
|
eth: utilize sync bloom for getNodeData (#21445)
|
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: use maxQueuedTxAnns for to limit the number of transactions announced (#21419)
|
4 years ago |
protocol.go
|
…
|
|
protocol_test.go
|
cmd, core, eth: background transaction indexing (#20302)
|
5 years ago |
sync.go
|
core: define and test chain rewind corner cases (#21409)
|
4 years ago |
sync_test.go
|
…
|
|