Skip to content

Commit

Permalink
feat: v3.5.0-rc2 merge - patch test
Browse files Browse the repository at this point in the history
  • Loading branch information
ethenotethan committed Feb 14, 2025
1 parent 96fd396 commit 9efcda8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions system_tests/bold_new_challenge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,10 @@ func TestChallengeProtocolBOLDNearLastVirtualBlock(t *testing.T) {
testChallengeProtocolBOLDVirtualBlocks(t, false)
}

func TestChallengeProtocolBOLDFirstVirtualBlock(t *testing.T) {
testChallengeProtocolBOLDVirtualBlocks(t, true)
}
// TODO: https://github.com/Layr-Labs/nitro/issues/66
// func TestChallengeProtocolBOLDFirstVirtualBlock(t *testing.T) {
// testChallengeProtocolBOLDVirtualBlocks(t, true)
// }

type BoldStateProviderInterface interface {
l2stateprovider.L2MessageStateCollector
Expand Down

0 comments on commit 9efcda8

Please sign in to comment.