This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Enable St-Peters-Fork ("Constantinople Fix") #10223
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
5chdn
commented
Jan 21, 2019
•
edited
Loading
edited
- disable eip-1283 on kovan block 10255201
- disable eip-1283 on ropsten block 4939394
- enable st-peters-fork on mainnet block 7280000
- disable eip-1283 on sokol block 7026400
- ref Add EIP-1283 disable transition #10214
- ref core, cmd/puppeth: implement constantinople fix, disable EIP-1283 ethereum/go-ethereum#18486
5chdn
added
A0-pleasereview 🤓
Pull request needs code review.
B1-patch-beta 🕷🕷
M2-config 📂
Chain specifications and node configurations.
B0-patch-stable 🕷
Pull request should also be back-ported to the stable branch.
labels
Jan 21, 2019
jam10o-new
approved these changes
Jan 21, 2019
lexfrl
approved these changes
Jan 21, 2019
tomusdrw
reviewed
Jan 21, 2019
ethcore/res/ethereum/kovan.json
Outdated
@@ -49,7 +49,8 @@ | |||
"eip1014Transition": "0x8c6180", | |||
"eip1052Transition": "0x8c6180", | |||
"eip1283Transition": "0x8c6180", | |||
"kip4Transition": "0x8c6180", | |||
"eip1283DisableTransition": "0x8c6180", |
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.
I suppsoe we want to keep kip4
at the same block and just schedule disabling of eip1283
? The numbers should be swapped.
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.
Good someone is actually looking at the specs 👍
This was referenced Jan 21, 2019
Merged
5chdn
added a commit
that referenced
this pull request
Jan 22, 2019
* ethcore: disable eip-1283 on kovan block 10255201 * ethcore: disable eip-1283 on ropsten block 4939394 * ethcore: enable st-peters-fork on mainnet block 7280000 * ethcore: fix kovan chain spec * version: update fork blocks * ethcore: disable eip-1283 on sokol block 7026400
5chdn
added
A8-looksgood 🦄
Pull request is reviewed well.
B7-releasenotes 📜
Changes should be mentioned in the release notes of the next minor version release.
and removed
A0-pleasereview 🤓
Pull request needs code review.
labels
Jan 22, 2019
5chdn
added a commit
that referenced
this pull request
Jan 22, 2019
* ethcore: disable eip-1283 on kovan block 10255201 * ethcore: disable eip-1283 on ropsten block 4939394 * ethcore: enable st-peters-fork on mainnet block 7280000 * ethcore: fix kovan chain spec * version: update fork blocks * ethcore: disable eip-1283 on sokol block 7026400
5chdn
added a commit
that referenced
this pull request
Jan 22, 2019
* version: bump stable to 2.2.8 * Update for Android cross-compilation. (#10180) * build-unix update * .gitlab-ci update * Update build-unix.sh add android postprocessing * path to android lib libparity.so * fix path to libparity * add android lib to artifacts * Cancel Constantinople HF on POA Core (#10198) * Add EIP-1283 disable transition (#10214) * Enable St-Peters-Fork ("Constantinople Fix") (#10223) * ethcore: disable eip-1283 on kovan block 10255201 * ethcore: disable eip-1283 on ropsten block 4939394 * ethcore: enable st-peters-fork on mainnet block 7280000 * ethcore: fix kovan chain spec * version: update fork blocks * ethcore: disable eip-1283 on sokol block 7026400
5chdn
added a commit
that referenced
this pull request
Jan 22, 2019
* version: bump beta to 2.3.1 * Fix _cannot recursively call into `Core`_ issue (#10144) * Change igd to github:maufl/rust-igd * Run `igd::search_gateway_from_timeout` from own thread * Update for Android cross-compilation. (#10180) * build-unix update * .gitlab-ci update * Update build-unix.sh add android postprocessing * path to android lib libparity.so * fix path to libparity * add android lib to artifacts * Run all `igd` methods in its own thread (#10195) * Cancel Constantinople HF on POA Core (#10198) * Add EIP-1283 disable transition (#10214) * Enable St-Peters-Fork ("Constantinople Fix") (#10223) * ethcore: disable eip-1283 on kovan block 10255201 * ethcore: disable eip-1283 on ropsten block 4939394 * ethcore: enable st-peters-fork on mainnet block 7280000 * ethcore: fix kovan chain spec * version: update fork blocks * ethcore: disable eip-1283 on sokol block 7026400
ordian
pushed a commit
that referenced
this pull request
Mar 12, 2019
* ethcore: disable eip-1283 on kovan block 10255201 * ethcore: disable eip-1283 on ropsten block 4939394 * ethcore: enable st-peters-fork on mainnet block 7280000 * ethcore: fix kovan chain spec * version: update fork blocks * ethcore: disable eip-1283 on sokol block 7026400
ordian
pushed a commit
that referenced
this pull request
Mar 13, 2019
* ethcore: disable eip-1283 on kovan block 10255201 * ethcore: disable eip-1283 on ropsten block 4939394 * ethcore: enable st-peters-fork on mainnet block 7280000 * ethcore: fix kovan chain spec * version: update fork blocks * ethcore: disable eip-1283 on sokol block 7026400
ordian
pushed a commit
that referenced
this pull request
Mar 15, 2019
* ethcore: disable eip-1283 on kovan block 10255201 * ethcore: disable eip-1283 on ropsten block 4939394 * ethcore: enable st-peters-fork on mainnet block 7280000 * ethcore: fix kovan chain spec * version: update fork blocks * ethcore: disable eip-1283 on sokol block 7026400
ordian
pushed a commit
that referenced
this pull request
Mar 15, 2019
* ethcore: disable eip-1283 on kovan block 10255201 * ethcore: disable eip-1283 on ropsten block 4939394 * ethcore: enable st-peters-fork on mainnet block 7280000 * ethcore: fix kovan chain spec * version: update fork blocks * ethcore: disable eip-1283 on sokol block 7026400
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.
B0-patch-stable 🕷
Pull request should also be back-ported to the stable branch.
B7-releasenotes 📜
Changes should be mentioned in the release notes of the next minor version release.
M2-config 📂
Chain specifications and node configurations.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.