Compare commits

...
4 Commits
Author SHA1 Message Date
Chris Troutner 02818da317 Merge pull request #79 from Permissionless-Software-Foundation/ct-unstable
fix(bch-js): Updated to v4.2.5 to fix issue with hydrateUtxos()
2020-12-13 09:30:11 -08:00
Chris Troutner 9804ea8c3a Ran npm audit fix 2020-12-13 09:26:58 -08:00
Chris Troutner 4bfe198a62 fix(bch-js): Updated to v4.2.5 to fix issue with hydrateUtxos() 2020-12-13 09:23:41 -08:00
Chris Troutner 453cbacf9d Updating gitignore 2020-12-11 14:03:38 -08:00
3 changed files with 14 additions and 13 deletions
+1
View File
@@ -16,6 +16,7 @@ start-local-testnet.sh
test-fullstack-main.sh
start-fullstack-main.sh
start-fullstack-test.sh
start-fullstack-testnet.sh
start-free-main.sh
start-local-mainnet.sh.save
start-local-testnet.sh.save
+12 -12
View File
@@ -343,9 +343,9 @@
}
},
"@psf/bch-js": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@psf/bch-js/-/bch-js-4.1.1.tgz",
"integrity": "sha512-m1c41VClE+WJAmS+Wvh6+1A2grlNwSACLOp6Mc2L3Xk5sxUG1m+QNQ6c24bCyVGK10Zw/4tiIz2Xb1hPT9lyZg==",
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/@psf/bch-js/-/bch-js-4.2.5.tgz",
"integrity": "sha512-LPxQDjqCr1C/sz4kDYkcj6OfflzWmp/Gc+S5rHzMrQuNX+s7Qb1AZSOT6Rmy2/ZXg8Y4SYudwwsfxTMjXa7a+g==",
"requires": {
"@uppy/core": "^1.10.4",
"@uppy/tus": "^1.5.12",
@@ -832,9 +832,9 @@
}
},
"@uppy/core": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/@uppy/core/-/core-1.14.1.tgz",
"integrity": "sha512-z74WpKcIOlsFASIEnnR5AryxBxT5QCxJJWwOZ8EdbcCVc8htIUFcWDXQshqgkh8ydZd9OUAS7xXHdqmpuqOuoQ==",
"version": "1.14.2",
"resolved": "https://registry.npmjs.org/@uppy/core/-/core-1.14.2.tgz",
"integrity": "sha512-sBLEhqFM9aFyE2+30tzPBx7UzdCqbG4ifa/XYbMxrf36dwiELPurFJUDIA3VSxzsbzOVP4sWS1zVBO8w6Q3lNA==",
"requires": {
"@transloadit/prettier-bytes": "0.0.7",
"@uppy/store-default": "^1.2.4",
@@ -852,9 +852,9 @@
"integrity": "sha512-d4YTq6SeH792+vG9OXGCfmCIoo4RteLJKU2mZCzMYNjCZ1yNfU/FVw1r7heTc7f2wNls56ABor2xSybk/X+wFA=="
},
"@uppy/tus": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@uppy/tus/-/tus-1.8.0.tgz",
"integrity": "sha512-Cdf2epyuiZSxcOOlw61CLZU7h3i0KILHv0pV5arC054wPeH9D0nuEcR9iR12jm4ilFDABmuCbVZ1j7nGQR6zEw==",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@uppy/tus/-/tus-1.8.1.tgz",
"integrity": "sha512-E71MmFXdpKL7Jjri2dVS5AMVGBEbqMR+8WV5u4KKIRok9Gv72/BsWESun1zB8fUhaSOvmfqjppyOt7+/uWUkNw==",
"requires": {
"@uppy/companion-client": "^1.6.1",
"@uppy/utils": "^3.2.5",
@@ -6332,9 +6332,9 @@
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
},
"ini": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw=="
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
},
"inquirer": {
"version": "6.5.2",
+1 -1
View File
@@ -28,7 +28,7 @@
"node": ">=10.15.1"
},
"dependencies": {
"@psf/bch-js": "^4.1.1",
"@psf/bch-js": "^4.2.5",
"apidoc": "^0.23.0",
"axios": "^0.19.0",
"bitcore-lib-cash": "^8.23.1",