Sourced from github.com/gravity-devs/liquidity/v2's releases.
v2.0.0 contain state-breaking changes Gravity-Devs/liquidity#15
- bump cosmos-sdk to v0.46.0-rc2
- remove swap functionality (circuit breaker enabled and deprecated on the cosmos-hub)
- bump package name to liquididty/v2
Full Changelog: https://github.com/Gravity-Devs/liquidity/compare/v1.5.0...v2.0.0
Sourced from github.com/gravity-devs/liquidity/v2's changelog.
v2.0.0 - 2022.07.27
State Machine Breaking
- #15 (sdk) Bump SDK version to v0.46.0-rc1
- #15 Remove swap functionality (circuit breaker enabled on cosmos-hub, deprecated)
v1.5.0 - 2022.02.23
State Machine Breaking
- #466 fix: exclude circuit breaking logic for MsgWithdrawWithinBatch
- #473 (sdk) Bump SDK version to v0.45.1
v1.4.6 - 2022.02.23
v1.4.5 - 2022.01.30
- Unusable release
v1.4.4 - 2022.01.26
- Unusable release
v1.4.2 - 2021.11.11
v1.4.1 - 2021.10.25
- #455 (sdk) Bump SDK version to v0.44.2
- #446 Fix: Pool Coin Decimal Truncation During Deposit
- #448 Fix: add overflow checking and test codes for cover edge cases
v1.4.0 - 2021.09.07
v1.3.0 - 2021-08-31
State Machine Breaking
#436 Validation
MsgSwapWithinBatch
andOfferCoinFee
ceiling
- When calculating
OfferCoinFee
, the decimal points are rounded up.
- before (v1.2.x):
MsgSwapWithinBatch.OfferCoinFee
should beOfferCoin
*params.SwapFeeRate/2
with Truncate or 0- after (v1.3.x):
MsgSwapWithinBatch.OfferCoinFee
should beOfferCoin
*params.SwapFeeRate/2
with Ceil- Fix reserveOfferCoinFee residual Issue due to decimal error
#438 Fix PoolBatch index, beginHeight issues and genesis logic
... (truncated)
05cd43d
bump gogo/proto down to a version that exists upstreamba7b225
Merge pull request #15 from Gravity-Devs/v2-rho-prepare