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.
gary rong
23524f8900
all: disable recording preimage of trie keys (#21402)
* cmd, core, eth, light, trie: disable recording preimage by default
* core, eth: fix unit tests
* core: fix import
* all: change to nopreimage
* cmd, core, eth, trie: use cache.preimages flag
* cmd: enable preimages for archive node
* cmd/utils, trie: simplify preimage tracking a bit
* core: fix linter
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
|
4 years ago |
.. |
downloader
|
all: replace RWMutex with Mutex in places where RLock is not used (#21622)
|
4 years ago |
fetcher
|
core, eth, les, trie: add a prefix to contract code (#21080)
|
4 years ago |
filters
|
all: simplify and fix database iteration with prefix/start (#20808)
|
5 years ago |
gasprice
|
cmd, eth: offer maxprice flag for overwritting price cap (#21531)
|
4 years ago |
tracers
|
core, all: split vm.Context into BlockContext and TxContext (#21672)
|
4 years ago |
api.go
|
eth/api: fix potential nil deref in AccountRange (#21710)
|
4 years ago |
api_backend.go
|
core, all: split vm.Context into BlockContext and TxContext (#21672)
|
4 years ago |
api_test.go
|
all: disable recording preimage of trie keys (#21402)
|
4 years ago |
api_tracer.go
|
all: disable recording preimage of trie keys (#21402)
|
4 years ago |
backend.go
|
all: disable recording preimage of trie keys (#21402)
|
4 years ago |
bloombits.go
|
eth: updated comments (#21490)
|
4 years ago |
config.go
|
all: disable recording preimage of trie keys (#21402)
|
4 years ago |
discovery.go
|
cmd/devp2p: add eth protocol test suite (#21598)
|
4 years ago |
gen_config.go
|
all: disable recording preimage of trie keys (#21402)
|
4 years ago |
handler.go
|
trie: use stacktrie for Derivesha operation (#21407)
|
4 years ago |
handler_test.go
|
eth: increase timeout in TestBroadcastBlock (#21299)
|
4 years ago |
helper_test.go
|
cmd/devp2p: add eth protocol test suite (#21598)
|
4 years ago |
peer.go
|
eth: use maxQueuedTxAnns for to limit the number of transactions announced (#21419)
|
4 years ago |
protocol.go
|
eth: rework tx fetcher to use O(1) ops + manage network requests
|
5 years ago |
protocol_test.go
|
cmd/devp2p: add eth protocol test suite (#21598)
|
4 years ago |
sync.go
|
core: define and test chain rewind corner cases (#21409)
|
4 years ago |
sync_test.go
|
eth: improve shutdown synchronization (#20695)
|
5 years ago |