Skip to content

Commit

Permalink
[ETHEREUM-CONTRACTS] Release 1.10.0 (#1988)
Browse files Browse the repository at this point in the history
* bumping ethereum-contracts version to v1.9.2

* add DMZForwarder to verification script

* bumping ethereum-contracts version to 1.10.0
  • Loading branch information
d10r authored Jul 15, 2024
1 parent 72eab9f commit 44b6510
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/automation-contracts/autowrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@openzeppelin/contracts": "4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.9.1",
"@superfluid-finance/metadata": "^1.2.6"
"@superfluid-finance/ethereum-contracts": "^1.10.0",
"@superfluid-finance/metadata": "^1.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/automation-contracts/scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@openzeppelin/contracts": "4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.9.1",
"@superfluid-finance/metadata": "^1.2.6"
"@superfluid-finance/ethereum-contracts": "^1.10.0",
"@superfluid-finance/metadata": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to the ethereum-contracts will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [v1.10.0]

### Breaking

Expand Down
4 changes: 2 additions & 2 deletions packages/ethereum-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfluid-finance/ethereum-contracts",
"version": "1.9.1",
"version": "1.10.0",
"description": " Ethereum contracts implementation for the Superfluid Protocol",
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/ethereum-contracts#readme",
"repository": {
Expand Down Expand Up @@ -93,7 +93,7 @@
"@safe-global/safe-service-client": "^2.0.3",
"@safe-global/safe-web3-lib": "^1.9.4",
"@superfluid-finance/js-sdk": "^0.6.3",
"@superfluid-finance/metadata": "^1.2.6",
"@superfluid-finance/metadata": "^1.3.1",
"async": "^3.2.5",
"csv-writer": "^1.6.0",
"ethers": "^5.7.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ if [ -n "$RESOLVER" ]; then
try_verify Resolver@"${RESOLVER}"
fi

if [ -n "$DMZ_FORWARDER" ]; then
try_verify DMZForwarder@"${DMZ_FORWARDER}"
fi

if [ -n "$SUPERFLUID_HOST_LOGIC" ]; then
# verify the logic contract. May or may not be already set as a proxy implementation
try_verify Superfluid@"${SUPERFLUID_HOST_LOGIC}"
Expand Down
2 changes: 1 addition & 1 deletion packages/hot-fuzz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@superfluid-finance/ethereum-contracts": "1.8.0"
},
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "^1.9.1"
"@superfluid-finance/ethereum-contracts": "^1.10.0"
},
"license": "AGPL-3.0",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"cloc": "sh tasks/cloc.sh"
},
"dependencies": {
"@superfluid-finance/metadata": "^1.2.6",
"@superfluid-finance/metadata": "^1.3.1",
"@truffle/contract": "4.6.31",
"auto-bind": "4.0.0",
"node-fetch": "2.7.0"
},
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "^1.9.1",
"@superfluid-finance/ethereum-contracts": "^1.10.0",
"chai-as-promised": "^7.1.1",
"webpack": "^5.90.1",
"webpack-bundle-analyzer": "^4.10.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"url": "https://github.com/superfluid-finance/protocol-monorepo/issues"
},
"dependencies": {
"@superfluid-finance/ethereum-contracts": "^1.9.1",
"@superfluid-finance/metadata": "^1.2.6",
"@superfluid-finance/ethereum-contracts": "^1.10.0",
"@superfluid-finance/metadata": "^1.3.1",
"browserify": "^17.0.0",
"graphql-request": "^6.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"mustache": "^4.2.0"
},
"devDependencies": {
"@superfluid-finance/metadata": "^1.2.6",
"@superfluid-finance/metadata": "^1.3.1",
"coingecko-api": "^1.0.10",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
Expand Down

0 comments on commit 44b6510

Please sign in to comment.