-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add the missing package.json script * Add the changeset file and update the package versions to 1.14.3
- Loading branch information
Showing
83 changed files
with
281 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
'@openzeppelin/defender-sdk-example-relayer-contract-function': patch | ||
'@openzeppelin/defender-sdk-example-update-action-env-variables': patch | ||
'@openzeppelin/defender-sdk-example-create-private-network': patch | ||
'@openzeppelin/defender-sdk-example-relay-signer-action': patch | ||
'@openzeppelin/defender-sdk-example-relayer-signer-auth-v2': patch | ||
'@openzeppelin/defender-sdk-example-create-batch-proposal': patch | ||
'@openzeppelin/defender-sdk-example-create-forked-network': patch | ||
'@openzeppelin/defender-sdk-example-key-value-store-local': patch | ||
'@openzeppelin/defender-sdk-example-web3-provider': patch | ||
'@openzeppelin/defender-sdk-example-upgrade-contract-uups': patch | ||
'@openzeppelin/defender-sdk-example-relayer-load-balance': patch | ||
'@openzeppelin/defender-sdk-example-webhook': patch | ||
'@openzeppelin/defender-sdk-notification-channel-client': patch | ||
'example-create-relayer-key': patch | ||
'@openzeppelin/defender-sdk-example-rollup': patch | ||
'@openzeppelin/defender-sdk-example-simulate-proposal': patch | ||
'@openzeppelin/defender-sdk-example-ethers-signer-v5': patch | ||
'@openzeppelin/defender-sdk-example-ethers-signer': patch | ||
'@openzeppelin/defender-sdk-example-upgrade-contract': patch | ||
'@openzeppelin/defender-sdk-example-create-proposal': patch | ||
'@openzeppelin/defender-sdk-example-deploy-contract': patch | ||
'@openzeppelin/defender-sdk-example-create-monitor': patch | ||
'example-create-relayer': patch | ||
'@openzeppelin/defender-sdk-example-list-contracts': patch | ||
'@openzeppelin/defender-sdk-example-list-proposals': patch | ||
'@openzeppelin/defender-sdk-example-update-monitor': patch | ||
'@openzeppelin/defender-sdk-example-update-relayer': patch | ||
'@openzeppelin/defender-sdk-example-create-action': patch | ||
'@openzeppelin/defender-sdk-example-list-networks': patch | ||
'@openzeppelin/defender-sdk-example-update-action': patch | ||
'@openzeppelin/defender-sdk': patch | ||
'@openzeppelin/defender-sdk-relay-signer-client': patch | ||
'@openzeppelin/defender-sdk-example-get-usage': patch | ||
'@openzeppelin/defender-sdk-proposal-client': patch | ||
'@openzeppelin/defender-sdk-account-client': patch | ||
'@openzeppelin/defender-sdk-key-value-store-client': patch | ||
'@openzeppelin/defender-sdk-monitor-client': patch | ||
'@openzeppelin/defender-sdk-network-client': patch | ||
'@openzeppelin/defender-sdk-action-client': patch | ||
'@openzeppelin/defender-sdk-deploy-client': patch | ||
'@openzeppelin/defender-sdk-relay-client': patch | ||
'@openzeppelin/defender-sdk-base-client': patch | ||
--- | ||
|
||
feat: Add missing dependencies that caused relay signer to fail. | ||
feat: Add support to isProduction flag for private networks. | ||
chore: Update transaction proposal route. | ||
feat: add support to deployment metadata. | ||
feat: add support for cancelling intents. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-create-action", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "Nami Shah <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.14.2", | ||
"@openzeppelin/defender-sdk": "1.14.3", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-create-batch-proposal", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "Nami Shah <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.14.2", | ||
"@openzeppelin/defender-sdk": "1.14.3", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-create-forked-network", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "Zeljko Markovic <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.14.2", | ||
"@openzeppelin/defender-sdk": "1.14.3", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-create-private-network", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "Nami Shah <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.14.2", | ||
"@openzeppelin/defender-sdk": "1.14.3", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-create-proposal", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "OpenZeppelin Defender <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.14.2", | ||
"@openzeppelin/defender-sdk": "1.14.3", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "example-create-relayer-key", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "Dan McKeon <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.14.2", | ||
"@openzeppelin/defender-sdk": "1.14.3", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "example-create-relayer", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "Dan McKeon <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.14.2", | ||
"@openzeppelin/defender-sdk": "1.14.3", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-rollup", | ||
"type": "module", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "OpenZeppelin Defender <[email protected]>", | ||
|
@@ -11,8 +11,8 @@ | |
"start": "node dist/index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.14.2", | ||
"@openzeppelin/defender-sdk-action-client": "1.14.2", | ||
"@openzeppelin/defender-sdk": "1.14.3", | ||
"@openzeppelin/defender-sdk-action-client": "1.14.3", | ||
"dotenv": "^16.4.5", | ||
"ethers": "^6.9.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openzeppelin/defender-sdk-example-deploy-contract", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"private": true, | ||
"main": "index.js", | ||
"author": "Nami Shah <[email protected]>", | ||
|
@@ -9,7 +9,7 @@ | |
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"@openzeppelin/defender-sdk": "1.14.2", | ||
"@openzeppelin/defender-sdk": "1.14.3", | ||
"dotenv": "^16.3.1", | ||
"ethers": "^6.9.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.