Skip to content

v0.13.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@limengformal limengformal released this 29 Nov 06:03
· 43 commits to main since this release
5da3a5c

Note that this version should only be used by pure validator CLI users. Node/validator operators should only use v0.13.0, since we identified node stability issues with v0.13.1. We will provide fixes in the next release soon.

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.