chore(deps): bump @scure/btc-signer from 1.3.2 to 1.4.0 in /sdk #642
Annotations
4 errors and 3 warnings
test/esplora.test.ts > Esplora Tests > should get fee rate:
sdk/test/esplora.test.ts#L135
AssertionError: expected undefined to be a number or a date
❯ test/esplora.test.ts:135:16
|
test/ordinal-api.test.ts > Ordinal API Tests > should get inscriptions from UTXO:
sdk/test/ordinal-api.test.ts#L84
AssertionError: expected { …(9) } to deeply equal { value: 10737, …(8) }
- Expected
+ Received
Object {
"address": "bc1pux99xe796y0wx8gshax98e6r5arecu8rxdh8pk77587eyuc9cq3q2e3nng",
"indexed": true,
"inscriptions": Array [
"dfe942a58b7e29a3952d8d1ed6608086c66475d20bc7bdbc3d784d616f9a6a7ai0",
],
"runes": Object {},
"sat_ranges": null,
- "script_pubkey": "OP_PUSHNUM_1 OP_PUSHBYTES_32 e18a5367c5d11ee31d10bf4c53e743a7479c70e3336e70dbdea1fd927305c022",
+ "script_pubkey": "5120e18a5367c5d11ee31d10bf4c53e743a7479c70e3336e70dbdea1fd927305c022",
"spent": false,
"transaction": "dfe942a58b7e29a3952d8d1ed6608086c66475d20bc7bdbc3d784d616f9a6a7a",
"value": 10737,
}
❯ test/ordinal-api.test.ts:84:16
|
test/utxo.test.ts > UTXO Tests > should not output too small change:
sdk/test/utxo.test.ts#L197
Error: Estimator: same input passed multiple times: 0000000000000000000000000000000000000000000000000000000000000000:0
❯ node_modules/@scure/btc-signer/src/utxo.ts:406:15
❯ new _Estimator node_modules/@scure/btc-signer/src/utxo.ts:401:39
❯ Module.selectUTXO node_modules/@scure/btc-signer/src/utxo.ts:617:15
❯ test/utxo.test.ts:197:29
|
SDK
Process completed with exit code 1.
|
SDK:
sdk/src/ordinals/signer.ts#L11
'_hash' is defined but never used
|
SDK:
sdk/src/ordinals/signer.ts#L11
'_lowR' is defined but never used
|
SDK:
sdk/src/ordinals/signer.ts#L15
'hash' is defined but never used
|