docs: update intro, add gateway explainer, misc updates #828
Annotations
3 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/esplora.ts#L501
TypeError: fetch failed
❯ EsploraClient.getText src/esplora.ts:501:26
❯ src/wallet/utxo.ts:115:25
❯ Module.createBitcoinPsbt src/wallet/utxo.ts:113:5
❯ test/utxo.test.ts:95:44
❯ test/utxo.test.ts:79:17
{
stack: 'AggregateError: \n' +
' at internalConnectMultiple (node:net:1122:18)\n' +
' at internalConnectMultiple (node:net:1190:5)\n' +
' at Timeout.internalConnectMultipleTimeout (node:net:1716:5)\n' +
' at listOnTimeout (node:internal/timers:583:11)\n' +
' at processTimers (node:internal/timers:519:7)',
errors: [
{
stack: 'Error: connect ETIMEDOUT 172.67.69.91:443\n' +
' at createConnectionError (node:net:1652:14)\n' +
' at Timeout.internalConnectMultipleTimeout (node:net:1711:38)\n' +
' at listOnTimeout (node:internal/timers:583:11)\n' +
' at processTimers (node:internal/timers:519:7)',
message: 'connect ETIMEDOUT 172.67.69.91:443',
errno: -110,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '172.67.69.91',
port: 443,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
},
{
stack: 'Error: connect ENETUNREACH 2606:4700:20::681a:63a:443 - Local (:::0)\n' +
' at internalConnectMultiple (node:net:1186:16)\n' +
' at Timeout.internalConnectMultipleTimeout (node:net:1716:5)\n' +
' at listOnTimeout (node:internal/timers:583:11)\n' +
' at processTimers (node:internal/timers:519:7)',
message: 'connect ENETUNREACH 2606:4700:20::681a:63a:443 - Local (:::0)',
errno: -101,
code: 'ENETUNREACH',
syscall: 'connect',
address: '2606:4700:20::681a:63a',
port: 443,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
},
{
stack: 'Error: connect ETIMEDOUT 104.26.6.58:443\n' +
' at createConnectionError (node:net:1652:14)\n' +
' at Timeout.internalConnectMultipleTimeout (node:net:1711:38)\n' +
' at listOnTimeout (node:internal/timers:583:11)\n' +
' at processTimers (node:internal/timers:519:7)',
message: 'connect ETIMEDOUT 104.26.6.58:443',
errno: -110,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '104.26.6.58',
port: 443,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
},
{
stack: 'Error: connect ENETUNREACH 2606:4700:20::ac43:455b:443 - Local (:::0)\n' +
' at internalConnectMultiple (node:net:1186:16)\n' +
' at Timeout.internalConnectMultipleTimeout (node:net:1716:5)\n' +
' at listOnTimeout (node:internal/timers:583:11)\n' +
' at processTimers (node:internal/timers:519:7)',
message: 'connect ENETUNREACH 2606:4700:20::ac43:455b:443 - Local (:::0)',
errno: -101,
code: 'ENETUNREACH',
syscall: 'connect',
address: '2606:4700:20::ac43:455b',
port: 443,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
},
{
stack: 'Error: connect ETIMEDOUT 104.26.7.58:443\n' +
' at createConnectionError (node:net:1652:14)\n' +
' at Timeout.internalConnectMultipleTimeout (node:net:1711:38)\n' +
' at listOnTimeout (node:internal/timers:583:11)\n' +
' at processTimers (node:internal/timers:519:7)',
message: 'connect ETIMEDOUT 104.26.7.58:443',
errno: -110,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '104.26.7.58',
port: 443,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
},
{
stack: 'Error: connect ENETUNREACH 2606:4700:20::681a:73a:443 - Local (:::0)\n' +
' at internalConnectMultiple (node:net:1186:16)\n' +
' at Timeout.internalConnectMultipleTimeout (node:net:1716:5)\n' +
' at listOnTimeout (node:internal/timers:583:11)\n' +
' at processTimers (node:internal/timers:519:7)'
|
test/utxo.test.ts > UTXO Tests > should estimate the fee for a transaction:
sdk/src/wallet/utxo.ts#L385
Error: Failed to create transaction. Do you have enough funds?
❯ Module.estimateTxFee src/wallet/utxo.ts:385:15
❯ test/utxo.test.ts:350:45
❯ test/utxo.test.ts:330:9
|
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
|