Skip to content

v0.0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 08:07
· 713 commits to dev since this release
abc68a1
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
https://github.com/cosmos/cosmos-sdk/issues/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 <[email protected]>