Releases: 0xarc-io/contracts
Releases · 0xarc-io/contracts
v11.0.0
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
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
Bug Fixes
- sapphirecorev1.sol: change visibility of totalCollateral to private (93c19a8)
v10.10.0
Features
- deploy weth vaults b and c, along with their pools (2909f72)
v10.9.3
10.9.3 (2022-06-23)
Bug Fixes
- core.ts: change type of collateral to BaseERC20 (b9a2150)
v10.9.2
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
10.9.1 (2022-06-14)
Bug Fixes
- mumbai/deployed.json: redeployed the sapphire pool proxy (493d822)
v10.9.0
10.9.0 (2022-06-13)
Features
- polygon/deployed.json: deploy flash liquidator with fixed swap router (b9a2009)
v10.8.0
10.8.0 (2022-06-03)
Features
- deployed.json: deployed FlashLiquidator contract on polygon and mumbai (64b918e)
v10.7.0
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)