Skip to content

Releases: Gravity-Devs/liquidity

v1.4.1-rc1

18 Oct 08:41
Compare
Choose a tag to compare
v1.4.1-rc1 Pre-release
Pre-release

The First release candidate version for tendermint/liquidity#447

What's Changed

Full Changelog: tendermint/liquidity@v1.4.0...v1.4.1-rc1

v1.4.0

07 Sep 06:57
e0a07fa
Compare
Choose a tag to compare

This release bumps Cosmos SDK from v0.43.0 to v0.44.0 which is a security release that contains a consensus breaking change.

Reference Liquidity v1.3.0 Release Notes for more information.

Consenquences:

  • v1.3.0 is discontinued;

v1.3.0

31 Aug 02:28
83da0a7
Compare
Choose a tag to compare
  • #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

v1.3.0-rc1

26 Aug 07:18
0a1f04b
Compare
Choose a tag to compare
v1.3.0-rc1 Pre-release
Pre-release

The first release candidate version for v1.3.0 which is based Cosmos-sdk version v0.43.0
https://github.com/Gravity-Devs/liquidity/blob/master/CHANGELOG.md

v1.2.9

26 Jun 01:37
Compare
Choose a tag to compare
bump sdk v0.42.5 to v0.42.6

v1.2.8

23 Jun 05:48
Compare
Choose a tag to compare

Liquidity module version 1 for Gaia app

Changes from v1.2.7

  • Adjusted default parameters
  • Add exact equal checking to error cases of test codes

v1.2.7

16 Jun 07:17
Compare
Choose a tag to compare

Liquidity module version 1 for Gaia app