Skip to content

Releases: piplabs/story

v0.11.0

04 Oct 22:17
Compare
Choose a tag to compare

v0.11.0 is a new major release for the story consensus client that enables the unjail feature along with miscellaneous improvements around unstaking and node operations. Node operators must ensure their client be updated to this release via a hard-fork upgrade at block 1,325,860.

Overview

v0.11.0 introduces a major upgrade (requiring a hard-fork) for enabling the unjail feature and improving how unstaking operations work.

Fixes

  • Enables the unjail feature, which allows validators which were automatically unbonded due to downtime to rejoin the bonded set
  • Fixes a bug on how unbonding checks triggered by unstaking operators are processed (#163)
  • Adds scripts for deploying the story token slashing contracts (#159)
  • Adds a CLI validator subcommand for unjailing

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.

Binaries

Users may download the client from our set of pre-built binaries:

v0.10.2

03 Oct 07:19
Compare
Choose a tag to compare

v0.10.2 is a maintenance release for the story consensus client that enables clients to roll back state by a single block.

Overview

v0.10.2 addresses a story client issue faced by operators who fail to upgrade their execution client before a geth hardfork. Previously, in such situations, even if the operator were to upgrade their geth client, the story consensus client would remain in an invalid state, with the only way of re-syncing requiring clearing the data and syncing all the way from genesis. This releases provides a remedy for such situations in allowing story nodes to roll back a block.

Fixes

  • Adds a rollback command to the story CLI, allowing operators to rollback their consensus state by a single block

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.

Binaries

Users may download the client from our set of pre-built binaries:

v0.10.1

29 Sep 21:48
Compare
Choose a tag to compare

v0.10.1 is a hotfix release for the story consensus client that addresses a critical bug related to unstaking with inadequate balances. Existing operators should upgrade directly (e.g. using cosmovisor) to this version. New operators syncing from scratch should first upgrade from v0.9.13 to v0.10.1.

Overview

v0.10.1 is a hotfix release that addresses a critical bug related to unstaking. Previously, if on unstaking the unbonding threshold was reached and the delegator's balance had decreased since the original unstaking request — such as from slashing — it would erroeously trigger a system panic. This fix ensures that in such scenarios only the remaining available balance is ultimately unbonded.

Fixes

  • Updates unbonding queue processing to prevent system panics in cases of delegator balance changing during the unbonding time period

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.

Binaries

Users may download the client from our set of pre-built binaries:

v0.10.0

12 Sep 18:40
9603826
Compare
Choose a tag to compare

v0.10.0 is a key release for the story consensus client that introduces some key enhancements for improving validator performance. Validators should update to this latest stable version for running a node on the iliad network.

Overview

v0.10.0 is a major release that optimizes validator sweeping logic, enhances the server capabilities to support more queries across story's customized modules, and adds more testing for internal testing for upgrades. In addition, it adds to the validator CLI subcommand the ability to check for the block height via a new story validator status subcommand.

Fixes

  • Changes withdrawal queue processing to sweep based only on validator accounts instead of delegator accounts (#74)
  • Fixes a typo contained within one of the internal Story CI jobs (#99)

Other Updates

  • Adds more testing for handling client upgrades (#86)
  • Adds a new story validator status subcommand for querying the latest block height via CLI (#108)

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.

Binaries

Users may download the client from our set of pre-built binaries:

v0.9.13

12 Sep 18:40
Compare
Choose a tag to compare

Version 0.9.13 is an optional release before the 0.10.0 hard fork upgrade, which enables node operators to perform 0.10.0 upgrades through Cosmovisor. Operators planning to use Cosmovisor to upgrade their clients to 0.10.0 should first update their current story client to to 0.9.13, then upgrade to 0.10.0. Alternatively, they may ignore this release and upgrade directly to 0.10.0 using their preferred upgrade method.

Overview

v0.9.13 is a optional feature release that adds the status command to the story CLI to provide the ability to perform automated upgrades for story clients using cosmovisor. This release version was packaged purely for the sake of enabling operators who want to use cosmovisor for client upgrades to migrate to 0.10.0.

Fixes

  • Adds the status command to the story CLI, which returns the latest block height, enabling cosmovisor to work with automated story upgrades (#108)

Feedback & Support

We value your feedback and encourage you to report any issues or suggestions through our [public issues tracker](https://github.com/piplabs/story/issues). For additional support, please message us in the developer channel of our [public Discord](https://discord.gg/storyprotocol).

Binaries

Users may download the client from our set of pre-built binaries:

v0.9.12

10 Sep 07:34
Compare
Choose a tag to compare

v0.9.12 is a hotfix release for the story consensus client. Validators can optionally update to this stable version for running a node on the latest iliad network.

Overview

v0.9.12 fixes a logging issue that was adversely affecting block times for a lot of nodes running in DEBUG mode, and adds a comprehensive set of tests to the staking module.

Fixes

  • Removes delegation messages that induced massive log bloating for nodes running in DEBUG mode (#72)
  • Update various ABCI log messages to print in INFO mode as opposed to DEBUG(#73)

Other Updates

  • Adds test cases for validator withdrawals (#55)
  • Adds test cases for staking contract interactions (#56)
  • Adds test cases for the withdrawal queue (#61)
  • Adds test cases for validator operations (#66)
  • Adds test cases for setting of addresses (#67)
  • Adds test cases for validator deposits (#71)
  • Adds test cases for contract upgrades (#82)

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.

Binaries

Users may download the client from our set of pre-built binaries:

v0.9.11

26 Aug 08:43
Compare
Choose a tag to compare

v0.9.11 is a maintenance release for the story consensus client. All validators should use this stable version for running a node on the latest iliad network and setting up their own validators.

Overview

  • v0.9.11 adds better validator CLI tooling for simplifying the process of running your own validator and interacting with others
  • This change also finalizes all iliad network and genesis configurations
  • A bug fix was added that caused occasional errors during validator key exports generated on client initialization

Users may download from the client from our set of pre-built binaries:

v0.9.10

24 Aug 12:33
Compare
Choose a tag to compare

v0.9.10 is the first official public release for the story consensus client. For interactions with the Iliad public testnet, users should install this version.

Overview

  • v0.9.10 introduces a fully working consensus client and network that allows for validator creation, deposits, withdrawals, rewards re-delegation, slashing, and a pipeline for node upgrades
  • All validator logic is supported through the IPTokenStaking and IPTokenSlashing contracts
  • All transactions are fully EVM equivalent, supported via an Engine-API powered communication layer between the consensus and associated execution client
  • Supports automatic distribution of staking rewards via partial withdraws

Users may download from the client from our set of pre-built binaries: