fix(ledger): stacks message signing, closes #4945 #4697
Annotations
2 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/utils.ts#L42
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected
Error: Error estimating transaction fee. Response 429: Too Many Requests. Attempted to fetch https://stacks-node-api.mainnet.stacks.co/v2/fees/transaction and failed with the message: "[object Object]"
at utils.ts:42
40 | network,
41 | };
> 42 | return bytesToHex((await makeUnsignedSTXTokenTransfer(options)).serialize());
| ^
43 | }
44 |
45 | export async function generateMultisigUnsignedStxTransfer(
at estimateTransaction (/home/runner/work/extension/extension/node_modules/@stacks/transactions/src/builders.ts:218:11)
at estimateTransactionFeeWithFallback (/home/runner/work/extension/extension/node_modules/@stacks/transactions/src/builders.ts:1600:13)
at makeUnsignedSTXTokenTransfer (/home/runner/work/extension/extension/node_modules/@stacks/transactions/src/builders.ts:622:17)
at generateUnsignedStxTransfer (/home/runner/work/extension/extension/tests/utils.ts:42:22)
at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:109:34
|
Run Playwright tests:
tests/utils.ts#L42
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Error estimating transaction fee. Response 429: Too Many Requests. Attempted to fetch https://stacks-node-api.mainnet.stacks.co/v2/fees/transaction and failed with the message: "[object Object]"
at utils.ts:42
40 | network,
41 | };
> 42 | return bytesToHex((await makeUnsignedSTXTokenTransfer(options)).serialize());
| ^
43 | }
44 |
45 | export async function generateMultisigUnsignedStxTransfer(
at estimateTransaction (/home/runner/work/extension/extension/node_modules/@stacks/transactions/src/builders.ts:218:11)
at estimateTransactionFeeWithFallback (/home/runner/work/extension/extension/node_modules/@stacks/transactions/src/builders.ts:1600:13)
at makeUnsignedSTXTokenTransfer (/home/runner/work/extension/extension/node_modules/@stacks/transactions/src/builders.ts:622:17)
at generateUnsignedStxTransfer (/home/runner/work/extension/extension/tests/utils.ts:42:22)
at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:109:34
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
1 flaky
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected
5 passed (1.4m)
|
The logs for this run have expired and are no longer available.
Loading