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

Remove constantinople fork from mainnet config #1717

Merged
merged 1 commit into from
Jan 15, 2019

Conversation

carver
Copy link
Contributor

@carver carver commented Jan 15, 2019

What was wrong?

See ethereum/trinity#174

How was it fixed?

Remove Constantinople from mainnet config
Delay fork by adding 0 to block number. The tests hated it when I removed the fork

Cute Animal Picture

put a cute animal picture link inside the parentheses

@carver
Copy link
Contributor Author

carver commented Jan 15, 2019

Let's wait on merging until there is more agreement about what to do in https://gitter.im/ethereum/AllCoreDevs

@carver carver requested a review from pipermerriam January 15, 2019 20:22
@carver
Copy link
Contributor Author

carver commented Jan 15, 2019

Social consensus reached. Ready for merge

@@ -41,4 +41,4 @@
#
# Constantinople Block
#
CONSTANTINOPLE_MAINNET_BLOCK = BlockNumber(7080000)
CONSTANTINOPLE_MAINNET_BLOCK = BlockNumber(70800000)
Copy link
Member

Choose a reason for hiding this comment

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

This is too easy to visually confuse, can you make it 999999999999999999 or something equally large and visually distinct.

Added a 0 to the end of the block number
@carver carver force-pushed the cancel-constantinople branch from dc3428a to 81d68f4 Compare January 15, 2019 20:36
@carver carver merged commit 0b2f637 into ethereum:master Jan 15, 2019
@carver carver deleted the cancel-constantinople branch January 15, 2019 20:45
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