Skip to content

Releases: liquity/dev

@liquity/lib-ethers-v3.4.0

31 Mar 08:01
Compare
Choose a tag to compare

@liquity/lib-ethers-v3.4.0 (2022-03-31)

Features

  • deploy Liquity to Kiln testnet (bb04bc6)

@liquity/lib-react-v1.0.0

04 Jan 06:09
Compare
Choose a tag to compare

@liquity/lib-react-v1.0.0 (2022-01-04)

Bug Fixes

  • correct borrowing rate in recovery mode (fb1242a), closes #300

Features

  • release @liquity/lib-react on npm (584fd65)

BREAKING CHANGES

  • fees has been moved from LiquityStoreBaseState
    to LiquityStoreDerivedState.

Most users won't need to make a code change. However, care should
be taken to upgrade both SDK packages at the same time, to ensure
compatibility.

@liquity/providers-v1.0.1

13 Sep 06:19
Compare
Choose a tag to compare

@liquity/providers-v1.0.1 (2021-09-13)

Bug Fixes

@liquity/lib-ethers-v3.3.1

13 Sep 05:32
18a7775
Compare
Choose a tag to compare

@liquity/lib-ethers-v3.3.1 (2021-09-13)

Bug Fixes

  • work around huge gas cost when reducing ICR of bottom Trove (878942a), closes #659

@liquity/lib-ethers-v3.3.0

29 Jun 10:56
Compare
Choose a tag to compare

@liquity/lib-ethers-v3.3.0 (2021-06-29)

Bug Fixes

  • improve gas cost of hint recovery when inserting into the end of SortedTroves (e469beb), closes #600
  • insufficient gas headroom for updating baseRate (4db34e0), closes #616

Features

  • add startBlock to deployment manifests (f7302d6)
  • estimate the gas cost increase of TXs due to fee decay (26ef873)
  • make use of Ethers' transaction replacement detection (a56f9b6)

@liquity/lib-ethers-v3.2.2

27 Apr 16:00
dbadb79
Compare
Choose a tag to compare

@liquity/lib-ethers-v3.2.2 (2021-04-27)

Bug Fixes

  • increase gas headroom for TXs that manipulate StortedTroves (ceccaa8)

@liquity/lib-ethers-v3.2.1

07 Apr 11:45
Compare
Choose a tag to compare

@liquity/lib-ethers-v3.2.1 (2021-04-07)

Bug Fixes

  • eliminate temporary deployment from package (382545d)

@liquity/lib-ethers-v3.2.0

07 Apr 09:18
25c7ab7
Compare
Choose a tag to compare

@liquity/lib-ethers-v3.2.0 (2021-04-07)

Bug Fixes

  • fix MODULE_NOT_FOUND error due to missing dev.json (0a442ee)

Features

  • add liquidityMiningLQTYRewardRate to EthersLiquityConnection (0818b46)

@liquity/lib-ethers-v3.1.0

05 Apr 14:19
Compare
Choose a tag to compare

@liquity/lib-ethers-v3.1.0 (2021-04-05)

Features

  • dummy commit to kick off SDK release (b9a16d0)

@liquity/lib-ethers-v3.0.0

02 Apr 15:19
Compare
Choose a tag to compare

@liquity/lib-ethers-v3.0.0 (2021-04-02)

Features

  • add blockTimestamp to BlockPolledLiquityStore (df2cb8e)
  • add bootstrapPeriod to EthersLiquityConnection (d7ce00c)
  • add frontendTag to StabilityDeposit (c7d5268)
  • add a disabled state to Redemption panel (6e7dd20), closes #336
  • implement querying of remaining Stability Pool LQTY reward (1850dce)
  • introduce Uniswap LP token staking (liquidity mining) (d3602f2)

Reverts

  • Revert "lib-ethers: Fix getPrice() when called from the store" (171bbdb)

BREAKING CHANGES

  • interfaces in @liquity/lib-base have been extended.
    Users won't have to make a code change, but care should be taken to upgrade
    all SDK packages at the same time.