Skip to content

v7.0.0

Compare
Choose a tag to compare
@shellvish shellvish released this 14 Mar 05:41
· 274 commits to main since this release
ef4808d

Stride v7.0.0

Summary of issues

v7.0.0 - 2023-03-12

On-Chain changes

  1. IBC Rate Limiting (94e3a91)
  2. Host Zone Reward Reallocation (3539983)
  3. Add Autopilot (1c173fe)
  4. Prevent undelegations of amount 0 (3e0f404)
  5. Change sdkerrors to errorsmod (dfc5fb0)
  6. Remove Epoch Unbonding Records with 0 amounts (470268d)
  7. Remove ICACallbacks from Middleware (59a872b)
  8. Remove unnecessary setting of EXIT_TRANSFER_QUEUE (0413e99)
  9. Airdrop Reset (b7371d7)
  10. Module Account Safety (0a325de)
  11. Minor optimizations (c3df52d, 85e76ec, [5ff42a9](5ff42a9, b3196d2, ddc951a, bdd05b0 3d4ba72)
  12. Queries (9b17edf, f07ff73)
  13. Dependency Bumps (2a04046)
  14. v7 Upgrade Handler (9bc47dc)
  15. v7 Import Paths (563bc25)

Off-Chain changes

These changes do not affect any on-chain functionality, but have been implemented since v6.0.0.

  1. Relayer Permissions (42e2618)
  2. Setup works across Linux distros (c7ae1f5)
  3. Minor README updates (7414ce9)
  4. Dependency Bumps (24487b8)

Changelog

🔨 Build from source

git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v7.0.0
make build