-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebased replay #391
Rebased replay #391
Conversation
|
||
if !beacon.IsPoSHeader(header) { | ||
beacon.ethone.Finalize(chain, header, state, txs, uncles, nil) | ||
return | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved this so the conversion can happen for the block verifier.
The widrawals iteration should be fine since will be empty for the replay.
core/state/statedb.go
Outdated
LastCommittedRoot = root | ||
return root, nil | ||
} | ||
|
||
var LastCommittedRoot common.Hash | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hacky way for the statedb fix.
31f522b
to
009d3e2
Compare
Signed-off-by: Ignacio Hagopian <[email protected]>
Signed-off-by: Ignacio Hagopian <[email protected]>
Signed-off-by: Ignacio Hagopian <[email protected]>
Signed-off-by: Ignacio Hagopian <[email protected]>
Signed-off-by: Ignacio Hagopian <[email protected]>
Signed-off-by: Ignacio Hagopian <[email protected]>
Signed-off-by: Ignacio Hagopian <[email protected]>
Signed-off-by: Ignacio Hagopian <[email protected]>
ec5b79e
to
bb3a39d
Compare
Superseded by #431 |
No description provided.