v0.13.1 is a bugfix release for the story
consensus client that upgrades staking contract to charge a fee for a list of staking operations and updates CLI to adapt to the contract change.
Overview
v0.13.1 upgrades staking contract to charge a fee for unstake
, unstakeOnBehalf
, redelegate
, redelegateOnBehalf
, removeOperator
functions, and updates validator CLI to adapt to the contract change. The change helps story network to defend against DoS attacks. The release also handles a few errors to avoid network halts.
Fixes
- Resolve a panic that can cause by mismatched bit-length (#371)
- Upgrade staking contract to charge a fee for a list of staking operations (#360)
- Enhance staking events error handling (#370)
- Fix validator CLI compressed pubkey to uncompressed pubkey conversion (#368)
- Graceful post finalize errors (#373)
- Separate unjail and unjailOnBehalf command in CLI (#369)
- Enhance api server security (#377)
- Refactor validator CLI to charge a fee for updated staking operations (#382)
- Handle engine errors (#372)
Feedback & Support
We value your feedback and encourage you to report any issues or suggestions through our public issues tracker. For additional support, please message us in the developer channel of our public Discord.
Users may download the client from the attached binaries.