etclabscore / core-geth

A highly configurable Go implementation of the Ethereum protocol.
https://etclabscore.github.io/core-geth
GNU Lesser General Public License v3.0
263 stars 144 forks source link

deactivate MESS on Mordor #601

Closed meowsbits closed 6 months ago

meowsbits commented 6 months ago

ECBP-1110 specifies MESS's deactivation for ETC, but not Mordor. But Mordor should probably deactivate it too -- thanks @chris-mercer for the flag on this.

We'll just need to settle on a block number and add configuration here: https://github.com/etclabscore/core-geth/blob/master/params/config_mordor.go#L96. Reference for deactivation on Classic: https://github.com/etclabscore/core-geth/blob/master/params/config_classic.go#L85

meowsbits commented 6 months ago

I just pushed https://github.com/ethereumclassic/ECIPs/pull/520/commits/a828ae5452eb3f44e194a8d4358f8f387b818b1b to the ECBP1100 PR proposing deactivation for Mordor at 10,400,000, which should be in something like 4 days from now (10400000 - 10374238 =~ 25000 / 6400 blocks / day => ~4 days).

ziogaschr commented 6 months ago

I agree with the suggestion. This means that we have to create a release asap.