Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
forge test --mc FaultDisputeGameN_Test --mt testFuzz_constructor_maxDepthTooLarge_reverts
forge test --mc FaultDisputeGameN_Test --mt testFuzz_constructor_invalidSplitDepth_reverts
forge test --mc FaultDisputeGameN_Test --mt testFuzz_constructor_clockExtensionTooLong_reverts
forge test --mc FaultDisputeGameN_Test --mt test_rootClaim_succeeds
forge test --mc FaultDisputeGameN_Test --mt test_extraData_succeeds
forge test --mc FaultDisputeGameN_Test --mt test_createdAt_succeeds
forge test --mc FaultDisputeGameN_Test --mt test_gameType_succeeds
forge test --mc FaultDisputeGameN_Test --mt test_gameData_succeeds
forge test --mc FaultDisputeGameN_Test --mt testFuzz_initialize_cannotProposeGenesis_reverts
forge test --mc FaultDisputeGameN_Test --mt test_initialize_receivesETH_succeeds
forge test --mc FaultDisputeGameN_Test --mt testFuzz_initialize_badExtraData_reverts
forge test --mc FaultDisputeGameN_Test --mt test_initialize_correctData_succeeds
forge test --mc FaultDisputeGameN_Test --mt test_initialize_onlyOnce_succeeds
forge test --mc FaultDisputeGameN_Test --mt test_cwiaCalldata_userCannotControlSelector_succeeds
forge test --mc FaultDisputeGameN_Test --mt test_getRequiredBond_succeeds
forge test --mc FaultDisputeGameN_Test --mt test_getRequiredBond_outOfBounds_reverts
forge test --mc FaultDisputeGameN_Test --mt test_move_gameNotInProgress_reverts
forge test --mc FaultDisputeGameN_Test --mt test_move_defendRoot_reverts
forge test --mc FaultDisputeGameN_Test --mt test_move_nonExistentParent_reverts
forge test --mc FaultDisputeGameN_Test --mt test_move_gameDepthExceeded_reverts
forge test --mc FaultDisputeGameN_Test --mt test_move_clockTimeExceeded_reverts
forge test --mc FaultDisputeGameN_Test --mt test_move_clockCorrectness_succeeds
forge test --mc FaultDisputeGameN_Test --mt test_move_duplicateClaim_reverts
forge test --mc FaultDisputeGameN_Test --mt test_move_duplicateClaimsDifferentSubgames_succeeds
forge test --mc FaultDisputeGameN_Test --mt test_move_simpleAttack_succeeds
forge test --mc FaultDisputeGameN_Test --mt test_move_incorrectStatusExecRoot_reverts
forge test --mc FaultDisputeGameN_Test --mt test_move_correctStatusExecRoot_succeeds
forge test --mc FaultDisputeGameN_Test --mt test_move_incorrectBondAmount_reverts
forge test --mc FaultDisputeGameN_Test --mt test_move_incorrectDisputedIndex_reverts
forge test --mc FaultDisputeGameN_Test --mt testFuzz_challengeRootL2Block_succeeds
forge test --mc FaultDisputeGameN_Test --mt testFuzz_challengeRootL2Block_receivesBond_succeeds
forge test --mc FaultDisputeGameN_Test --mt testFuzz_challengeRootL2Block_rightBlockNumber_reverts
forge test --mc FaultDisputeGameN_Test --mt test_challengeRootL2Block_badProof_reverts
forge test --mc FaultDisputeGameN_Test --mt test_challengeRootL2Block_badHeaderRLP_reverts
forge test --mc FaultDisputeGameN_Test --mt test_challengeRootL2Block_badHeaderRLPBlockNumberLength_reverts
forge test --mc FaultDisputeGameN_Test --mt test_step_duplicateStep_reverts