Releases: piplabs/story
v0.9.13
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 thestory
CLI, which returns the latest block height, enabling cosmovisor to work with automatedstory
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
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 toDEBUG
(#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
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
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
andIPTokenSlashing
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: