diff --git a/packages/automation-contracts/autowrap/package.json b/packages/automation-contracts/autowrap/package.json index ce0f496f8b..dcbe3c7f90 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.7.1", + "@superfluid-finance/ethereum-contracts": "1.7.2", "dotenv": "^16.0.3" }, "dependencies": { diff --git a/packages/automation-contracts/scheduler/package.json b/packages/automation-contracts/scheduler/package.json index 2bd70a3a5f..fdea92721b 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.7.1", + "@superfluid-finance/ethereum-contracts": "1.7.2", "dotenv": "^16.0.3" }, "dependencies": { diff --git a/packages/ethereum-contracts/CHANGELOG.md b/packages/ethereum-contracts/CHANGELOG.md index 0a6f73ed07..7f7efe6f45 100644 --- a/packages/ethereum-contracts/CHANGELOG.md +++ b/packages/ethereum-contracts/CHANGELOG.md @@ -5,13 +5,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Unreleased +## [v1.7.2] - 2023-08-11 + ### Added - `increaseFlowRateAllowanceWithPermissions` and `decreaseFlowRateAllowanceWithPermissions` added to `ConstantFlowAgreementV1.sol` ### Changed - `SuperToken.sol` made external and public methods virtual to facilitate creation of customized implementations. - Explicitly set EVM target to "paris" because EIP-3855 isn't yet supported on all chains with Superfluid deployment. -- `SuperfluidGovernanceBase`: add a method for updating SuperTokens to other than the canonical implementation. +- `SuperAppBaseFlow.sol` uses `registerAppWithKey` instead of deprecated `registerApp` +- `SuperfluidGovernanceBase.sol` add a method for updating SuperTokens to other than the canonical implementation. - `SuperToken.sol` invoke mint/burn hooks only if userData is not empty ## [v1.7.1] - 2023-06-27 diff --git a/packages/ethereum-contracts/package.json b/packages/ethereum-contracts/package.json index f6c8cf147c..51d1678725 100644 --- a/packages/ethereum-contracts/package.json +++ b/packages/ethereum-contracts/package.json @@ -1,6 +1,6 @@ { "name": "@superfluid-finance/ethereum-contracts", - "version": "1.7.1", + "version": "1.7.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 8887cf8e4e..4194b99bfe 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.7.1" + "@superfluid-finance/ethereum-contracts": "1.7.2" }, "license": "AGPL-3.0", "bugs": { diff --git a/packages/js-sdk/package.json b/packages/js-sdk/package.json index a6e4588cc1..54086f1449 100644 --- a/packages/js-sdk/package.json +++ b/packages/js-sdk/package.json @@ -52,7 +52,7 @@ "@truffle/contract": "^4.0.0" }, "devDependencies": { - "@superfluid-finance/ethereum-contracts": "1.7.1", + "@superfluid-finance/ethereum-contracts": "1.7.2", "chai-as-promised": "^7.1.1", "webpack": "^5.74.0", "webpack-bundle-analyzer": "^4.6.1", diff --git a/packages/sdk-core/package.json b/packages/sdk-core/package.json index 58fbf71faf..44b71efe87 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.7.1", + "@superfluid-finance/ethereum-contracts": "1.7.2", "@superfluid-finance/metadata": "1.1.10", "browserify": "^17.0.0", "graphql-request": "^4.3.0",