Skip to content

Commit 444a291

Browse files
committed
Update to @nimiq/core v2.0.1
1 parent af172b2 commit 444a291

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/nimiq/keyguard/client#readme",
2828
"dependencies": {
29-
"@nimiq/albatross-wasm": "npm:@nimiq/core@^2.0.0",
29+
"@nimiq/albatross-wasm": "npm:@nimiq/core@^2.0.1",
3030
"@nimiq/rpc": "^0.3.0",
3131
"@opengsn/common": "^2.2.5"
3232
},

client/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@
211211
"@ethersproject/properties" "^5.7.0"
212212
"@ethersproject/strings" "^5.7.0"
213213

214-
"@nimiq/albatross-wasm@npm:@nimiq/core@^2.0.0":
215-
version "2.0.0"
216-
resolved "https://registry.yarnpkg.com/@nimiq/core/-/core-2.0.0.tgz#ed1509f7914b52ee4ba42eddb0eb596f867dd76f"
217-
integrity sha512-cr388Q3NiSBpIDA7zAlLwlyMf/+qp+p6ytCNah3fzXluC2l8JGrpDqNT1ezzchjZTbj1hjJE7gcyUSzzpPDvnQ==
214+
"@nimiq/albatross-wasm@npm:@nimiq/core@^2.0.1":
215+
version "2.0.1"
216+
resolved "https://registry.yarnpkg.com/@nimiq/core/-/core-2.0.1.tgz#44d947058962c597a18e52d8e7b49c6c7492d138"
217+
integrity sha512-4YPfuxMkWgiLrEyC/ufbWnhccTe5i31s8ROwV/SV3Qd+dgaaxrHk0BWM8YmrFMfkDOj8lakenXq/4wzzqbtJ2Q==
218218
dependencies:
219219
comlink "^4.4.1"
220220
websocket "^1.0.34"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"homepage": "https://github.com/nimiq/keyguard#readme",
4040
"devDependencies": {
41-
"@nimiq/albatross-wasm": "npm:@nimiq/core@^2.0.0",
41+
"@nimiq/albatross-wasm": "npm:@nimiq/core@^2.0.1",
4242
"@nimiq/core-web": "1.6.3",
4343
"@nimiq/rpc": "^0.3.0",
4444
"@nimiq/style": "^0.8.3",

src/request/swap-iframe/SwapIFrameApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ class SwapIFrameApi extends BitcoinRequestParserMixin(RequestParser) { // eslint
457457
);
458458
const refundSignatureProof = Nimiq.SignatureProof.singleSig(publicKey, refundSignature);
459459

460-
const proof = new Nimiq.SerialBuffer(1 + 1 + 32 + 1 + 64 /* Nimiq.SignatureProof.SINGLE_SIG_SIZE */);
460+
const proof = new Nimiq.SerialBuffer(1 + Nimiq.SignatureProof.SINGLE_SIG_SIZE);
461461
proof.writeUint8(2 /* Nimiq.HashedTimeLockedContract.ProofType.TIMEOUT_RESOLVE */);
462462
proof.write(refundSignatureProof.serialize());
463463
refundTransaction.proof = proof;

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,10 @@
432432
"@jridgewell/resolve-uri" "^3.1.0"
433433
"@jridgewell/sourcemap-codec" "^1.4.14"
434434

435-
"@nimiq/albatross-wasm@npm:@nimiq/core@^2.0.0":
436-
version "2.0.0"
437-
resolved "https://registry.yarnpkg.com/@nimiq/core/-/core-2.0.0.tgz#ed1509f7914b52ee4ba42eddb0eb596f867dd76f"
438-
integrity sha512-cr388Q3NiSBpIDA7zAlLwlyMf/+qp+p6ytCNah3fzXluC2l8JGrpDqNT1ezzchjZTbj1hjJE7gcyUSzzpPDvnQ==
435+
"@nimiq/albatross-wasm@npm:@nimiq/core@^2.0.1":
436+
version "2.0.1"
437+
resolved "https://registry.yarnpkg.com/@nimiq/core/-/core-2.0.1.tgz#44d947058962c597a18e52d8e7b49c6c7492d138"
438+
integrity sha512-4YPfuxMkWgiLrEyC/ufbWnhccTe5i31s8ROwV/SV3Qd+dgaaxrHk0BWM8YmrFMfkDOj8lakenXq/4wzzqbtJ2Q==
439439
dependencies:
440440
comlink "^4.4.1"
441441
websocket "^1.0.34"

0 commit comments

Comments
 (0)