-
Notifications
You must be signed in to change notification settings - Fork 574
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 #4466 from iron-fish/staging
STAGING -> MASTER
- Loading branch information
Showing
177 changed files
with
1,596 additions
and
3,415 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ironfish", | ||
"version": "1.12.0", | ||
"version": "1.13.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", | ||
|
@@ -32,12 +32,13 @@ | |
"cross-env": "7.0.3", | ||
"eslint-config-ironfish": "*", | ||
"eslint-plugin-deprecation": "2.0.0", | ||
"jest": "29.3.1", | ||
"jest-jasmine2": "29.3.1", | ||
"jest": "29.7.0", | ||
"jest-jasmine2": "29.7.0", | ||
"oclif": "2.6.0", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "29.1.1", | ||
"tsc-watch": "4.2.9", | ||
"typescript": "4.3.4", | ||
"typescript": "5.0.4", | ||
"yarn": "^1.22.10" | ||
}, | ||
"scripts": { | ||
|
@@ -48,9 +49,9 @@ | |
"start:dev": "node start", | ||
"start": "yarn build && yarn start:js", | ||
"start:js": "cross-env OCLIF_TS_NODE=0 IRONFISH_DEBUG=1 node --expose-gc --inspect=:0 --inspect-publish-uid=http --enable-source-maps bin/run", | ||
"test": "yarn clean && tsc -b && tsc -b tsconfig.test.json && jest --passWithNoTests", | ||
"test:coverage:html": "tsc -b tsconfig.test.json && jest --passWithNoTests --testPathIgnorePatterns --coverage --coverage-reporters html", | ||
"test:watch": "tsc -b tsconfig.test.json && jest --watch --coverage false", | ||
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest", | ||
"test:coverage:html": "tsc -b tsconfig.test.json && cross-env NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns --coverage --coverage-reporters html", | ||
"test:watch": "yarn clean && tsc -b && tsc -b tsconfig.test.json && cross-env NODE_OPTIONS=--experimental-vm-modules jest --watch --coverage false", | ||
"postpack": "rimraf oclif.manifest.json", | ||
"clean": "rimraf build", | ||
"prepack": "rimraf build && yarn build && oclif manifest && oclif readme", | ||
|
@@ -61,8 +62,8 @@ | |
"@aws-sdk/client-s3": "3", | ||
"@aws-sdk/client-secrets-manager": "3", | ||
"@aws-sdk/s3-request-presigner": "3", | ||
"@ironfish/rust-nodejs": "1.10.0", | ||
"@ironfish/sdk": "1.12.0", | ||
"@ironfish/rust-nodejs": "1.11.0", | ||
"@ironfish/sdk": "1.13.0", | ||
"@oclif/core": "1.23.1", | ||
"@oclif/plugin-help": "5.1.12", | ||
"@oclif/plugin-not-found": "2.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
103 changes: 0 additions & 103 deletions
103
ironfish-cli/src/commands/service/estimate-fee-rates.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.