erigon-pulse/turbo/shards
ledgerwatch 94f4ea805d
Fixing hive SideChain reorg test (#5620)
the root cause is that when `inMemoryExecution` lambda gets created in
the `eth/backend.go`, it captures the reference of
`backend.notifications`, and so the execution of side-forks actually
adds notifications to there, and it all gets sent out to tx pool (and
RPC daemon) at the end of the stage loop (regardless of whether there
was forkchoice update or not)

so we can create a separate notification, but then somehow flush it to
the "main" nofitications when the in-memory exec state is flushed

Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
2022-10-05 05:42:38 +01:00
..
events.go Fixing hive SideChain reorg test (#5620) 2022-10-05 05:42:38 +01:00
state_cache_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
state_cache.go MIT licensed metrics lib (#2462) 2021-07-29 17:27:46 +07:00
state_change_accumulator.go Fixing hive SideChain reorg test (#5620) 2022-10-05 05:42:38 +01:00
trie_cache_test.go New Trie db layout - store trie structure info and multiple hashes per record (#1500) 2021-02-21 18:41:59 +00:00
trie_cache.go up linter version (#4108) 2022-05-10 10:14:09 +07:00