File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 26
26
},
27
27
"homepage" : " https://github.com/nimiq/keyguard/client#readme" ,
28
28
"dependencies" : {
29
- "@nimiq/albatross-wasm" : " npm:@nimiq/core@^2.0.0 " ,
29
+ "@nimiq/albatross-wasm" : " npm:@nimiq/core@^2.0.1 " ,
30
30
"@nimiq/rpc" : " ^0.3.0" ,
31
31
"@opengsn/common" : " ^2.2.5"
32
32
},
Original file line number Diff line number Diff line change 211
211
" @ethersproject/properties" " ^5.7.0"
212
212
" @ethersproject/strings" " ^5.7.0"
213
213
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 ==
218
218
dependencies :
219
219
comlink "^4.4.1"
220
220
websocket "^1.0.34"
Original file line number Diff line number Diff line change 38
38
},
39
39
"homepage" : " https://github.com/nimiq/keyguard#readme" ,
40
40
"devDependencies" : {
41
- "@nimiq/albatross-wasm" : " npm:@nimiq/core@^2.0.0 " ,
41
+ "@nimiq/albatross-wasm" : " npm:@nimiq/core@^2.0.1 " ,
42
42
"@nimiq/core-web" : " 1.6.3" ,
43
43
"@nimiq/rpc" : " ^0.3.0" ,
44
44
"@nimiq/style" : " ^0.8.3" ,
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ class SwapIFrameApi extends BitcoinRequestParserMixin(RequestParser) { // eslint
457
457
) ;
458
458
const refundSignatureProof = Nimiq . SignatureProof . singleSig ( publicKey , refundSignature ) ;
459
459
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 ) ;
461
461
proof . writeUint8 ( 2 /* Nimiq.HashedTimeLockedContract.ProofType.TIMEOUT_RESOLVE */ ) ;
462
462
proof . write ( refundSignatureProof . serialize ( ) ) ;
463
463
refundTransaction . proof = proof ;
Original file line number Diff line number Diff line change 432
432
" @jridgewell/resolve-uri" " ^3.1.0"
433
433
" @jridgewell/sourcemap-codec" " ^1.4.14"
434
434
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 ==
439
439
dependencies :
440
440
comlink "^4.4.1"
441
441
websocket "^1.0.34"
You can’t perform that action at this time.
0 commit comments