go-ethereum/eth/filters
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.
2024-09-04 15:03:06 +02:00
..
api_test.go rpc: change BlockNumber constant values to match ethclient (#27219) 2023-05-23 13:18:38 +02:00
api.go eth/filters: remove support for pending logs (#29574) 2024-04-22 10:31:17 +02:00
bench_test.go eth/filters: add global block logs cache (#25459) 2022-08-19 11:14:59 +02:00
filter_system_test.go eth/filters: remove support for pending logs (#29574) 2024-04-22 10:31:17 +02:00
filter_system.go eth/filters: remove support for pending logs (#29574) 2024-04-22 10:31:17 +02:00
filter_test.go all: remove forkchoicer and reorgNeeded (#29179) 2024-09-04 15:03:06 +02:00
filter.go eth/filters: remove support for pending logs (#29574) 2024-04-22 10:31:17 +02:00