Skip to content

Releases: 0xarc-io/contracts

v11.0.0

10 Aug 13:36
1c549d9
Compare
Choose a tag to compare

11.0.0 (2022-08-10)

Code Refactoring

BREAKING CHANGES

  • Removed references to STABLEx, contracts unrelated to passports, waitlists or
    borrowing, some non-contract-related utils, staking-related code except for stARCx and KermanRewards

v10.11.0

03 Aug 19:50
c10fe82
Compare
Choose a tag to compare

10.11.0 (2022-08-03)

Bug Fixes

  • sapphirepool.sol: allow setting borrow limit of core to 0, fix duplicate limit sum bug (a1b9023)

Features

  • sapphirepool.sol: add getActiveCores() view function (04e5986)
  • sapphirepool.sol: add removeActiveCore() function, deploy and upgrade (03697d1)

v10.10.1

27 Jul 18:16
10c2f00
Compare
Choose a tag to compare

10.10.1 (2022-07-27)

Bug Fixes

  • sapphirecorev1.sol: change visibility of totalCollateral to private (93c19a8)

v10.10.0

12 Jul 18:51
e7a0e44
Compare
Choose a tag to compare

10.10.0 (2022-07-12)

Features

  • deploy weth vaults b and c, along with their pools (2909f72)

v10.9.3

23 Jun 23:45
593b362
Compare
Choose a tag to compare

10.9.3 (2022-06-23)

Bug Fixes

  • core.ts: change type of collateral to BaseERC20 (b9a2150)

v10.9.2

15 Jun 15:16
6caef73
Compare
Choose a tag to compare

10.9.2 (2022-06-15)

Bug Fixes

  • {mumbai,polygon}/deployed.json: deploy fixed pool implementation (ae9ced0)
  • sapphirepool.sol: withdraw bug when withdrawing newly added token (bf3aa6a)

v10.9.1

14 Jun 16:51
f5da2f3
Compare
Choose a tag to compare

10.9.1 (2022-06-14)

Bug Fixes

  • mumbai/deployed.json: redeployed the sapphire pool proxy (493d822)

v10.9.0

13 Jun 19:30
706f36b
Compare
Choose a tag to compare

10.9.0 (2022-06-13)

Features

  • polygon/deployed.json: deploy flash liquidator with fixed swap router (b9a2009)

v10.8.0

03 Jun 21:16
6cf2b18
Compare
Choose a tag to compare

10.8.0 (2022-06-03)

Features

  • deployed.json: deployed FlashLiquidator contract on polygon and mumbai (64b918e)

v10.7.0

01 Jun 22:33
5e232b8
Compare
Choose a tag to compare

10.7.0 (2022-06-01)

Features

  • flashliquidator.sol: confirm flash loan executor runs (26b3892)
  • flashliquidator.sol: finish implementation of the liquidator contract (d4659b9)
  • flashliquidator.sol: fix swapping function (4e32e2c)
  • flashliquidator.sol: import aave contracts (fafa342)