Skip to content

Revert "Separate Etherbase flag by responsibility (#807)" #1134

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

Merged
merged 1 commit into from
Aug 11, 2020

Conversation

mcortesi
Copy link
Contributor

Description

This reverts commit #807

The rationale is that #807 implies a hard-fork that is not totally shielded with "minimumClientVersion". It does check it when verifying a block, but it's not taken into account when creating a new block. Which implies that if a validator uses this flags it won't be accepted by other validators.

The intention is to revisit #807 and to include it later.

Tested

CI

Backwards compatibility

Yes

This reverts commit 4c86d8d.

# Conflicts:
#	eth/backend.go
Copy link
Contributor

@lucasege lucasege left a comment

Choose a reason for hiding this comment

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

Good catch, tracking this on #1135 , I'll add a check for minClientVersion (fork) before proposing a block

@mcortesi mcortesi merged commit 7a6fc13 into master Aug 11, 2020
@mcortesi mcortesi deleted the mc/revert-1074 branch August 11, 2020 22:35
@mcortesi mcortesi added this to the 1.0.2 milestone Sep 24, 2020
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