Releases: liquity/dev
Releases · liquity/dev
@liquity/lib-ethers-v3.4.0
@liquity/lib-react-v1.0.0
@liquity/lib-react-v1.0.0 (2022-01-04)
Bug Fixes
Features
- release
@liquity/lib-react
on npm (584fd65)
BREAKING CHANGES
fees
has been moved fromLiquityStoreBaseState
toLiquityStoreDerivedState
.
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
@liquity/lib-ethers-v3.3.1
@liquity/lib-ethers-v3.3.1 (2021-09-13)
Bug Fixes
@liquity/lib-ethers-v3.3.0
@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
@liquity/lib-ethers-v3.2.2
@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
@liquity/lib-ethers-v3.2.1 (2021-04-07)
Bug Fixes
- eliminate temporary deployment from package (382545d)
@liquity/lib-ethers-v3.2.0
@liquity/lib-ethers-v3.2.0 (2021-04-07)
Bug Fixes
- fix
MODULE_NOT_FOUND
error due to missingdev.json
(0a442ee)
Features
- add
liquidityMiningLQTYRewardRate
toEthersLiquityConnection
(0818b46)
@liquity/lib-ethers-v3.1.0
@liquity/lib-ethers-v3.0.0
@liquity/lib-ethers-v3.0.0 (2021-04-02)
Features
- add
blockTimestamp
to BlockPolledLiquityStore (df2cb8e) - add
bootstrapPeriod
to EthersLiquityConnection (d7ce00c) - add
frontendTag
toStabilityDeposit
(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.