v1.5.0 - 2022.02.23
- #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
-
#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
- before (v1.2.x):
- Fix reserveOfferCoinFee residual Issue due to decimal error
- When calculating
-
#438 Fix PoolBatch index, beginHeight issues and genesis logic
- Remove
PoolBatchIndex
- Fix
PoolBatch.Index
duplicated bug - Fix
PoolBatch.BeginHeight
consistency issue on genesis init logic
- Remove
v1.2.9 - 2021-06-26
- Liquidity module version 1 for Gravity-DEX
- (sdk) Bump SDK version to v0.42.9.