Skip to content

1.1.5

Compare
Choose a tag to compare
@hoffmang9 hoffmang9 released this 09 May 16:39
· 8138 commits to main since this release
0b91005

1.1.5 Chia Blockchain 2021-05-09

Fixed

  • We were not checking for negative values in the uint64 constructor. Therefore coins with negative values were added to the mempool. These blocks passed validation, but they did not get added into the blockchain due to negative values not serializing in uint64. Farmers making these blocks would make blocks that did not make it into or advance the chain, so the blockchain slowed down starting at block 255518 around 6:35AM PDT. The fix adds a check in the mempool and block validation, and does not disconnect peers who send these invalid blocks (any peer 1.1.4 or older), making this update not mandatory but is recommended. Users not updating might see their blocks get rejected from other peers.