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.
Marius van der Wijden
b0b67be0a2
all: remove forkchoicer and reorgNeeded ( #29179 )
...
This PR changes how sidechains are handled.
Before the merge, it was possible to import a chain with lower td and not set it as canonical. After the merge, we expect every chain that we get via InsertChain to be canonical. Non-canonical blocks can still be inserted
with InsertBlockWIthoutSetHead.
If during the InsertChain, the existing chain is not canonical anymore, we mark it as a sidechain and send the SideChainEvents normally.
2 months ago
..
discovery.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
gentrie.go
eth/protocols/snap: cleanup dangling account trie nodes due to incomplete storage ( #30258 )
3 months ago
gentrie_test.go
eth/protocols/snap: cleanup dangling account trie nodes due to incomplete storage ( #30258 )
3 months ago
handler.go
eth: dial nodes from discv5 ( #30302 )
3 months ago
handler_fuzzing_test.go
all: remove forkchoicer and reorgNeeded ( #29179 )
2 months ago
metrics.go
core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement gentrie ( #29313 )
7 months ago
peer.go
core,eth,internal: fix typo ( #29024 )
9 months ago
progress_test.go
core, eth/protocols/snap, internal/ethapi: remove redundant types ( #29841 )
5 months ago
protocol.go
core/state/snapshot, core/types, eth: move account definition to type ( #27323 )
1 year ago
range.go
eth/protocols/snap: fix snap sync failure on empty storage range ( #28306 )
1 year ago
range_test.go
eth/protocols/snap: fix snap sync failure on empty storage range ( #28306 )
1 year ago
sort_test.go
core, les, eth: port snap sync changes ( #24898 )
2 years ago
sync.go
eth/protocols/snap: cleanup dangling account trie nodes due to incomplete storage ( #30258 )
3 months ago
sync_test.go
trie/trienode: avoid unnecessary copy ( #30019 )
5 months ago
tracker.go
eth/protocols, prp/tracker: add support for req/rep rtt tracking ( #22608 )
4 years ago