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

Proposal to activate EIP-98 and EIP-210 #123

Open
varasev opened this issue Oct 2, 2019 · 1 comment
Open

Proposal to activate EIP-98 and EIP-210 #123

varasev opened this issue Oct 2, 2019 · 1 comment

Comments

@varasev
Copy link
Contributor

varasev commented Oct 2, 2019

I reviewed the EIPs list in https://github.com/paritytech/parity-ethereum/blob/v2.6.4/ethcore/src/spec/spec.rs#L275-L355 and found that we hadn’t activated old EIP-98 and EIP-210 in our networks (Sokol/Kovan/Core/xDai).

According to the code in Parity client, these EIPs are not activated by default.

I think we need to consider their activation as well, but do that on Sokol network first, and after that try to sync some test Sokol node from scratch to ensure everything is fine with that.

@phahulin Maybe there was some strong reason of why those EIPs weren't activated initially when Sokol and Core networks started?

@phahulin
Copy link
Contributor

phahulin commented Oct 2, 2019

I don't think there was a strong reason, we probably based our spec on kovan's.

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

No branches or pull requests

3 participants
@phahulin @varasev and others