-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5071 from iron-fish/staging
Staging to master v2.4.0
- Loading branch information
Showing
414 changed files
with
35,031 additions
and
24,667 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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": "ironfish", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "CLI for running and interacting with an Iron Fish node", | ||
"author": "Iron Fish <[email protected]> (https://ironfish.network)", | ||
"main": "build/src/index.js", | ||
|
@@ -34,7 +34,7 @@ | |
"eslint-plugin-deprecation": "2.0.0", | ||
"jest": "29.7.0", | ||
"jest-jasmine2": "29.7.0", | ||
"oclif": "2.6.0", | ||
"oclif": "3.7.2", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "29.1.1", | ||
"tsc-watch": "4.2.9", | ||
|
@@ -58,26 +58,25 @@ | |
"oclif:version": "oclif readme && git add README.md" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-cognito-identity": "3", | ||
"@aws-sdk/client-s3": "3", | ||
"@aws-sdk/client-secrets-manager": "3", | ||
"@aws-sdk/s3-request-presigner": "3", | ||
"@ironfish/rust-nodejs": "2.3.0", | ||
"@ironfish/sdk": "2.3.0", | ||
"@oclif/core": "1.23.1", | ||
"@ironfish/rust-nodejs": "2.4.0", | ||
"@ironfish/sdk": "2.4.0", | ||
"@oclif/core": "3.27.0", | ||
"@oclif/plugin-autocomplete": "1.3.10", | ||
"@oclif/plugin-help": "5.1.12", | ||
"@oclif/plugin-not-found": "2.3.1", | ||
"@oclif/plugin-warn-if-update-available": "2.0.40", | ||
"@oclif/plugin-autocomplete": "1.3.10", | ||
"@types/keccak": "3.0.4", | ||
"@types/tar": "6.1.1", | ||
"axios": "0.21.4", | ||
"axios": "1.7.2", | ||
"bech32": "2.0.0", | ||
"blessed": "0.1.81", | ||
"blru": "0.1.6", | ||
"buffer-map": "0.0.7", | ||
"chalk": "4.1.2", | ||
"cli-progress": "3.12.0", | ||
"inquirer": "8.2.5", | ||
"json-colorizer": "2.2.2", | ||
"keccak": "3.0.4", | ||
"supports-hyperlinks": "2.2.0", | ||
"tar": "6.1.11", | ||
"uuid": "8.3.2" | ||
|
@@ -97,7 +96,11 @@ | |
"@oclif/plugin-warn-if-update-available", | ||
"@oclif/plugin-autocomplete" | ||
], | ||
"topics": {} | ||
"topics": { | ||
"wallet:scanning": { | ||
"description": "Turn on or off scanning for accounts" | ||
} | ||
} | ||
}, | ||
"bin": { | ||
"ironfish": "./bin/run" | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.