Better get balance #820
Annotations
6 errors and 5 warnings
test/utxo.test.ts > UTXO Tests > should spend from address to create a transaction with an OP return output:
sdk/src/wallet/utxo.ts#L63
TypeError: Cannot read properties of undefined (reading 'children')
❯ checkUtxoNode src/wallet/utxo.ts:63:14
❯ src/wallet/utxo.ts:187:17
❯ Module.createBitcoinPsbt src/wallet/utxo.ts:172:5
❯ test/utxo.test.ts:101:44
❯ test/utxo.test.ts:85:17
❯ test/utxo.test.ts:83:9
|
test/utxo.test.ts > UTXO Tests > should estimate the fee for a transaction:
sdk/src/wallet/utxo.ts#L63
TypeError: Cannot read properties of undefined (reading 'children')
❯ checkUtxoNode src/wallet/utxo.ts:63:14
❯ src/wallet/utxo.ts:408:17
❯ Module.estimateTxFee src/wallet/utxo.ts:392:5
❯ test/utxo.test.ts:356:45
❯ test/utxo.test.ts:336:9
|
test/utxo.test.ts > UTXO Tests > should not spend outputs with inscriptions:
sdk/src/wallet/utxo.ts#L63
TypeError: Cannot read properties of undefined (reading 'children')
❯ checkUtxoNode src/wallet/utxo.ts:63:14
❯ src/wallet/utxo.ts:187:17
❯ Module.createBitcoinPsbt src/wallet/utxo.ts:172:5
❯ test/utxo.test.ts:390:9
|
test/utxo.test.ts > UTXO Tests > throws an error if insufficient balance:
sdk/test/utxo.test.ts#L420
AssertionError: expected [Function] to throw error including 'Failed to create transaction. Do you …' but got 'Cannot read properties of undefined (…'
Expected: "Failed to create transaction. Do you have enough funds?"
Received: "Cannot read properties of undefined (reading 'children')"
❯ test/utxo.test.ts:420:9
|
test/utxo.test.ts > UTXO Tests > should return address balance:
sdk/src/wallet/utxo.ts#L63
TypeError: Cannot read properties of undefined (reading 'children')
❯ checkUtxoNode src/wallet/utxo.ts:63:14
❯ src/wallet/utxo.ts:516:13
❯ Module.getBalance src/wallet/utxo.ts:511:25
❯ test/utxo.test.ts:428:25
|
SDK
Process completed with exit code 1.
|
SDK
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|
Contracts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|