File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626//! These tests use Anvil as a simulated L1 network, allowing precise control over:
2727//! - Transaction injection (batch events)
2828//! - Block production (mining)
29- //! - Chain reorganizations (anvil_reorg RPC)
29+ //! - Chain reorganizations (` anvil_reorg` RPC)
3030//!
3131//! Related to: <https://github.com/scroll-tech/rollup-node/issues/420>
3232
@@ -83,7 +83,7 @@ fn read_test_transaction(tx_type: &str, index: &str) -> eyre::Result<Bytes> {
8383/// `L1Synced`.
8484///
8585/// # Test Flow
86- /// 1. Start a follower node in syncing state (skip automatic L1Synced notifications)
86+ /// 1. Start a follower node in syncing state (skip automatic ` L1Synced` notifications)
8787/// 2. Send multiple `BatchCommit` transactions to L1 (Anvil)
8888/// 3. Verify safe head remains at genesis (events are buffered, not processed)
8989/// 4. Trigger L1 sync completion by sending `L1Synced` notification
You can’t perform that action at this time.
0 commit comments