mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-02-23 07:59:52 -05:00
update to monero-javascript v0.7.10
This commit is contained in:
parent
5fc3cc8982
commit
2980984850
14
package-lock.json
generated
14
package-lock.json
generated
@ -28,7 +28,7 @@
|
|||||||
"eslint-plugin-import": "^2.27.5",
|
"eslint-plugin-import": "^2.27.5",
|
||||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||||
"jest": "^26.6.0",
|
"jest": "^26.6.0",
|
||||||
"monero-javascript": "^0.7.7",
|
"monero-javascript": "^0.7.10",
|
||||||
"typedoc": "^0.23.26",
|
"typedoc": "^0.23.26",
|
||||||
"typedoc-plugin-missing-exports": "^1.0.0",
|
"typedoc-plugin-missing-exports": "^1.0.0",
|
||||||
"typedoc-plugin-rename-defaults": "^0.6.4",
|
"typedoc-plugin-rename-defaults": "^0.6.4",
|
||||||
@ -11711,9 +11711,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/monero-javascript": {
|
"node_modules/monero-javascript": {
|
||||||
"version": "0.7.7",
|
"version": "0.7.10",
|
||||||
"resolved": "https://registry.npmjs.org/monero-javascript/-/monero-javascript-0.7.7.tgz",
|
"resolved": "https://registry.npmjs.org/monero-javascript/-/monero-javascript-0.7.10.tgz",
|
||||||
"integrity": "sha512-QuWlIiEkyilPlLcx0s3KTIOr5K1YvWCYD+83bDYi8IxFQfp0sMhzkaMt4PfMlbljARIS+O3KAbVz+AqclrWIzw==",
|
"integrity": "sha512-A8BjurV/+wfe+bmqF+Tv4+Kir0D6qTSwhbGjMRxPq3a6a/7lmBud6ocFtvGdGmqVw5wWSX7bcZmccUrBhbdDGQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ajv": "^6.12.6",
|
"ajv": "^6.12.6",
|
||||||
@ -23877,9 +23877,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"monero-javascript": {
|
"monero-javascript": {
|
||||||
"version": "0.7.7",
|
"version": "0.7.10",
|
||||||
"resolved": "https://registry.npmjs.org/monero-javascript/-/monero-javascript-0.7.7.tgz",
|
"resolved": "https://registry.npmjs.org/monero-javascript/-/monero-javascript-0.7.10.tgz",
|
||||||
"integrity": "sha512-QuWlIiEkyilPlLcx0s3KTIOr5K1YvWCYD+83bDYi8IxFQfp0sMhzkaMt4PfMlbljARIS+O3KAbVz+AqclrWIzw==",
|
"integrity": "sha512-A8BjurV/+wfe+bmqF+Tv4+Kir0D6qTSwhbGjMRxPq3a6a/7lmBud6ocFtvGdGmqVw5wWSX7bcZmccUrBhbdDGQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"ajv": "^6.12.6",
|
"ajv": "^6.12.6",
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
"eslint-plugin-import": "^2.27.5",
|
"eslint-plugin-import": "^2.27.5",
|
||||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||||
"jest": "^26.6.0",
|
"jest": "^26.6.0",
|
||||||
"monero-javascript": "^0.7.7",
|
"monero-javascript": "^0.7.10",
|
||||||
"typedoc": "^0.23.26",
|
"typedoc": "^0.23.26",
|
||||||
"typedoc-plugin-missing-exports": "^1.0.0",
|
"typedoc-plugin-missing-exports": "^1.0.0",
|
||||||
"typedoc-plugin-rename-defaults": "^0.6.4",
|
"typedoc-plugin-rename-defaults": "^0.6.4",
|
||||||
|
@ -176,7 +176,7 @@ const TestConfig = {
|
|||||||
walletSyncPeriodMs: 5000,
|
walletSyncPeriodMs: 5000,
|
||||||
maxTimePeerNoticeMs: 5000,
|
maxTimePeerNoticeMs: 5000,
|
||||||
maxConcurrency: 14, // max concurrency
|
maxConcurrency: 14, // max concurrency
|
||||||
maxConcurrencyCI: 4, // CI test max concurrency
|
maxConcurrencyCI: 7, // CI test max concurrency
|
||||||
stopOnFailure: true,
|
stopOnFailure: true,
|
||||||
testPayoutConfirmed: true,
|
testPayoutConfirmed: true,
|
||||||
testPayoutUnlocked: true
|
testPayoutUnlocked: true
|
||||||
@ -376,7 +376,7 @@ async function shutDown() {
|
|||||||
await Promise.all(promises);
|
await Promise.all(promises);
|
||||||
|
|
||||||
// terminate monero-javascript worker
|
// terminate monero-javascript worker
|
||||||
(await monerojs.LibraryUtils.getWorker()).terminate();
|
await monerojs.LibraryUtils.terminateWorker();
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------- TESTS ----------------------------------
|
// ----------------------------------- TESTS ----------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user