Releases: sagaxyz/ssc
Releases · sagaxyz/ssc
v4.0.0
Populate liquid validators for all existing validators and set liquid staking params (80% global cap, 100% per-validator cap)
What's Changed
- Feature/add liquid staking upgrade by @facundomedica in #140
- update liquid params by @facundomedica in #141
Full Changelog: v3.0.1...v4.0.0
latest
x/chainlet: emit event for over-IBC upgrade
v3.0.0
Version 3.0.0
🚀 Major Features
This release introduces critical fixes for transaction ordering from external partners. Version 3.0.0 focuses on ensuring correct processing order for IBC packets from partners like Axelar and ensuring smooth upgrades through module migrations.
v3.0.0-rc.1
add recovery for stuck funds (#133) * add recovery for stuck funds * oopsie * update channels * fix timeout * lint
v2.0.0
Release 2.0.0 does not introduce any new functionality but contains fixes for the issues we discovered in 1.0.0 and extra tests
- Fix bug with non-deterministic gas consumption in loading versions cache
- Fix bug preventing PFM module transactions from execution
- Add new e2e tests and fix existing ones
What's Changed
- Remove CCV provider IBC middleware by @rkollar in #125
- Add v2 upgrade handler by @rkollar in #126
- Fix e2e tests by @luckychess in #127
- fix: Gas difference when loading versions cache by @facundomedica in #128
New Contributors
- @facundomedica made their first contribution in #128
Full Changelog: v1.0.1...v2.0.0
v2.0.0-alpha.3
Testing gas fix for loadVersions
v2.0.0-alpha.2
Fix e2e tests (#127) * Update interchaintest from v8 to v10 * Run e2e tests on every PR into release and main branches * Added api endpoints test. Added logging to all tests. --------- Co-authored-by: Ashish Chandra <ashish@saga.xyz>
v2.0.0-alpha.1
Version 2.0. Fix for issue that prevents packet forwarding between ch…
v1.0.1
Fix missing gRPC gateway registration
v1.0.0
Version 1.0.0 of sscd after completion of testing