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.