Stride v3.0.0
Summary of issues
v3.0.0 - 2022-11-18
On-Chain changes
- Airdrop module (24224f7, 24224f7). Adds support for airdrop claims, including vesting.
- Proto reorganization (8e3668a). This cleans up proto files to be more in-line with other Cosmos projects.
- Add Authz support (e59c98e).
- Cleanup ICQ Callbacks (3ec6b8e, e747ac7). Reorganizes ICQ Callbacks and errors self-heal faster.
- Versioning (78fd819, 0dbbbd8, dd6c26, f77eac1, 24f4b44). Updating versions to v3, as well as updating some Go modules.
Off-Chain changes
These changes do not affect any on-chain functionality, but have been implemented since v2.0.3
.
- Testing flow to connect a local Stride chain to a production mainnet (4cb9626). This is used to streamline onboarding a new Host Zone.
- Cleanup testing flow (4133ccd, 1ba0b50, 1ba0b50, fb03e0d). There were a few deprecated testing scripts locally (e.g. testing outside of Docker, and spinning up a separate ICQ relayer), as well as some additional testing functionality (e.g. support for Linux, testing slashing)
- Additional Docs (c5cbb83).
Changelog
🔨 Build from source
git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v3.0.0
make build