Tags: catShaark/osmosis
Tags
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
PreviousNext