Skip to content

Commit

Permalink
Merge branch 'bold-review' into gligneul/delay-buffer-bold
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul authored Nov 28, 2024
2 parents fb34a9f + 0e6e2a8 commit 5cffbc3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion cmd/nitro-val/nitro_val.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func mainImpl() int {
func() *valnode.Config { return &liveNodeConfig.Get().Validation },
stack,
fatalErrChan,
nil,
)
if err != nil {
log.Error("couldn't init validation node", "err", err)
Expand Down
1 change: 0 additions & 1 deletion cmd/nitro/nitro.go
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ func mainImpl() int {
func() *valnode.Config { return &liveNodeConfig.Get().Validation },
stack,
fatalErrChan,
nil,
)
if err != nil {
valNode = nil
Expand Down
1 change: 0 additions & 1 deletion staker/bold/bold_state_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ func (s *BOLDStateProvider) ExecutionStateAfterPreviousState(
return nil, err
}
executionState.EndHistoryRoot = historyCommit.Merkle
fmt.Printf("ExecutionStateAfterPreviousState for previous state batch %v pos %v got end batch %v pos %v last leaf %v hash %v\n", previousGlobalState.Batch, previousGlobalState.PosInBatch, executionState.GlobalState.Batch, executionState.GlobalState.PosInBatch, historyCommitStates[len(historyCommitStates)-1], executionState.EndHistoryRoot)
return executionState, nil
}

Expand Down

0 comments on commit 5cffbc3

Please sign in to comment.