Skip to content

v5.0.0

Compare
Choose a tag to compare
@sampocs sampocs released this 20 Jan 23:26
· 304 commits to main since this release
8848c22

Stride v5.0.0

Summary of issues

v5.0.0 - 2023-01-19

On-Chain changes

  1. Added query for next send packet sequence number (fec8b45)
  2. Added additional fields to InitGenesis and ExportGenesis in stakeibc (ea5a9a4)
  3. Incremented module version to v5 (50eb2b4)
  4. Upgrade store migration (f635c1a)
  5. Upgrade handler, remove Authz from store (cd96f99)
  6. Upgraded to cosmos-sdk v0.46.7 and ibc-go v5.1.0 (e55f6f2)
  7. Informal Systems audit fixes IF-STRIDE-STAKEIBC-ARITHMETIC (1c0a4b8)
  8. Cleaned up epoch and callback logs (d1938b9), (c5d137a), (ac45bc4), (9a8b757)
  9. Misc minor refactoring / cleanup (af53f06), (edb90e9), (78790b0), (29dc4f2), (f3f607a), (3c3c54b)
  10. Dependency bumps (c1ff649), (b06abe3)

Off-Chain changes

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

  1. Localstride upgrade support (50eb2b4)
  2. SetupConfig helper for unit tests (4996b7b)
  3. Updated docs (6816961), (f306089), (8ee30c2), (6889888), (abcba0f)
  4. Dockernet updates: improved docs, added v5 host zone, updated dependencies (2a60eb5), (e9351a2), (2e461a3), (619f704), (39ad5b8)
  5. CI updates (1c0a4b8), (5f73659)

Changelog

🔨 Build from source

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