From 26e8da88b21a7f4d25a5f37b4739f1dfbbace7de Mon Sep 17 00:00:00 2001 From: 0xdavinchee <0xdavinchee@gmail.com> Date: Tue, 14 Mar 2023 18:16:21 +0200 Subject: [PATCH] ethereum-contracts release (#1314) --- packages/automation-contracts/autowrap/package.json | 2 +- packages/automation-contracts/scheduler/package.json | 2 +- packages/ethereum-contracts/CHANGELOG.md | 6 ++++-- packages/ethereum-contracts/package.json | 2 +- packages/hot-fuzz/package.json | 2 +- packages/sdk-core/package.json | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/packages/automation-contracts/autowrap/package.json b/packages/automation-contracts/autowrap/package.json index 8fea2657d4..005c009c53 100644 --- a/packages/automation-contracts/autowrap/package.json +++ b/packages/automation-contracts/autowrap/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@nomiclabs/hardhat-etherscan": "^3.1.3", "@openzeppelin/contracts": "^4.8.0", - "@superfluid-finance/ethereum-contracts": "1.5.1", + "@superfluid-finance/ethereum-contracts": "1.5.2", "dotenv": "^16.0.3" }, "dependencies": { diff --git a/packages/automation-contracts/scheduler/package.json b/packages/automation-contracts/scheduler/package.json index 19f0142969..42d0329532 100644 --- a/packages/automation-contracts/scheduler/package.json +++ b/packages/automation-contracts/scheduler/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@nomiclabs/hardhat-etherscan": "^3.1.3", "@openzeppelin/contracts": "^4.8.0", - "@superfluid-finance/ethereum-contracts": "1.5.1", + "@superfluid-finance/ethereum-contracts": "1.5.2", "dotenv": "^16.0.3" }, "dependencies": { diff --git a/packages/ethereum-contracts/CHANGELOG.md b/packages/ethereum-contracts/CHANGELOG.md index 4bda699380..882c37aa2a 100644 --- a/packages/ethereum-contracts/CHANGELOG.md +++ b/packages/ethereum-contracts/CHANGELOG.md @@ -5,8 +5,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Unreleased +## [v1.5.2] - 2023-03-14 + ### Added - bump solc to 0.8.19 +- New ACL functions: `increaseFlowRateAllowance` and `decreaseFlowRateAllowance` in `ConstantFlowAgreementV1.sol` +- Support for `superToken.increaseAllowance` and `superToken.decreaseAllowance` in `batchCall` in `Superfluid.sol` ### Breaking - `BatchLiquidator.deleteFlows` doesn't take host and CFA address as argument anymore. This makes L2 solvency operations considerably cheaper. @@ -18,8 +22,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added - bump solc to 0.8.18 -- New ACL functions: `increaseFlowRateAllowance` and `decreaseFlowRateAllowance` in `ConstantFlowAgreementV1.sol` -- Support for `superToken.increaseAllowance` and `superToken.decreaseAllowance` in `batchCall` in `Superfluid.sol` ### Breaking - `SuperTokenFactory` contract no longer takes `SuperTokenHelper` contract in its constructor diff --git a/packages/ethereum-contracts/package.json b/packages/ethereum-contracts/package.json index 25b1ec0649..7549fde547 100644 --- a/packages/ethereum-contracts/package.json +++ b/packages/ethereum-contracts/package.json @@ -1,6 +1,6 @@ { "name": "@superfluid-finance/ethereum-contracts", - "version": "1.5.1", + "version": "1.5.2", "description": " Ethereum contracts implementation for the Superfluid Protocol", "homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/ethereum-contracts#readme", "repository": { diff --git a/packages/hot-fuzz/package.json b/packages/hot-fuzz/package.json index 6ef2ab873e..92c8113727 100644 --- a/packages/hot-fuzz/package.json +++ b/packages/hot-fuzz/package.json @@ -24,7 +24,7 @@ "@superfluid-finance/ethereum-contracts": "1.2.2" }, "devDependencies": { - "@superfluid-finance/ethereum-contracts": "1.5.1" + "@superfluid-finance/ethereum-contracts": "1.5.2" }, "license": "AGPL-3.0", "bugs": { diff --git a/packages/sdk-core/package.json b/packages/sdk-core/package.json index 868ef260b2..ee80808cc1 100644 --- a/packages/sdk-core/package.json +++ b/packages/sdk-core/package.json @@ -56,7 +56,7 @@ }, "dependencies": { "@nomiclabs/hardhat-ethers": "^2.2.1", - "@superfluid-finance/ethereum-contracts": "1.5.1", + "@superfluid-finance/ethereum-contracts": "1.5.2", "@superfluid-finance/metadata": "git+https://github.com/superfluid-finance/metadata.git", "browserify": "^17.0.0", "graphql-request": "^4.3.0",