v4.0.2 Lyra Release
Stride v4.0.2
Summary of issues
v4.0.2 - 2022-12-05
This release is equivalent to v4.0.0, with one additional change: (9d83474e). This fixes the versioning on protos, so that nodes can build their own proto files.
On-Chain changes
- Dependency bumps (384178b2c), (0a2297ea), (802a1dee3), (f1d90c6a)
- Add max claimable tokens query (613e8571)
- Interchain query proto cleanup (9d5e1f6d)
- Add undelegation logging (e74c34d12)
- v4 upgrade changes (928618b)
- Revert HostZoneUnbonding status upon channel restoration (730cf3d38)
- Informal Systems audit fixes IF-STRIDE-STAKEIBC-REDEEM_STAKE (f8990a7e4f4), IF-STRIDE-STAKEIBC-UPDATEDELEGATIONBALANCES (a8a1658ca)
Off-Chain changes
These changes do not affect any on-chain functionality, but have been implemented since v4.0.0
.
- Update Go Relayer to use Stride v3 (faf3e7b2)
- Generalized Integration Tests (80e8e2a4)
- Add localstride (46a54f6c2)
- Dockernet updates (b903866c64), (df2fcea21c)
- Add ctx app test helper (0e0238b3)
Changelog
🔨 Build from source
git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v4.0.2
make build