Skip to content

Latest commit

 

History

History
279 lines (131 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

279 lines (131 loc) · 12.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.3 (2023-12-13)

Bug Fixes

  • add exception codes for stkSWIV exceptions (435a4ed)

4.0.2 (2023-10-02)

Bug Fixes

  • increase gas optimization for Compound (54ff565)

4.0.1 (2023-09-27)

Bug Fixes

  • update lido's interestRate method (6833128)

4.0.0 (2023-09-25)

4.0.0-next.4 (2023-09-21)

Bug Fixes

  • update stateMutability of rates methods (e6bf337)

4.0.0-next.3 (2023-09-21)

⚠ BREAKING CHANGES

  • the Vault struct now has the additional accrualBlock property
  • exchangeRate function now requires the protocol, underlying and maturity

Features

  • update marketplace ABI to latest v4 (86dbb7b)
  • update swivel ABI to latest v4 (d6d83a1)
  • update vaulttracker ABI to latest v4 (d0142d1)

4.0.0-next.2 (2023-09-19)

4.0.0-next.1 (2023-09-19)

⚠ BREAKING CHANGES

  • add adapter address to Market type

Features

  • add adapter address to Market struct (fe968b3)

4.0.0-next.0 (2023-08-14)

⚠ BREAKING CHANGES

  • rename Erc4626 entry of Protocols enum to Frax

Features

  • introduce new Protocol type and update Protocols enum (b442ec8)

Bug Fixes

  • update EIP-712 signature DOMAIN_VERSION to 4.0.0 (3814385)

3.2.1 (2023-04-06)

Bug Fixes

  • normalize frax interest rate (3a6961c)

3.2.0 (2023-04-06)

Features

Bug Fixes

  • use Protocols.ERC4626 for Frax (1947196)

3.1.1 (2022-10-03)

Bug Fixes

  • ensure interest rate returns fixed notation (2cb080d)

3.1.0 (2022-09-29)

Features

  • add lido protocol integration (ff82aa3)

3.0.2 (2022-09-28)

Bug Fixes

  • swivel: fix the approvals map (2bdc1bf)

3.0.1 (2022-09-27)

Bug Fixes

  • swivel: update cancel method (e14646f), closes #98

3.0.0 (2022-09-27)

3.0.0-next.2 (2022-08-17)

Bug Fixes

  • add missing error codes, update swivel ABI (047063c)
  • MarketPlace: use exchange rate from contract (c624d84), closes #96

3.0.0-next.1 (2022-08-11)

Bug Fixes

  • handle parsing of MetaMask gas estimation errors (17cd91b), closes #93 #94

3.0.0-next.0 (2022-07-29)

Features

  • add TransactionExecutor for error handling (f400ce9)
  • add support for Swivel Exceptions (80c4f5a)
  • get exchangeRate and interestRate from MarketPlace HOC (50addf3)
  • support v3 of the swivel protocol (d20238a)

2.2.4 (2022-01-25)

Bug Fixes

  • gas-limit: increase gas optimization constant (721c9fc), closes #86

2.2.3 (2022-01-22)

Bug Fixes

  • contract function call error when estimateGas fails (37b10e7), closes #84

2.2.2 (2022-01-20)

2.2.2-next.0 (2022-01-20)

2.2.1 (2021-12-16)

Bug Fixes

  • update gas limit optimizations (b844893), closes #80

2.2.0 (2021-12-15)

Bug Fixes

  • gas-limit: update gasOptions return type (6e70553)

2.2.0-next.0 (2021-12-15)

Features

  • add custom gas limit to contract calls (2571b3a), closes #78

2.1.0 (2021-12-01)

⚠ BREAKING CHANGES

  • mature() and maturityRate() have been removed from MarketPlace contract;
  • matured() has been removed from VaultTracker contract; the Market interface now has an additional property maturityRate

Bug Fixes

  • update contracts post audit (c8d1135)

2.0.0 (2021-09-15)

Bug Fixes

  • remove matureVault from VaultTracker HOC (7250525), closes #72

2.0.0-next.6 (2021-09-01)

Bug Fixes

  • add EthersVendor to entry module's exports (f8d30dd), closes #65
  • add swivel getter to VaultTracker HOC (6f28653), closes #67
  • move redeem methods to swivel HOC (c62944b), closes #69

2.0.0-next.5 (2021-08-29)

Bug Fixes

  • linting issues and doc comments (5291f46)
  • rename DOMAIN getter to domain (19be364)
  • update ABIs to latest version (7754e9b)

2.0.0-next.4 (2021-06-25)

Features

Bug Fixes

2.0.0-next.3 (2021-06-22)

Bug Fixes

2.0.0-next.2 (2021-06-08)

Bug Fixes

  • don't import abis from .json files (c9b781e), closes #54

2.0.0-next.1 (2021-06-07)

Bug Fixes

  • add missing getters to swivel and marketplace contracts (8f9231f)
  • unwrap ethers.js Result objects (34ff3b4), closes #49
  • update/add contract abi's (b6a0938), closes #53

2.0.0-next.0 (2021-06-04)

⚠ BREAKING CHANGES

  • new Swivel API

Features

  • rewrite swivel client and tests (6edda1c)

Bug Fixes

  • consolidate exposed marketplace methods (8ca2fe6)
  • prepare npm package (fa6ae0c)