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.
rjl493456442
743e404906
core, eth, les, tests, trie: abstract node scheme ( #25532 )
...
This PR introduces a node scheme abstraction. The interface is only implemented by `hashScheme` at the moment, but will be extended by `pathScheme` very soon.
Apart from that, a few changes are also included which is worth mentioning:
- port the changes in the stacktrie, tracking the path prefix of nodes during commit
- use ethdb.Database for constructing trie.Database. This is not necessary right now, but it is required for path-based used to open reverse diff freezer
2 years ago
..
api.go
all: fix some typos ( #25551 )
2 years ago
beaconsync.go
all: fix some typos ( #25551 )
2 years ago
downloader.go
core, eth, les, tests, trie: abstract node scheme ( #25532 )
2 years ago
downloader_test.go
all: cleanup tests ( #25641 )
2 years ago
events.go
cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode ( #17321 )
6 years ago
fetchers.go
eth: pre-process downloader responses on the peer reader thread
3 years ago
fetchers_concurrent.go
all: fix some typos ( #25551 )
2 years ago
fetchers_concurrent_bodies.go
all: fix some typos ( #25551 )
2 years ago
fetchers_concurrent_headers.go
all: fix some typos ( #25551 )
2 years ago
fetchers_concurrent_receipts.go
all: fix some typos ( #25551 )
2 years ago
metrics.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
modes.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
peer.go
eth, les: unlock downloader peerSet if there's an error ( #25546 )
2 years ago
queue.go
core, eth: for types with accurate size calcs, return uint64, not float ( #26046 )
2 years ago
queue_test.go
all: cleanup the APIs for initializing genesis ( #25473 )
2 years ago
resultstore.go
all: fix docstrings
2 years ago
skeleton.go
all: fix spelling mistakes ( #25961 )
2 years ago
skeleton_test.go
eth/downloader: make flakey test less flakey ( #25879 )
2 years ago
statesync.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
testchain_test.go
all: cleanup tests ( #25641 )
2 years ago