docs: transaction optimization #17257
Annotations
2 errors and 1 warning
Run Tests - node:
packages/account/src/providers/utils/extract-tx-error.ts#L32
FuelError: The transaction reverted with reason: "OutOfGas".
You can read more about this error at:
https://docs.rs/fuel-asm/latest/fuel_asm/enum.PanicReason.html#variant.OutOfGas
❯ assemblePanicError packages/account/src/providers/utils/extract-tx-error.ts:32:10
❯ extractTxError packages/account/src/providers/utils/extract-tx-error.ts:146:12
❯ TransactionResponse.assembleResult packages/account/src/providers/transaction-response/transaction-response.ts:389:13
❯ onTransferPressed apps/docs/src/guide/optimizing-transactions/snippets/optimistic-transactions-after.test.ts:113:20
❯ apps/docs/src/guide/optimizing-transactions/snippets/optimistic-transactions-after.test.ts:118:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { VERSIONS: { FORC: '0.66.5', FUEL_CORE: '0.40.1', FUELS: '0.97.2' }, metadata: { logs: [], receipts: [ { type: 3, id: '0x0000000000000000000000000000000000000000000000000000000000000000', reason: '0x224000000000000', pc: '0x2880', is: '0x2880', contractId: '0x0000000000000000000000000000000000000000000000000000000000000000' }, { type: 9, result: '0x2', gasUsed: '0x0' } ], panic: true, revert: false, reason: 'OutOfGas' }, rawError: null, code: 'script-reverted', toObject: 'Function<toObject>' }
|
Run Tests - node
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading