Skip to content

v4.0.2 Lyra Release

Compare
Choose a tag to compare
@asalzmann asalzmann released this 05 Dec 21:05
· 346 commits to main since this release
a10b3c7

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

  1. Dependency bumps (384178b2c), (0a2297ea), (802a1dee3), (f1d90c6a)
  2. Add max claimable tokens query (613e8571)
  3. Interchain query proto cleanup (9d5e1f6d)
  4. Add undelegation logging (e74c34d12)
  5. v4 upgrade changes (928618b)
  6. Revert HostZoneUnbonding status upon channel restoration (730cf3d38)
  7. 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.

  1. Update Go Relayer to use Stride v3 (faf3e7b2)
  2. Generalized Integration Tests (80e8e2a4)
  3. Add localstride (46a54f6c2)
  4. Dockernet updates (b903866c64), (df2fcea21c)
  5. 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