Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes default power reduction to 10^18 (#99)
Issue with validator power reduction causing an over flow, with 10^18, we halted. After researching, looks like it is an issue with the validator power reduction calculations, causing an overflow in CometBFT. Discussion cosmos/cosmos-sdk#8357 Sifchain, BNB Greenfield, Ethermint all 10^18 https://github.com/search?q=NewIntFromBigInt%28new%28big.Int%29.Exp%28big.NewInt%2810%29%2C+big.NewInt%2818%29%2C+nil%29%29&type=code Signed-off-by: Derek Anderson <derek@upshot.xyz>
- Loading branch information