From b9e255255123a8a99130038929f452fb6b3b5c7e Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Tue, 14 May 2024 14:38:24 -0500 Subject: [PATCH] edit back tags --- bold | 2 +- system_tests/bold_challenge_protocol_test.go | 2 +- system_tests/state_provider_test.go | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/bold b/bold index 30b7542a94..db2935a509 160000 --- a/bold +++ b/bold @@ -1 +1 @@ -Subproject commit 30b7542a949985b812d7f7440b033584623f1f18 +Subproject commit db2935a509018028d8e8b7a169799ec5b092857a diff --git a/system_tests/bold_challenge_protocol_test.go b/system_tests/bold_challenge_protocol_test.go index ea53323151..470d285607 100644 --- a/system_tests/bold_challenge_protocol_test.go +++ b/system_tests/bold_challenge_protocol_test.go @@ -1,7 +1,7 @@ // Copyright 2023, Offchain Labs, Inc. // For license information, see https://github.com/nitro/blob/master/LICENSE -// asdasdgo:build challengetest && !race +//go:build challengetest && !race package arbtest diff --git a/system_tests/state_provider_test.go b/system_tests/state_provider_test.go index eaaa5f80e8..b799775dc4 100644 --- a/system_tests/state_provider_test.go +++ b/system_tests/state_provider_test.go @@ -1,7 +1,7 @@ // Copyright 2023, Offchain Labs, Inc. // For license information, see https://github.com/offchainlabs/bold/blob/main/LICENSE -//asdasdasdgo:build challengetest && !race +//go:build challengetest && !race package arbtest @@ -270,10 +270,9 @@ func TestChallengeProtocolBOLD_StateProvider(t *testing.T) { _ = result state := protocol.GoGlobalState{ - BlockHash: result.BlockHash, - SendRoot: result.SendRoot, - Batch: 3, - PosInBatch: 0, + BlockHash: result.BlockHash, + SendRoot: result.SendRoot, + Batch: 3, } got, err := stateManager.ExecutionStateAfterPreviousState(ctx, 3, &first.GlobalState, maxBlocks) Require(t, err)