-
Notifications
You must be signed in to change notification settings - Fork 146
Remove constantinople fork from mainnet launch cfg #174
Conversation
working on the py-evm changes |
Blocked on py-evm release. trinity core tests pass when py-evm source is at tip of ethereum/py-evm#1717 |
Testing out this PR as a patch against the last release, in #176 |
cc116d5
to
d8b289b
Compare
Multiple block number by 10x
d8b289b
to
d612e6f
Compare
d612e6f
to
dc5217d
Compare
@@ -1,5 +1,5 @@ | |||
[bumpversion] | |||
current_version = 0.2.0-alpha.37 | |||
current_version = 0.1.0-alpha.22 |
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.
This change will be needed to do our first regular bumpversion
release on trinity.
@@ -21,7 +21,7 @@ | |||
"eth-utils>=1.3.0,<2", | |||
"ipython>=6.2.1,<7.0.0", | |||
"plyvel==1.0.5", | |||
"py-evm==0.2.0a38", | |||
"py-evm==0.2.0a40", |
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.
This is the latest version of py-evm that includes the constantiNOPEle change. 41
is the patch release that's actually an older version of py-evm.
@@ -94,7 +94,7 @@ | |||
setup( | |||
name='trinity', | |||
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. | |||
version='0.1.0-alpha.20', | |||
version='0.1.0-alpha.22', |
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.
This got updated in the patch release, which is not in master.
What was wrong?
Constantinople likely to be postponed due to re-entrancy concerns.
See:
How was it fixed?
Removed the Constantinople fork number from the mainnet json configSet fork block number by 9876543210
Cute Animal Picture