v5.0.0
Stride v5.0.0
Summary of issues
v5.0.0 - 2023-01-19
On-Chain changes
- Added query for next send packet sequence number (fec8b45)
- Added additional fields to InitGenesis and ExportGenesis in stakeibc (ea5a9a4)
- Incremented module version to v5 (50eb2b4)
- Upgrade store migration (f635c1a)
- Upgrade handler, remove Authz from store (cd96f99)
- Upgraded to cosmos-sdk v0.46.7 and ibc-go v5.1.0 (e55f6f2)
- Informal Systems audit fixes IF-STRIDE-STAKEIBC-ARITHMETIC (1c0a4b8)
- Cleaned up epoch and callback logs (d1938b9), (c5d137a), (ac45bc4), (9a8b757)
- Misc minor refactoring / cleanup (af53f06), (edb90e9), (78790b0), (29dc4f2), (f3f607a), (3c3c54b)
- Dependency bumps (c1ff649), (b06abe3)
Off-Chain changes
These changes do not affect any on-chain functionality, but have been implemented since v4.0.3
.
- Localstride upgrade support (50eb2b4)
- SetupConfig helper for unit tests (4996b7b)
- Updated docs (6816961), (f306089), (8ee30c2), (6889888), (abcba0f)
- Dockernet updates: improved docs, added v5 host zone, updated dependencies (2a60eb5), (e9351a2), (2e461a3), (619f704), (39ad5b8)
- 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