File tree Expand file tree Collapse file tree 7 files changed +10
-7
lines changed Expand file tree Collapse file tree 7 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 17
17
"devDependencies" : {
18
18
"@nomiclabs/hardhat-etherscan" : " ^3.1.3" ,
19
19
"@openzeppelin/contracts" : " ^4.8.0" ,
20
- "@superfluid-finance/ethereum-contracts" : " 1.7.1 " ,
20
+ "@superfluid-finance/ethereum-contracts" : " 1.7.2 " ,
21
21
"dotenv" : " ^16.0.3"
22
22
},
23
23
"dependencies" : {
Original file line number Diff line number Diff line change 17
17
"devDependencies" : {
18
18
"@nomiclabs/hardhat-etherscan" : " ^3.1.3" ,
19
19
"@openzeppelin/contracts" : " ^4.8.0" ,
20
- "@superfluid-finance/ethereum-contracts" : " 1.7.1 " ,
20
+ "@superfluid-finance/ethereum-contracts" : " 1.7.2 " ,
21
21
"dotenv" : " ^16.0.3"
22
22
},
23
23
"dependencies" : {
Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5
5
6
6
## Unreleased
7
7
8
+ ## [ v1.7.2] - 2023-08-11
9
+
8
10
### Added
9
11
- ` increaseFlowRateAllowanceWithPermissions ` and ` decreaseFlowRateAllowanceWithPermissions ` added to ` ConstantFlowAgreementV1.sol `
10
12
11
13
### Changed
12
14
- ` SuperToken.sol ` made external and public methods virtual to facilitate creation of customized implementations.
13
15
- 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.
15
18
- ` SuperToken.sol ` invoke mint/burn hooks only if userData is not empty
16
19
17
20
## [ v1.7.1] - 2023-06-27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @superfluid-finance/ethereum-contracts" ,
3
- "version" : " 1.7.1 " ,
3
+ "version" : " 1.7.2 " ,
4
4
"description" : " Ethereum contracts implementation for the Superfluid Protocol" ,
5
5
"homepage" : " https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/ethereum-contracts#readme" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 24
24
"@superfluid-finance/ethereum-contracts" : " 1.2.2"
25
25
},
26
26
"devDependencies" : {
27
- "@superfluid-finance/ethereum-contracts" : " 1.7.1 "
27
+ "@superfluid-finance/ethereum-contracts" : " 1.7.2 "
28
28
},
29
29
"license" : " AGPL-3.0" ,
30
30
"bugs" : {
Original file line number Diff line number Diff line change 52
52
"@truffle/contract" : " ^4.0.0"
53
53
},
54
54
"devDependencies" : {
55
- "@superfluid-finance/ethereum-contracts" : " 1.7.1 " ,
55
+ "@superfluid-finance/ethereum-contracts" : " 1.7.2 " ,
56
56
"chai-as-promised" : " ^7.1.1" ,
57
57
"webpack" : " ^5.74.0" ,
58
58
"webpack-bundle-analyzer" : " ^4.6.1" ,
Original file line number Diff line number Diff line change 56
56
},
57
57
"dependencies" : {
58
58
"@nomiclabs/hardhat-ethers" : " ^2.2.1" ,
59
- "@superfluid-finance/ethereum-contracts" : " 1.7.1 " ,
59
+ "@superfluid-finance/ethereum-contracts" : " 1.7.2 " ,
60
60
"@superfluid-finance/metadata" : " 1.1.10" ,
61
61
"browserify" : " ^17.0.0" ,
62
62
"graphql-request" : " ^4.3.0" ,
You can’t perform that action at this time.
0 commit comments