Better get balance #847
Annotations
8 errors and 5 warnings
test/gateway.test.ts > Gateway Tests > should start order:
sdk/src/ordinal-api/index.ts#L588
Error: Not Found
❯ OrdinalsClient.postJson src/ordinal-api/index.ts:588:19
❯ createUtxoNodes src/wallet/utxo.ts:33:21
❯ Module.createBitcoinPsbt src/wallet/utxo.ts:186:27
❯ GatewayApiClient.startOrder src/gateway/client.ts:200:26
❯ test/gateway.test.ts:168:24
|
test/utxo.test.ts > UTXO Tests > should spend from address to create a transaction with an OP return output:
sdk/src/ordinal-api/index.ts#L588
Error: Not Found
❯ OrdinalsClient.postJson src/ordinal-api/index.ts:588:19
❯ createUtxoNodes src/wallet/utxo.ts:33:21
❯ Module.createBitcoinPsbt src/wallet/utxo.ts:186:27
❯ test/utxo.test.ts:102:44
❯ test/utxo.test.ts:86:17
❯ test/utxo.test.ts:84:9
|
test/utxo.test.ts > UTXO Tests > should estimate the fee for a transaction:
sdk/src/ordinal-api/index.ts#L588
Error: Not Found
❯ OrdinalsClient.postJson src/ordinal-api/index.ts:588:19
❯ createUtxoNodes src/wallet/utxo.ts:33:21
❯ Module.estimateTxFee src/wallet/utxo.ts:402:27
❯ test/utxo.test.ts:357:45
❯ test/utxo.test.ts:337:9
|
test/utxo.test.ts > UTXO Tests > should not spend outputs with inscriptions:
sdk/src/ordinal-api/index.ts#L588
Error: Not Found
❯ OrdinalsClient.postJson src/ordinal-api/index.ts:588:19
❯ createUtxoNodes src/wallet/utxo.ts:33:21
❯ Module.createBitcoinPsbt src/wallet/utxo.ts:186:27
❯ test/utxo.test.ts:391:9
|
test/utxo.test.ts > UTXO Tests > throws an error if insufficient balance:
sdk/test/utxo.test.ts#L421
AssertionError: expected [Function] to throw error including 'Failed to create transaction. Do you …' but got 'Not Found'
Expected: "Failed to create transaction. Do you have enough funds?"
Received: "Not Found"
❯ test/utxo.test.ts:421:9
|
test/utxo.test.ts > UTXO Tests > should return address balance:
sdk/src/ordinal-api/index.ts#L588
Error: Not Found
❯ OrdinalsClient.postJson src/ordinal-api/index.ts:588:19
❯ createUtxoNodes src/wallet/utxo.ts:33:21
❯ Module.getBalance src/wallet/utxo.ts:518:27
❯ test/utxo.test.ts:429:25
|
test/utxo.test.ts > UTXO Tests > outputs could be spent if not confirmed by ord service:
sdk/src/ordinal-api/index.ts#L588
Error: Not Found
❯ OrdinalsClient.postJson src/ordinal-api/index.ts:588:19
❯ createUtxoNodes src/wallet/utxo.ts:33:21
❯ Module.getBalance src/wallet/utxo.ts:518:27
❯ test/utxo.test.ts:472:29
|
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
|