Skip to content
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

consensus: Remove seal verification from the consensus engine interface #22274

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

gballet
Copy link
Member

@gballet gballet commented Feb 5, 2021

VerifySeal became unreferenced when the remote miner API was moved into the consensus engine package.

For the eth2 merge, it would make my life a bit simpler not to have to care about that, since all I have to care about is disable the call to verifySeal in VerifyHeader once the merge block has passed.

Copy link
Member

@karalabe karalabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

@karalabe karalabe added this to the 1.10.0 milestone Feb 5, 2021
@karalabe karalabe merged commit e74bd58 into ethereum:master Feb 5, 2021
renaynay pushed a commit to renaynay/go-ethereum that referenced this pull request Feb 9, 2021
renaynay pushed a commit to renaynay/go-ethereum that referenced this pull request Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants