-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use tar.gz link instead of npm's github resolution (#1157) Using the github resolution, npm treats the install as a dev dependency, so it doesn't grab dependencies as expected. This is apparently a known issue they seem uninterested in fixing. Using .tar.gz links directly accomplishes what we want while installing dependencies as expected. * Fix pool payout discord message (#1170) We are printing ore and saying it's iron, but this way it will say that it's probably displayed in iron. * Remove unnecessary TODO (#1164) * Remove unused Note and Nullifier messages (#1163) * Miner's self reported hashrate needs to take into account how many threads are running (#1174) * Add allow dead code flags for napi struct methods (#1171) * Upgrade oclif dev cli to 2.6.0 (#1158) * Update @oclif/test to 2.1.0 (#1160) * Update @oclif/test to 2.1.0 * Remove unused package.json scripts Co-authored-by: Mat <[email protected]> * Update oclif/core and plugins (#1159) Co-authored-by: Mat <[email protected]> * Upgrade node-datachannel to 0.2.4 (#1162) Co-authored-by: Mat <[email protected]> * Bump sdk and cli version for release 0.1.28 (#1176) Co-authored-by: Jason Spafford <[email protected]> Co-authored-by: Derek Guenther <[email protected]>
- Loading branch information
Showing
9 changed files
with
992 additions
and
1,905 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ironfish", | ||
"version": "0.1.27", | ||
"version": "0.1.28", | ||
"description": "CLI for running and interacting with an Iron Fish node", | ||
"author": "Iron Fish <[email protected]> (https://ironfish.network)", | ||
"main": "build/src/index.js", | ||
|
@@ -23,16 +23,15 @@ | |
"node": "16.x" | ||
}, | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1", | ||
"@oclif/test": "^1", | ||
"@oclif/test": "2.1.0", | ||
"@types/blessed": "0.1.17", | ||
"@types/node": "16.11.1", | ||
"@types/ws": "7.4.5", | ||
"chai": "4.2.0", | ||
"cross-env": "7.0.3", | ||
"eslint-config-ironfish": "*", | ||
"jest": "26.6.3", | ||
"oclif": "1.16.1", | ||
"oclif": "2.6.0", | ||
"rimraf": "^3.0.2", | ||
"tsc-watch": "4.2.9", | ||
"typescript": "4.3.4", | ||
|
@@ -50,18 +49,15 @@ | |
"test:watch": "tsc -b tsconfig.test.json && jest --watch --coverage false", | ||
"postpack": "rimraf oclif.manifest.json", | ||
"clean": "rimraf build", | ||
"pack": "oclif-dev pack", | ||
"prepack": "rimraf build && yarn build && oclif-dev manifest && oclif-dev readme", | ||
"oclif:posttest": "eslint . --ext .ts --config .eslintrc", | ||
"oclif:test": "echo NO TESTS", | ||
"oclif:version": "oclif-dev readme && git add README.md" | ||
"prepack": "rimraf build && yarn build && oclif manifest && oclif readme", | ||
"oclif:version": "oclif readme && git add README.md" | ||
}, | ||
"dependencies": { | ||
"@ironfish/rust-nodejs": "0.1.2", | ||
"@ironfish/sdk": "0.0.5", | ||
"@oclif/core": "1.3.1", | ||
"@oclif/plugin-help": "3.2.2", | ||
"@oclif/plugin-not-found": "1.2.4", | ||
"@ironfish/sdk": "0.0.6", | ||
"@oclif/core": "1.6.1", | ||
"@oclif/plugin-help": "5.1.12", | ||
"@oclif/plugin-not-found": "2.3.1", | ||
"axios": "0.21.4", | ||
"blessed": "0.1.81", | ||
"json-colorizer": "2.2.2", | ||
|
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/sdk", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "SDK for running and interacting with an Iron Fish node", | ||
"author": "Iron Fish <[email protected]> (https://ironfish.network)", | ||
"main": "build/src/index.js", | ||
|
@@ -20,7 +20,7 @@ | |
"@ironfish/rust-nodejs": "0.1.2", | ||
"@napi-rs/blake-hash": "1.3.1", | ||
"axios": "0.21.4", | ||
"bfilter": "bcoin-org/bfilter#70e42125f877191d340e8838a1a90fabb750e680", | ||
"bfilter": "https://github.com/bcoin-org/bfilter/archive/70e42125f877191d340e8838a1a90fabb750e680.tar.gz", | ||
"blru": "0.1.6", | ||
"buffer": "6.0.3", | ||
"buffer-json": "2.0.0", | ||
|
@@ -36,11 +36,11 @@ | |
"leveldown": "5.6.0", | ||
"levelup": "4.4.0", | ||
"lodash": "4.17.21", | ||
"node-datachannel": "0.1.12", | ||
"node-datachannel": "0.2.4", | ||
"node-ipc": "9.1.3", | ||
"parse-json": "5.1.0", | ||
"sqlite": "4.0.23", | ||
"sqlite3": "mapbox/node-sqlite3#918052b538b0effe6c4a44c74a16b2749c08a0d2", | ||
"sqlite3": "https://github.com/mapbox/node-sqlite3/archive/918052b538b0effe6c4a44c74a16b2749c08a0d2.tar.gz", | ||
"tweetnacl": "1.0.3", | ||
"uuid": "8.3.2", | ||
"ws": "7.5.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
Oops, something went wrong.