EthereumCommonwealth / go-callisto

Official Go implementation of the Callisto protocol (CLO main client)
https://callisto.network
GNU Lesser General Public License v3.0
48 stars 29 forks source link

HF: Defuse difficulty bomb on HF1 #22

Closed ghost closed 6 years ago

ghost commented 6 years ago

Without difficulty bomb defusion. average block time will increase due to the current logic of difficulty calculation, and since we don't need this for our mainnet it is advisable to remove the following logic before activation.

Implemention for different clients

For rust-callisto, simply add the following line on chain file

"bombDefuseTransition": <activation-block>,

With this PR merged, difficulty bomb will be removed after HF1.