Update Fusion page with Season 3 info #647
Annotations
3 errors and 3 warnings
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 spend from address to create a transaction with an OP return output:
sdk/src/wallet/utxo.ts#L124
Error: Failed to create transaction. Do you have enough funds?
❯ Module.createBitcoinPsbt src/wallet/utxo.ts:124:15
❯ test/utxo.test.ts:52:44
❯ test/utxo.test.ts:42:17
❯ test/utxo.test.ts:40:9
|
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
|