Skip to content

Commit

Permalink
add p2p sync
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Oct 2, 2024
1 parent 63a13a6 commit 2ca304c
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 5 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,11 @@ e2e-test-sequencer-rotation-unbond-da-evm: clean-e2e
e2e-test-sequencer-rotation-state-update-fail-evm: clean-e2e
cd tests && go test -timeout=45m -race -v -run Test_SqcRotation_StateUpd_Fail_EVM .

e2e-test-sequencer-rotation-history-sync-seq-change-evm: clean-e2e
cd tests && go test -timeout=45m -race -v -run Test_SeqRot_HisSync_SeqCha_EVM .
e2e-test-sequencer-rotation-history-sync-da-evm: clean-e2e
cd tests && go test -timeout=45m -race -v -run Test_SqcRotation_HisSync_DA_EVM .

e2e-test-sequencer-rotation-history-sync-p2p-evm: clean-e2e
cd tests && go test -timeout=45m -race -v -run Test_SqcRotation_HisSync_P2P_EVM .

# Executes IBC tests via rollup-e2e-testing
e2e-test-ibc-success-wasm: clean-e2e
Expand Down
Loading

0 comments on commit 2ca304c

Please sign in to comment.