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
..
api.go
eth/downloader, eth/tracer: fix typos in comments ( #29707 )
5 months ago
beacondevsync.go
cmd, eth: switch the dev synctarget to hash from block ( #28209 )
1 year ago
beaconsync.go
eth/downloader: gofmt ( #30261 )
3 months ago
downloader.go
eth, eth/downloader: remove references to LightChain, LightSync ( #29711 )
5 months ago
downloader_test.go
all: remove forkchoicer and reorgNeeded ( #29179 )
2 months 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/downloader: purge pre-merge sync code ( #29281 )
6 months ago
fetchers_concurrent.go
eth/downloader: purge pre-merge sync code ( #29281 )
6 months ago
fetchers_concurrent_bodies.go
all: implement EIP-6110, execution layer triggered deposits ( #29431 )
2 months ago
fetchers_concurrent_receipts.go
cmd/devp2p, eth: drop eth/66 ( #28239 )
1 year ago
metrics.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
modes.go
eth, eth/downloader: remove references to LightChain, LightSync ( #29711 )
5 months ago
peer.go
cmd, eth: switch the dev synctarget to hash from block ( #28209 )
1 year ago
queue.go
all: implement EIP-6110, execution layer triggered deposits ( #29431 )
2 months ago
queue_test.go
all: implement EIP-6110, execution layer triggered deposits ( #29431 )
2 months ago
resultstore.go
all: fix typos in comments ( #28682 )
11 months ago
skeleton.go
eth/downloader: fix case where skeleton reorgs below the filled block ( #29358 )
7 months ago
skeleton_test.go
eth/downloader: fix flaky test ( #29852 )
5 months ago
statesync.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
testchain_test.go
all: remove forkchoicer and reorgNeeded ( #29179 )
2 months ago