This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Expanse Constantinople and Duration Limit Reduction at block 1,860,000 (Has 10k EXP Bounty) #10570
Labels
F8-enhancement 🎊
An additional feature request.
M4-core ⛓
Core client code / Rust.
P5-sometimesoon 🌲
Issue is worth doing soon.
Q3-medium
A fair chunk of work, not necessarily very hard but not trivial either
Hello, at block 1,860,000 expanse will enable the Constantinople EIP's, as well as XIP3 (our new name for expips).
XIP3 is similar to XIP2 where we reduced the duration Limit to 30 seconds from 60 seconds. In XIP3 we are reducing the duration Limit again from 30 seconds to 15 seconds but this time keeping the block reward at 4 EXP.
The have a 10k EXP bounty for this. The reason I wanted to do a bounty is because last time I attempted this on my own (im terrible at rust) and someone had to help. This shouldnt be too terribly involved.
In our GETH implementation we also added a feature to ignore chain reorgs from synced nodes that are > 50 blocks in the past and dont add any new work. Its a passive feature but if someone could help me implement that into parity it would help keep the geth and parity networks from experiencing chain splits if those conditions were to be met.
The text was updated successfully, but these errors were encountered: