Skip to content

v1.3.0

Compare
Choose a tag to compare
@dongsam dongsam released this 31 Aug 01:36
· 39 commits to master since this release
e819fcd
  • #433 (sdk) Bump SDK version to v0.43.0.
  • #436 Validation MsgSwapWithinBatch and OfferCoinFee ceiling
    • When calculating OfferCoinFee, the decimal points are rounded up.
      • before (v1.2.x): MsgSwapWithinBatch.OfferCoinFee should be OfferCoin * params.SwapFeeRate/2 with Truncate or 0
      • after (v1.3.x): MsgSwapWithinBatch.OfferCoinFee should be OfferCoin * params.SwapFeeRate/2 with Ceil
    • Fix reserveOfferCoinFee residual Issue due to decimal error
  • #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