Skip to content

Commit 9ecb24a

Browse files
0xdavincheehellwolfd10r
authored
[ETHEREUM-CONTRACTS] Version 1.7.2 Release (#1569)
* bump versions and update readme * Update CHANGELOG.md --------- Co-authored-by: Miao ZhiCheng <miao@superfluid.finance> Co-authored-by: Didi <git@d10r.net>
1 parent 4da4722 commit 9ecb24a

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

packages/automation-contracts/autowrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@nomiclabs/hardhat-etherscan": "^3.1.3",
1919
"@openzeppelin/contracts": "^4.8.0",
20-
"@superfluid-finance/ethereum-contracts": "1.7.1",
20+
"@superfluid-finance/ethereum-contracts": "1.7.2",
2121
"dotenv": "^16.0.3"
2222
},
2323
"dependencies": {

packages/automation-contracts/scheduler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@nomiclabs/hardhat-etherscan": "^3.1.3",
1919
"@openzeppelin/contracts": "^4.8.0",
20-
"@superfluid-finance/ethereum-contracts": "1.7.1",
20+
"@superfluid-finance/ethereum-contracts": "1.7.2",
2121
"dotenv": "^16.0.3"
2222
},
2323
"dependencies": {

packages/ethereum-contracts/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
55

66
## Unreleased
77

8+
## [v1.7.2] - 2023-08-11
9+
810
### Added
911
- `increaseFlowRateAllowanceWithPermissions` and `decreaseFlowRateAllowanceWithPermissions` added to `ConstantFlowAgreementV1.sol`
1012

1113
### Changed
1214
- `SuperToken.sol` made external and public methods virtual to facilitate creation of customized implementations.
1315
- Explicitly set EVM target to "paris" because EIP-3855 isn't yet supported on all chains with Superfluid deployment.
14-
- `SuperfluidGovernanceBase`: add a method for updating SuperTokens to other than the canonical implementation.
16+
- `SuperAppBaseFlow.sol` uses `registerAppWithKey` instead of deprecated `registerApp`
17+
- `SuperfluidGovernanceBase.sol` add a method for updating SuperTokens to other than the canonical implementation.
1518
- `SuperToken.sol` invoke mint/burn hooks only if userData is not empty
1619

1720
## [v1.7.1] - 2023-06-27

packages/ethereum-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superfluid-finance/ethereum-contracts",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": " Ethereum contracts implementation for the Superfluid Protocol",
55
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/ethereum-contracts#readme",
66
"repository": {

packages/hot-fuzz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@superfluid-finance/ethereum-contracts": "1.2.2"
2525
},
2626
"devDependencies": {
27-
"@superfluid-finance/ethereum-contracts": "1.7.1"
27+
"@superfluid-finance/ethereum-contracts": "1.7.2"
2828
},
2929
"license": "AGPL-3.0",
3030
"bugs": {

packages/js-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@truffle/contract": "^4.0.0"
5353
},
5454
"devDependencies": {
55-
"@superfluid-finance/ethereum-contracts": "1.7.1",
55+
"@superfluid-finance/ethereum-contracts": "1.7.2",
5656
"chai-as-promised": "^7.1.1",
5757
"webpack": "^5.74.0",
5858
"webpack-bundle-analyzer": "^4.6.1",

packages/sdk-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@nomiclabs/hardhat-ethers": "^2.2.1",
59-
"@superfluid-finance/ethereum-contracts": "1.7.1",
59+
"@superfluid-finance/ethereum-contracts": "1.7.2",
6060
"@superfluid-finance/metadata": "1.1.10",
6161
"browserify": "^17.0.0",
6262
"graphql-request": "^4.3.0",

0 commit comments

Comments
 (0)