Skip to content

Tags: catShaark/osmosis

Tags

v4.1.0

Toggle v4.1.0's commit message
Bump changelog

v4.0.0

Toggle v4.0.0's commit message
Update changelgo

v4.0.0-rc1

Toggle v4.0.0-rc1's commit message
Comment out accumulation store

v4.0.0-rc0

Toggle v4.0.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch accumulation store to ResetAllLocks, only remove after unbond …

…complete (osmosis-labs#480)

* This commit introduces a ResetAllLocks function

This prevents the code from hitting the accumulation store for every lock,
and to instead only hit it once per duration.

* Switch to version that fixes bug in underlying CacheKVStore under unfortunate access pattern

* Fix go.sum

* Make accumulation store only get decremented on lock finishing unbond

* Cleanup GRPC test

* Update upgrade_test

* Fix comments and function names per code review

* Update changelog

v3.1.0

Toggle v3.1.0's commit message
Add required beginblocker for SDK v0.42.9

v3.0.0

Toggle v3.0.0's commit message
Add more instructions to testing script

v3.0.0-rc0

Toggle v3.0.0-rc0's commit message
Add more instructions to testing script

v2.0.0

Toggle v2.0.0's commit message
Add script to be used for testing the upgrade

v2.0.0-rc2

Toggle v2.0.0-rc2's commit message
Bump SDK to v0.42.7

v1.0.3

Toggle v1.0.3's commit message
Fix CLI bug with start-time being blank