-
Notifications
You must be signed in to change notification settings - Fork 165
[ECIP-1041] Difficulty bomb diffusion implementation #409
Conversation
Rel https://github.com/ethereumproject/ECIPs/blob/ecip-1036/ECIPs/ECIP-1036.md - also separates fork edge difficulty tests for morden vs mainnet
9a9f4fc
to
259e698
Compare
core/config/mainnet.json
Outdated
@@ -26774,6 +26774,18 @@ | |||
} | |||
} | |||
] | |||
}, | |||
{ | |||
"name": "Paradise", |
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 don't like words Paradise and Bomb used together here, because it's well known combination from Islamic Jihad. What people will think? Let's use just "Diffuse Difficulty Bomb" instead
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.
yikes, i had no idea...
core/config/morden.json
Outdated
@@ -112,6 +112,18 @@ | |||
} | |||
} | |||
] | |||
}, | |||
{ | |||
"name": "Paradise", |
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.
Let's use just "Diffuse Difficulty Bomb" instead
core/config/morden.json
Outdated
}, | ||
{ | ||
"name": "Paradise", | ||
"block": 2452163, |
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.
maybe something closer? like 2150721
@splix -- your suggested changes have been addressed |
solution: bump to 5900000, per https://github.com/ethereumproject/ECIPs/pull/87/files
@splix PTAL -- ok to approve and merge ASAP? (Given ethereumproject/ECIPs#87 is merged, and passing test demo https://github.com/ETCDEVTeam/ecip1041test) /cc @tzdybal |
Configures fork for implementation in #408.
Made up the name "Paradise" out of the blue.Rel ethereumproject/ECIPs#87