erigon-pulse/cmd/integration/commands
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
..
flags.go erigon3: build .vi after download (#5568) 2022-09-29 12:14:51 +07:00
refetence_db.go integration mdbx_to_mdbx (#4897) 2022-08-02 13:37:57 +07:00
reset_state.go agg print stats at startup (#5586) 2022-10-01 09:29:28 +07:00
root.go erigon22: folder snapshots/history (#5351) 2022-09-18 17:41:01 +07:00
stages.go Fixing hive SideChain reorg test (#5620) 2022-10-05 05:42:38 +01:00
state_stages.go agg print stats at startup (#5586) 2022-10-01 09:29:28 +07:00