Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Strict validation transitions #4988

Merged
merged 5 commits into from
Mar 28, 2017
Merged

Strict validation transitions #4988

merged 5 commits into from
Mar 28, 2017

Conversation

keorn
Copy link

@keorn keorn commented Mar 21, 2017

No description provided.

@keorn keorn added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. B0-patch labels Mar 21, 2017
@@ -64,6 +66,7 @@ impl From<ethjson::spec::AuthorityRoundParams> for AuthorityRoundParams {
block_reward: p.block_reward.map_or_else(U256::zero, Into::into),
registrar: p.registrar.map_or_else(Address::new, Into::into),
start_step: p.start_step.map(Into::into),
validate_score_transition: p.validate_score_transition.map_or(0, Into::into),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does the default at 0 break compatibility with existing PoA chains?

Copy link
Author

Choose a reason for hiding this comment

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

Only ones started with 1.5, but the default eip98 transition breaks them anyway.

@arkpar
Copy link
Collaborator

arkpar commented Mar 26, 2017

Needs a rebase

@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Mar 27, 2017
@gavofyork gavofyork merged commit a61b156 into master Mar 28, 2017
@gavofyork gavofyork deleted the validation-upgrade branch March 28, 2017 08:46
arkpar pushed a commit that referenced this pull request Apr 10, 2017
* ability to make validation stricter

* fix consensus

* remove logger
arkpar added a commit that referenced this pull request Apr 10, 2017
* v1.6.6

* Strict validation transitions (#4988)

* ability to make validation stricter

* fix consensus

* remove logger

* Fix eth_sign showing as wallet account (#5309)

* defaultProps for account

* Pass signing account

* Update tests for Connect(...)

* Add new seed nodes (#5345)

* Kovan warp sync fixed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants