Skip to content

Releases: tendermint/liquidity

v1.5.0

23 Feb 09:31
ce71214
Compare
Choose a tag to compare

State-Breaking Changes

  • build: bump cosmos sdk from v0.45.0 to v0.45.1 by @dongsam in #473
  • fix: exclude circuit breaking logic for MsgWithdrawWithinBatch by @dongsam in #466

Full Changelog: v1.4.2...v1.5.0

v1.4.6

23 Feb 07:38
6d29c17
Compare
Choose a tag to compare

Since liquidity v1.4.4, v1.4.5 contain state-breaking changes with patch release,
so revert back to v1.4.2 and bump cosmos-sdk from v0.44.3 to v0.44.6 on this v1.4.6 release.

What's Changed

Full Changelog: v1.4.2...v1.4.6

v1.4.5 - DO NOT USE

03 Feb 03:42
6997e82
Compare
Choose a tag to compare

⚠️ NOTE: PLEASE DO NOT USE THIS VERSION, This version contains state breaking changes.

What's Changed

Full Changelog: v1.4.4...v1.4.5

v1.4.4 - DO NOT USE

26 Jan 17:14
46f060a
Compare
Choose a tag to compare

⚠️ NOTE: PLEASE DO NOT USE THIS VERSION, This version contains state breaking changes.

What's Changed

  • build: bump cosmos-sdk to v0.44.5 by @dongsam in #469
  • fix: exclude circuit breaking logic for MsgWithdrawWithinBatch by @dongsam in #466, #467

Full Changelog: v1.4.2...v1.4.4

v1.4.3

26 Jan 14:09
Compare
Choose a tag to compare
v1.4.3 Pre-release
Pre-release

What's Changed

  • fix: exclude circuit breaking logic for MsgWithdrawWithinBatch by @dongsam in #466, #467

Full Changelog: v1.4.2...v1.4.3

v1.4.2

11 Nov 14:12
44ecf40
Compare
Choose a tag to compare

Liquidity v1.4.2 version that is compatible with Gaia vega upgrade release version.
Compared to v1.4.1, there are no state-breaking changes except that cosmos-sdk is bumped to v0.44.3.

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

25 Oct 09:48
e0def69
Compare
Choose a tag to compare

Liquidity v1.4.1 version that is compatible with Gaia vega upgrade release version #447

What's Changed

  • feat: add markdown links checker workflow by @kogisin in #450
  • feat: bump Cosmos SDK from v0.44.0 to v0.44.1 by @kogisin in #453
  • feat: bump cosmos-sdk to v0.44.2 by @dongsam in #455
  • fix: Pool Coin Decimal Truncation During Deposit by @dongsam @hallazzang in #446
  • fix: add overflow checking and test codes for cover edge cases by @dongsam in #458

Full Changelog: v1.4.0...v1.4.1

v1.4.1-rc1

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

The First release candidate version for #447

What's Changed

  • feat: add markdown links checker workflow by @kogisin in #450
  • feat: bump Cosmos SDK from v0.44.0 to v0.44.1 by @kogisin in #453
  • feat: bump cosmos-sdk to v0.44.2 by @dongsam in #455
  • fix: Pool Coin Decimal Truncation During Deposit by @dongsam @hallazzang in #446

Full Changelog: v1.4.0...v1.4.1-rc1

v1.4.0

07 Sep 06:10
4844b2f
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 01:36
e819fcd
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