Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(e2e): make sure replica receives a block (#52)
Send a simple tx to replica before running tests. This would add it to the pool and await replica receiving a block with this transaction, thus flipping the `prague` fork activation here https://github.com/paradigmxyz/reth/blob/0a1473b6e7949875f480043fa6874bdc583786d2/crates/transaction-pool/src/validate/eth.rs#L467 This is a workaround until we figure out why replica is not able to receive blocks from sequencer over p2p right away after the launch
- Loading branch information