Skip to content

Commit

Permalink
Update @nimiq/core to rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Nov 18, 2024
1 parent ea96256 commit 1d86049
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@
"@ethersproject/strings" "^5.7.0"

"@nimiq/albatross-wasm@npm:@nimiq/core@next":
version "2.0.0-next.rc.4"
resolved "https://registry.yarnpkg.com/@nimiq/core/-/core-2.0.0-next.rc.4.tgz#a353f4507f2f10e3be741f920cff921c9474dea7"
integrity sha512-qSBy/Mg0rbqAstEnrgzGhqeQpmQdOjCZPWmBV5uFxAMAAYl9nrABaXWQXo3Jvemvx5VQE9pz5/ma3I8Z0ROy1g==
version "2.0.0-next.rc.5"
resolved "https://registry.yarnpkg.com/@nimiq/core/-/core-2.0.0-next.rc.5.tgz#eed8a533e609f387cd6fa9d8759b3068f5192b84"
integrity sha512-vXqsBv8Yacbnu+O9/3KPk9JcM1w0xq3LrHpwb6uXop1rIpe2+p55B1MT/1EvwNcHce8hQk/ghtC1Vau4fyhELQ==
dependencies:
comlink "^4.4.1"
websocket "^1.0.34"
Expand Down
2 changes: 1 addition & 1 deletion src/request/swap-iframe/SwapIFrameApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ class SwapIFrameApi extends BitcoinRequestParserMixin(RequestParser) { // eslint
);
const refundSignatureProof = Nimiq.SignatureProof.singleSig(publicKey, refundSignature);

const proof = new Nimiq.SerialBuffer(1 + (32 + 1 + 64 /* Nimiq.SignatureProof.SINGLE_SIG_SIZE */));
const proof = new Nimiq.SerialBuffer(1 + Nimiq.SignatureProof.SINGLE_SIG_SIZE);
proof.writeUint8(3 /* Nimiq.HashedTimeLockedContract.ProofType.TIMEOUT_RESOLVE */);
proof.write(refundSignatureProof.serialize());
refundTransaction.proof = proof;
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,9 @@
"@jridgewell/sourcemap-codec" "^1.4.14"

"@nimiq/albatross-wasm@npm:@nimiq/core@next":
version "2.0.0-next.rc.4"
resolved "https://registry.yarnpkg.com/@nimiq/core/-/core-2.0.0-next.rc.4.tgz#a353f4507f2f10e3be741f920cff921c9474dea7"
integrity sha512-qSBy/Mg0rbqAstEnrgzGhqeQpmQdOjCZPWmBV5uFxAMAAYl9nrABaXWQXo3Jvemvx5VQE9pz5/ma3I8Z0ROy1g==
version "2.0.0-next.rc.5"
resolved "https://registry.yarnpkg.com/@nimiq/core/-/core-2.0.0-next.rc.5.tgz#eed8a533e609f387cd6fa9d8759b3068f5192b84"
integrity sha512-vXqsBv8Yacbnu+O9/3KPk9JcM1w0xq3LrHpwb6uXop1rIpe2+p55B1MT/1EvwNcHce8hQk/ghtC1Vau4fyhELQ==
dependencies:
comlink "^4.4.1"
websocket "^1.0.34"
Expand Down

0 comments on commit 1d86049

Please sign in to comment.