v1.0.13
Pre-release
⚠️ Critical fix⚠️
We discovered the bug:
The value responsible for regulating the number of proposals in each layer has been omitted and therefore each smesher will only be eligible for a single block proposal in the entire epoch.
- all ballots in layers <= 8170 will use 0 layer size for eligibility. so they are eligible for one layer
- after layer 8170 they will start using 50
This means that smeshers that haven't been eligible for a block proposal yet will now calculate their number of eligibilities correctly. To prevent smeshers that were already eligible from accidentally misbehaving and adding additional eligibilities, we're going to introduce a mechanism for respecting any previous claim to the number of eligibilities. If a smesher was already eligible and published a block proposal, this means they already received their full reward for the epoch for that one block proposal, so they don't need to be eligible again. Smeshers that were not eligible yet, will now have multiple eligibilities and their rewards will be spread out, as originally planned.
Zip Files
- Windows: https://storage.googleapis.com/go-spacemesh-release-builds/v1.0.13/Windows.zip
- macOS: https://storage.googleapis.com/go-spacemesh-release-builds/v1.0.13/macOS.zip
- macOS arm64: https://storage.googleapis.com/go-spacemesh-release-builds/v1.0.13/macOS_ARM64.zip
- Linux: https://storage.googleapis.com/go-spacemesh-release-builds/v1.0.13/Linux.zip
- Linux arm64: https://storage.googleapis.com/go-spacemesh-release-builds/v1.0.13/Linux_ARM64.zip
56de32a348bb863d2b2eb88ca277ba5ab2d41399e05b66f84cee97e6e45e5117 Linux.zip
ee262a94de49801811450839b2c1dbb68ef4e0ff20b282e6dca3bc62e395cfa3 Linux_ARM64.zip
3db50388c791668389ead6720ccd5bbcc3f86d726529c228cab33445a55ba263 Windows.zip
848fbdff2cc2cb6fa90b4451a9795ee6ec6e35e91042288c21ea59dc22e2c240 macOS.zip
c0d31412333a3e4e19f486732aaa44c87df020401b7cfcce7c50702900487bc4 macOS_ARM64.zip
Full Changelog: v1.0.12...v1.0.13