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

params: set mainnet and Rinkeby Constantinople fork blocks #18268

Merged
merged 1 commit into from
Dec 10, 2018

Conversation

karalabe
Copy link
Member

This PR enables the Constantinople hard fork on mainnet at block 7080000 per ethereum/EIPs#1642 .

It also enables the fork on the Rinkeby testnet at block 3660663, scheduled a week before the mainnet hard fork (i.e. around the 9th of January).

@karalabe karalabe added this to the 1.8.20 milestone Dec 10, 2018
@karalabe karalabe merged commit 09d588e into ethereum:master Dec 10, 2018
@@ -90,7 +90,7 @@ var (
EIP155Block: big.NewInt(3),
EIP158Block: big.NewInt(3),
ByzantiumBlock: big.NewInt(1035301),
ConstantinopleBlock: nil,
ConstantinopleBlock: big.NewInt(3660663),
Copy link
Contributor

Choose a reason for hiding this comment

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

@karalabe I'm so curious to know the reason why we want to use palindrome number for rinkeby testnet? 😄 thanks!

Copy link
Member Author

Choose a reason for hiding this comment

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

It's fun :)

Copy link
Contributor

Choose a reason for hiding this comment

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

haha, I also thought it's just for fun 👍

Choose a reason for hiding this comment

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

Hello, I would like to have my ethereum node, I am from Latin America, how can you help me configure correctly?
I want to contribute to the network with a node.
regards...

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.

4 participants