Bump the yarn group across 1 directory with 10 updates #8594
code.yml
on: push
Plan the execution
31s
prettier:check
39s
Matrix: downloadable-utils
Matrix: e2e
Matrix: embedded-utils
Matrix: test
Annotations
16 errors and 16 warnings
|
cargo deny
Process completed with exit code 1.
|
|
End-to-end tests / base
Process completed with exit code 1.
|
|
tests/base/eth/selfdestruct.ts > selfdestruct > deploy contract, transfer 1 token unit, call sefldestruct:
utils/e2e-tests/ts/tests/base/eth/selfdestruct.ts#L27
TransactionExecutionError: An internal error was received.
URL: ws://127.0.0.1:9944
Request body: {"method":"eth_estimateGas","params":[{"data":"0x6080604052335f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101bc806100505f395ff3fe608060405260043610610021575f3560e01c806343d726d61461002c57610028565b3661002857005b5f80fd5b348015610037575f80fd5b50610040610042565b005b5f8054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146100cf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100c690610168565b60405180910390fd5b3073ffffffffffffffffffffffffffffffffffffffff16ff5b5f82825260208201905092915050565b7f4f6e6c792074686520636f6e7472616374206f776e65722063616e2063616c6c5f8201527f20746869732066756e6374696f6e000000000000000000000000000000000000602082015250565b5f610152602e836100e8565b915061015d826100f8565b604082019050919050565b5f6020820190508181035f83015261017f81610146565b905091905056fea264697066735822122090bbaa1686a4b74be9e2fb36847bc403059f7dca3425c045f80d157f9ef0287064736f6c63430008190033","from":"0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac","maxFeePerGas":"0xae9f7bcc000","maxPriorityFeePerGas":"0x0","nonce":"0x2"}]}
Estimate Gas Arguments:
from: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
data: 0x6080604052335f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101bc806100505f395ff3fe608060405260043610610021575f3560e01c806343d726d61461002c57610028565b3661002857005b5f80fd5b348015610037575f80fd5b50610040610042565b005b5f8054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146100cf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100c690610168565b60405180910390fd5b3073ffffffffffffffffffffffffffffffffffffffff16ff5b5f82825260208201905092915050565b7f4f6e6c792074686520636f6e7472616374206f776e65722063616e2063616c6c5f8201527f20746869732066756e6374696f6e000000000000000000000000000000000000602082015250565b5f610152602e836100e8565b915061015d826100f8565b604082019050919050565b5f6020820190508181035f83015261017f81610146565b905091905056fea264697066735822122090bbaa1686a4b74be9e2fb36847bc403059f7dca3425c045f80d157f9ef0287064736f6c63430008190033
maxFeePerGas: 12000 gwei
maxPriorityFeePerGas: 0 gwei
nonce: 2
Request Arguments:
from: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
data: 0x6080604052335f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101bc806100505f395ff3fe608060405260043610610021575f3560e01c806343d726d61461002c57610028565b3661002857005b5f80fd5b348015610037575f80fd5b50610040610042565b005b5f8054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146100cf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100c690610168565b60405180910390fd5b3073ffffffffffffffffffffffffffffffffffffffff16ff5b5f82825260208201905092915050565b7f4f6e6c792074686520636f6e7472616374206f776e65722063616e2063616c6c5f8201527f20746869732066756e6374696f6e000000000000000000000000000000000000602082015250565b5f610152602e836100e8565b915061015d826100f8565b604082019050919050565b5f6020820190508181035f83015261017f81610146565b905091905056fea264697066735822122090bbaa1686a4b74be9e2fb36847bc403059f7dca3425c045f80d157f9ef0287064736f6c63430008190033
Details: execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })
Version: viem@2.47.6
❯ getTransactionError ../../../node_modules/viem/utils/errors/getTransactionError.ts:44:9
❯ sendTransaction ../../../node_modules/viem/actions/wallet/sendTransaction.ts:366:10
❯ tests/base/eth/selfdestruct.ts:27:34
⎯⎯⎯⎯⎯⎯⎯⎯⎯�
|
|
tests/base/eth/WeHMND.ts > WeHMND > transferFrom > when transferring 1 WeHMND > has the Transfer event in the receipt:
utils/e2e-tests/ts/tests/base/eth/WeHMND.ts#L74
Error: Hook timed out in 30000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ tests/base/eth/WeHMND.ts:74:7
|
|
tests/base/swap/nativeToEvm.ts > native to evm tokens swap > success:
utils/e2e-tests/ts/tests/base/swap/nativeToEvm.ts#L193
AssertionError: expected 1999999790000000001000500n to deeply equal 2000000000000000001000500n
- Expected
+ Received
- 2000000000000000001000500n
+ 1999999790000000001000500n
❯ tests/base/swap/nativeToEvm.ts:193:41
|
|
tests/base/swap/evmToNative.ts > evm to native tokens swap > success:
utils/e2e-tests/ts/tests/base/swap/evmToNative.ts#L62
ContractFunctionExecutionError: The contract function "swap" reverted with the following reason:
execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })
Contract Call:
address: 0x0000000000000000000000000000000000000900
function: swap(bytes32 nativeAddress)
args: (0x7700000000000000000000000000000000000000000000000000000000000077)
sender: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
Docs: https://viem.sh/docs/contract/writeContract
Details: execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })
Version: viem@2.47.6
❯ getContractError ../../../node_modules/viem/utils/errors/getContractError.ts:82:9
❯ AsyncFunction.internal ../../../node_modules/viem/actions/wallet/writeContract.ts:241:12
❯ tests/base/swap/evmToNative.ts:62:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: 'execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })', docsPath: '/docs/contract/writeContract', metaMessages: [ 'Contract Call:', ' address: 0x0000000000000000000000000000000000000900\n function: swap(bytes32 nativeAddress)\n args: (0x7700000000000000000000000000000000000000000000000000000000000077)\n sender: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac' ], shortMessage: 'The contract function "swap" reverted with the following reason:\nexecution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })', version: '2.47.6', abi: [ { inputs: [ { internalType: 'bytes32', name: 'nativeAddress', type: 'bytes32' } ], name: 'swap', outputs: [ { internalType: 'bool', name: 'success', type: 'bool' } ], stateMutability: 'payable', type: 'function' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'from', type: 'address' }, { indexed: true, internalType: 'address', name: 'to', type: 'bytes32' }, { indexed: false, internalType: 'uint256', name: 'value', type: 'uint256' } ], name: 'Swap', type: 'event' } ], args: [ '0x7700000000000000000000000000000000000000000000000000000000000077' ], contractAddress: '0x0000000000000000000000000000000000000900', formattedArgs: undefined, functionName: 'swap', sender: '0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac', walk: 'Function<walk>' }
Caused by: Caused by: ContractFunctionRevertedError: The contract function "swap" reverted with the following reason:
execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })
Details: execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })
Version: viem@2.47.6
❯ ../../../node_modules/viem/_esm/utils/errors/getContractError.js:22:20
❯ getContractError ../../../node_modules/viem/_esm/utils/errors/getContractError.js:33:7
❯ AsyncFunction.internal ../../../node_modules/viem/_esm/actions/wallet/writeContract.js:82:19
❯ tests/base/swap/evmToNative.ts:62:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: 'execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })', docsPath: undefined, metaMessages: undefined, shortMessage: 'The contract function "swap" reverted with the following reason:\nexecution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })', version: '2.47.6', data: undefined, raw: undefined, reason: 'execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })', signature: undefined, walk: 'Function<walk>' }
Caused by: Caused by: TransactionExecutionError: An internal error was received.
URL: ws://127.0.0.1:9944
Request body: {"method":"eth_estimateGas","params":[{"data":"0x76467cbd7700000000000000000000000000000000000000000000000000000000000077","from":"0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac","maxFeePerGas":"0xae9f7bcc000","maxPriorityFeePerGas":"0x0","nonce":"0x1","to":"0x0000000000000000000000000000000000000900","value":"0xf4240"}]}
Estimate Gas Arguments:
from: 0xf24FF3a9CF04
|
|
tests/evm-tracing/debugTraceTransactionCallTracer.ts > `debug_traceTransaction` tests to verify `callTracer` usage logic > should format as request (Create):
utils/e2e-tests/ts/tests/evm-tracing/debugTraceTransactionCallTracer.ts#L34
TransactionExecutionError: An internal error was received.
URL: ws://127.0.0.1:9944
Request body: {"method":"eth_estimateGas","params":[{"data":"0x6080604052348015600e575f5ffd5b506101cb8061001c5f395ff3fe608060405234801561000f575f5ffd5b5060043610610034575f3560e01c80631ba6484614610038578063975057e714610068575b5f5ffd5b610052600480360381019061004d91906100e2565b610086565b60405161005f919061011c565b60405180910390f35b6100706100a6565b60405161007d919061011c565b60405180910390f35b5f5f60079050825f81905550808361009e9190610162565b915050919050565b5f5481565b5f5ffd5b5f819050919050565b6100c1816100af565b81146100cb575f5ffd5b50565b5f813590506100dc816100b8565b92915050565b5f602082840312156100f7576100f66100ab565b5b5f610104848285016100ce565b91505092915050565b610116816100af565b82525050565b5f60208201905061012f5f83018461010d565b92915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61016c826100af565b9150610177836100af565b925082820190508082111561018f5761018e610135565b5b9291505056fea26469706673582212209aa1341b3eba47419a335ba344ab0e24f3ae67f3e68677260ec0784c164cd05d64736f6c634300081e0033","from":"0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac","maxFeePerGas":"0xae9f7bcc000","maxPriorityFeePerGas":"0x0","nonce":"0x3"}]}
Estimate Gas Arguments:
from: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
data: 0x6080604052348015600e575f5ffd5b506101cb8061001c5f395ff3fe608060405234801561000f575f5ffd5b5060043610610034575f3560e01c80631ba6484614610038578063975057e714610068575b5f5ffd5b610052600480360381019061004d91906100e2565b610086565b60405161005f919061011c565b60405180910390f35b6100706100a6565b60405161007d919061011c565b60405180910390f35b5f5f60079050825f81905550808361009e9190610162565b915050919050565b5f5481565b5f5ffd5b5f819050919050565b6100c1816100af565b81146100cb575f5ffd5b50565b5f813590506100dc816100b8565b92915050565b5f602082840312156100f7576100f66100ab565b5b5f610104848285016100ce565b91505092915050565b610116816100af565b82525050565b5f60208201905061012f5f83018461010d565b92915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61016c826100af565b9150610177836100af565b925082820190508082111561018f5761018e610135565b5b9291505056fea26469706673582212209aa1341b3eba47419a335ba344ab0e24f3ae67f3e68677260ec0784c164cd05d64736f6c634300081e0033
maxFeePerGas: 12000 gwei
maxPriorityFeePerGas: 0 gwei
nonce: 3
Request Arguments:
from: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
data: 0x6080604052348015600e575f5ffd5b506101cb8061001c5f395ff3fe608060405234801561000f575f5ffd5b5060043610610034575f3560e01c80631ba6484614610038578063975057e714610068575b5f5ffd5b610052600480360381019061004d91906100e2565b610086565b60405161005f919061011c565b60405180910390f35b6100706100a6565b60405161007d919061011c565b60405180910390f35b5f5f60079050825f81905550808361009e9190610162565b915050919050565b5f5481565b5f5ffd5b5f819050919050565b6100c1816100af565b81146100cb575f5ffd5b50565b5f813590506100dc816100b8565b92915050565b5f602082840312156100f7576100f66100ab565b5b5f610104848285016100ce565b91505092915050565b610116816100af565b82525050565b5f60208201905061012f5f83018461010d565b92915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61016c826100af565b9150610177836100af565b925082820190508082111561018f5761018e610135565b5b9291505056fea26469706673582212209aa1341b3eba47419a335ba344ab0e24f3ae67f3e68677260ec0784c164cd05d64736f6c634300081e0033
Details: execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })
Version: viem@2.47.6
❯ getTransactionError ../../../node_modules/viem/utils/errors/getTransactionError.ts:44:9
❯ sendTransaction ../../../node_modules/viem/actions/wallet/sendTransaction.ts:366:10
❯ tests/evm-tracing/debugTraceTransactionCallTracer.ts:34:40
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: 'execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })', docsPath: undefine
|
|
tests/evm-tracing/debugTraceTransactionCallTracer.ts > `debug_traceTransaction` tests to verify `callTracer` usage logic > should format as request (Call):
utils/e2e-tests/ts/tests/evm-tracing/debugTraceTransactionCallTracer.ts#L45
TransactionExecutionError: An internal error was received.
URL: ws://127.0.0.1:9944
Request body: {"method":"eth_estimateGas","params":[{"data":"0x6080604052348015600e575f5ffd5b506102c68061001c5f395ff3fe608060405234801561000f575f5ffd5b5060043610610034575f3560e01c8063398f722314610038578063975057e714610054575b5f5ffd5b610052600480360381019061004d91906101eb565b610072565b005b61005c610154565b6040516100699190610238565b60405180910390f35b815f5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505f5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16631ba64846826040518263ffffffff1660e01b815260040161010a9190610238565b6020604051808303815f875af1158015610126573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061014a9190610265565b6001819055505050565b60015481565b5f5ffd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6101878261015e565b9050919050565b6101978161017d565b81146101a1575f5ffd5b50565b5f813590506101b28161018e565b92915050565b5f819050919050565b6101ca816101b8565b81146101d4575f5ffd5b50565b5f813590506101e5816101c1565b92915050565b5f5f604083850312156102015761020061015a565b5b5f61020e858286016101a4565b925050602061021f858286016101d7565b9150509250929050565b610232816101b8565b82525050565b5f60208201905061024b5f830184610229565b92915050565b5f8151905061025f816101c1565b92915050565b5f6020828403121561027a5761027961015a565b5b5f61028784828501610251565b9150509291505056fea264697066735822122063e98df9ee71802baca2f482bdaadad21254526b1716f2dea23f395c7d9c055e64736f6c634300081e0033","from":"0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac","maxFeePerGas":"0xae9f7bcc000","maxPriorityFeePerGas":"0x0","nonce":"0x3"}]}
Estimate Gas Arguments:
from: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
data: 0x6080604052348015600e575f5ffd5b506102c68061001c5f395ff3fe608060405234801561000f575f5ffd5b5060043610610034575f3560e01c8063398f722314610038578063975057e714610054575b5f5ffd5b610052600480360381019061004d91906101eb565b610072565b005b61005c610154565b6040516100699190610238565b60405180910390f35b815f5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505f5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16631ba64846826040518263ffffffff1660e01b815260040161010a9190610238565b6020604051808303815f875af1158015610126573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061014a9190610265565b6001819055505050565b60015481565b5f5ffd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6101878261015e565b9050919050565b6101978161017d565b81146101a1575f5ffd5b50565b5f813590506101b28161018e565b92915050565b5f819050919050565b6101ca816101b8565b81146101d4575f5ffd5b50565b5f813590506101e5816101c1565b92915050565b5f5f604083850312156102015761020061015a565b5b5f61020e858286016101a4565b925050602061021f858286016101d7565b9150509250929050565b610232816101b8565b82525050565b5f60208201905061024b5f830184610229565b92915050565b5f8151905061025f816101c1565b92915050565b5f6020828403121561027a5761027961015a565b5b5f61028784828501610251565b9150509291505056fea264697066735822122063e98df9ee71802baca2f482bdaadad21254526b1716f2dea23f395c7d9c055e64736f6c634300081e0033
maxFeePerGas: 12000 gwei
maxPriorityFeePerGas: 0 gwei
nonce: 3
Request Arguments:
from: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
data: 0x6080604052348015600e575f5ffd5b506102c68061001c5f395ff3fe608060405234801561000f575f5ffd5b5060043610610034575f3560e01c8063398f722314610038578063975057e714610054575b5f5ffd5b610052600480360381019061004d91906101eb565b610072565b005b61005c610154565b6040516100699190610238565b60405180910390f35b815f5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505f5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16631ba64846826040518263ffffffff1660e01b8152
|
|
tests/evm-tracing/debugTraceTransactionGeneral.ts > `debug_traceTransaction` tests to verify general logic > should replay over an intermediate state:
utils/e2e-tests/ts/tests/evm-tracing/debugTraceTransactionGeneral.ts#L378
TransactionExecutionError: An internal error was received.
URL: ws://127.0.0.1:9944
Request body: {"method":"eth_estimateGas","params":[{"data":"0x6080604052348015600e575f5ffd5b505f5f819055506101f1806100225f395ff3fe608060405234801561000f575f5ffd5b506004361061003f575f3560e01c806306661abd14610043578063119fbbd41461006157806321b13c481461006b575b5f5ffd5b61004b61009b565b60405161005891906100e9565b60405180910390f35b6100696100a0565b005b61008560048036038101906100809190610130565b6100b5565b60405161009291906100e9565b60405180910390f35b5f5481565b60015f546100ae9190610188565b5f81905550565b5f815f546100c39190610188565b5f819055505f549050919050565b5f819050919050565b6100e3816100d1565b82525050565b5f6020820190506100fc5f8301846100da565b92915050565b5f5ffd5b61010f816100d1565b8114610119575f5ffd5b50565b5f8135905061012a81610106565b92915050565b5f6020828403121561014557610144610102565b5b5f6101528482850161011c565b91505092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f610192826100d1565b915061019d836100d1565b92508282019050808211156101b5576101b461015b565b5b9291505056fea2646970667358221220836c30d0514664def3debcdd06557178b40a286f683281477d734ff6edbfa46064736f6c634300081e0033","from":"0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac","maxFeePerGas":"0xae9f7bcc000","maxPriorityFeePerGas":"0x0","nonce":"0x4"}]}
Estimate Gas Arguments:
from: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
data: 0x6080604052348015600e575f5ffd5b505f5f819055506101f1806100225f395ff3fe608060405234801561000f575f5ffd5b506004361061003f575f3560e01c806306661abd14610043578063119fbbd41461006157806321b13c481461006b575b5f5ffd5b61004b61009b565b60405161005891906100e9565b60405180910390f35b6100696100a0565b005b61008560048036038101906100809190610130565b6100b5565b60405161009291906100e9565b60405180910390f35b5f5481565b60015f546100ae9190610188565b5f81905550565b5f815f546100c39190610188565b5f819055505f549050919050565b5f819050919050565b6100e3816100d1565b82525050565b5f6020820190506100fc5f8301846100da565b92915050565b5f5ffd5b61010f816100d1565b8114610119575f5ffd5b50565b5f8135905061012a81610106565b92915050565b5f6020828403121561014557610144610102565b5b5f6101528482850161011c565b91505092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f610192826100d1565b915061019d836100d1565b92508282019050808211156101b5576101b461015b565b5b9291505056fea2646970667358221220836c30d0514664def3debcdd06557178b40a286f683281477d734ff6edbfa46064736f6c634300081e0033
maxFeePerGas: 12000 gwei
maxPriorityFeePerGas: 0 gwei
nonce: 4
Request Arguments:
from: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
data: 0x6080604052348015600e575f5ffd5b505f5f819055506101f1806100225f395ff3fe608060405234801561000f575f5ffd5b506004361061003f575f3560e01c806306661abd14610043578063119fbbd41461006157806321b13c481461006b575b5f5ffd5b61004b61009b565b60405161005891906100e9565b60405180910390f35b6100696100a0565b005b61008560048036038101906100809190610130565b6100b5565b60405161009291906100e9565b60405180910390f35b5f5481565b60015f546100ae9190610188565b5f81905550565b5f815f546100c39190610188565b5f819055505f549050919050565b5f819050919050565b6100e3816100d1565b82525050565b5f6020820190506100fc5f8301846100da565b92915050565b5f5ffd5b61010f816100d1565b8114610119575f5ffd5b50565b5f8135905061012a81610106565b92915050565b5f6020828403121561014557610144610102565b5b5f6101528482850161011c565b91505092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f610192826100d1565b915061019d836100d1565b92508282019050808211156101b5576101b461015b565b5b9291505056fea2646970667358221220836c30d0514664def3debcdd06557178b40a286f683281477d734ff6edbfa46064736f6c634300081e0033
Details: execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })
Version: viem@2.47.6
❯ getTransactionError ../../../node_modules/viem/utils/errors/getTransactionError.ts:44:9
❯ sendTransaction ../../../node_modules/viem/actions/wallet/sendTransaction.ts:366:10
❯ tests/evm-tracing/debugT
|
|
tests/evm-tracing/debugTraceTransactionGeneral.ts > `debug_traceTransaction` tests to verify general logic > should format as request (Blockscout, BlockscoutV2):
utils/e2e-tests/ts/tests/evm-tracing/debugTraceTransactionGeneral.ts#L304
TransactionExecutionError: An internal error was received.
URL: ws://127.0.0.1:9944
Request body: {"method":"eth_estimateGas","params":[{"data":"0x6080604052348015600e575f5ffd5b506101cb8061001c5f395ff3fe608060405234801561000f575f5ffd5b5060043610610034575f3560e01c80631ba6484614610038578063975057e714610068575b5f5ffd5b610052600480360381019061004d91906100e2565b610086565b60405161005f919061011c565b60405180910390f35b6100706100a6565b60405161007d919061011c565b60405180910390f35b5f5f60079050825f81905550808361009e9190610162565b915050919050565b5f5481565b5f5ffd5b5f819050919050565b6100c1816100af565b81146100cb575f5ffd5b50565b5f813590506100dc816100b8565b92915050565b5f602082840312156100f7576100f66100ab565b5b5f610104848285016100ce565b91505092915050565b610116816100af565b82525050565b5f60208201905061012f5f83018461010d565b92915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61016c826100af565b9150610177836100af565b925082820190508082111561018f5761018e610135565b5b9291505056fea26469706673582212209aa1341b3eba47419a335ba344ab0e24f3ae67f3e68677260ec0784c164cd05d64736f6c634300081e0033","from":"0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac","maxFeePerGas":"0xae9f7bcc000","maxPriorityFeePerGas":"0x0","nonce":"0x2"}]}
Estimate Gas Arguments:
from: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
data: 0x6080604052348015600e575f5ffd5b506101cb8061001c5f395ff3fe608060405234801561000f575f5ffd5b5060043610610034575f3560e01c80631ba6484614610038578063975057e714610068575b5f5ffd5b610052600480360381019061004d91906100e2565b610086565b60405161005f919061011c565b60405180910390f35b6100706100a6565b60405161007d919061011c565b60405180910390f35b5f5f60079050825f81905550808361009e9190610162565b915050919050565b5f5481565b5f5ffd5b5f819050919050565b6100c1816100af565b81146100cb575f5ffd5b50565b5f813590506100dc816100b8565b92915050565b5f602082840312156100f7576100f66100ab565b5b5f610104848285016100ce565b91505092915050565b610116816100af565b82525050565b5f60208201905061012f5f83018461010d565b92915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61016c826100af565b9150610177836100af565b925082820190508082111561018f5761018e610135565b5b9291505056fea26469706673582212209aa1341b3eba47419a335ba344ab0e24f3ae67f3e68677260ec0784c164cd05d64736f6c634300081e0033
maxFeePerGas: 12000 gwei
maxPriorityFeePerGas: 0 gwei
nonce: 2
Request Arguments:
from: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
data: 0x6080604052348015600e575f5ffd5b506101cb8061001c5f395ff3fe608060405234801561000f575f5ffd5b5060043610610034575f3560e01c80631ba6484614610038578063975057e714610068575b5f5ffd5b610052600480360381019061004d91906100e2565b610086565b60405161005f919061011c565b60405180910390f35b6100706100a6565b60405161007d919061011c565b60405180910390f35b5f5f60079050825f81905550808361009e9190610162565b915050919050565b5f5481565b5f5ffd5b5f819050919050565b6100c1816100af565b81146100cb575f5ffd5b50565b5f813590506100dc816100b8565b92915050565b5f602082840312156100f7576100f66100ab565b5b5f610104848285016100ce565b91505092915050565b610116816100af565b82525050565b5f60208201905061012f5f83018461010d565b92915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61016c826100af565b9150610177836100af565b925082820190508082111561018f5761018e610135565b5b9291505056fea26469706673582212209aa1341b3eba47419a335ba344ab0e24f3ae67f3e68677260ec0784c164cd05d64736f6c634300081e0033
Details: execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })
Version: viem@2.47.6
❯ getTransactionError ../../../node_modules/viem/utils/errors/getTransactionError.ts:44:9
❯ sendTransaction ../../../node_modules/viem/actions/wallet/sendTransaction.ts:366:10
❯ tests/evm-tracing/debugTraceTransactionGeneral.ts:304:40
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: 'execution fatal: Module(ModuleError { index: 22, error: [5, 0, 0, 0], message: None })', docsPath: undefined,
|
|
tests/evm-tracing/debugTraceTransactionGeneral.ts > `debug_traceTransaction` tests to verify general logic > should not trace call that would produce too big responses:
utils/e2e-tests/ts/tests/evm-tracing/debugTraceTransactionGeneral.ts#L261
TransactionExecutionError: An internal error was received.
URL: ws://127.0.0.1:9944
Request body: {"method":"eth_estimateGas","params":[{"data":"0x6080604052348015600e575f5ffd5b506040516108503803806108508339818101604052810190602e91906070565b80156037575f5ffd5b506096565b5f5ffd5b5f8115159050919050565b6052816040565b8114605b575f5ffd5b50565b5f81519050606a81604b565b92915050565b5f602082840312156082576081603c565b5b5f608d84828501605e565b91505092915050565b6107ad806100a35f395ff3fe608060405234801561000f575f5ffd5b50600436106100fe575f3560e01c8063b582ec5f11610095578063e2179b8e11610064578063e2179b8e14610250578063e5aa3d581461026e578063f34f16101461028c578063ffae15ba146102a8576100fe565b8063b582ec5f146101ec578063b8c9d3651461020a578063c3da42b814610228578063cb30e69614610246576100fe565b80635eaf9bc1116100d15780635eaf9bc11461018c5780636422847b146101965780638a054ac2146101b2578063a885f4e3146101d0576100fe565b80630dbe671f1461010257806313128fdc1461012057806326121ff0146101505780634df7e3d01461016e575b5f5ffd5b61010a6102c6565b6040516101179190610555565b60405180910390f35b61013a6004803603810190610135919061059c565b6102cb565b6040516101479190610555565b60405180910390f35b610158610347565b6040516101659190610555565b60405180910390f35b61017661034d565b6040516101839190610555565b60405180910390f35b610194610353565b005b6101b060048036038101906101ab91906105c7565b610355565b005b6101ba610392565b6040516101c79190610555565b60405180910390f35b6101ea60048036038101906101e5919061065f565b610398565b005b6101f461044f565b6040516102019190610555565b60405180910390f35b610212610455565b60405161021f9190610555565b60405180910390f35b61023061045b565b60405161023d9190610555565b60405180910390f35b61024e610461565b005b610258610465565b6040516102659190610555565b60405180910390f35b61027661046b565b6040516102839190610555565b60405180910390f35b6102a660048036038101906102a1919061068a565b610471565b005b6102b0610537565b6040516102bd9190610555565b60405180910390f35b5f5481565b5f60015f8190555060018081905550600160028190555060016003819055506001600481905550600160058190555060016006819055506001600781905550600160088190555060016009819055505f5f90505b82600854101561033d5760018161033691906106f5565b905061031f565b6001915050919050565b60055481565b60015481565b565b5b5f821461037357818255818061036b90610728565b925050610356565b5b5f811461038e57808061038690610728565b915050610374565b5050565b60035481565b8073ffffffffffffffffffffffffffffffffffffffff16635eaf9bc16040518163ffffffff1660e01b81526004015f6040518083038186803b1580156103dc575f5ffd5b505afa1580156103ee573d5f5f3e3d5ffd5b505050508073ffffffffffffffffffffffffffffffffffffffff1663cb30e6966040518163ffffffff1660e01b81526004015f6040518083038186803b158015610436575f5ffd5b505afa158015610448573d5f5f3e3d5ffd5b5050505050565b60095481565b60075481565b60025481565b5f5ffd5b60065481565b60085481565b8173ffffffffffffffffffffffffffffffffffffffff1663a885f4e3826040518263ffffffff1660e01b81526004016104aa919061075e565b5f6040518083038186803b1580156104c0575f5ffd5b505afa9250505080156104d1575060015b508173ffffffffffffffffffffffffffffffffffffffff1663a885f4e3826040518263ffffffff1660e01b815260040161050b919061075e565b5f6040518083038186803b158015610521575f5ffd5b505afa925050508015610532575060015b505050565b60045481565b5f819050919050565b61054f8161053d565b82525050565b5f6020820190506105685f830184610546565b92915050565b5f5ffd5b61057b8161053d565b8114610585575f5ffd5b50565b5f8135905061059681610572565b92915050565b5f602082840312156105b1576105b061056e565b5b5f6105be84828501610588565b91505092915050565b5f5f604083850312156105dd576105dc61056e565b5b5f6105ea85828601610588565b92505060206105fb85828601610588565b9150509250929050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61062e82610605565b9050919050565b61063e81610624565b8114610648575f5ffd5b50565b5f8135905061065981610635565b92915050565b5f602082840312156106745761067361056e565b5b5f6106818482850161064b565b91505092915050565b5f5f604083850312156106a05761069f61056e565b5b5f6106ad8582860161064b565b92505060206106be8582860161064b565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f6106ff8261053d565b915061070a8361053d565b9250828201905080
|
|
tests/evm-tracing/debugTraceTransactionGeneral.ts > `debug_traceTransaction` tests to verify general logic > should prevent wasm memory overflow:
utils/e2e-tests/ts/tests/evm-tracing/debugTraceTransactionGeneral.ts#L219
TransactionExecutionError: Nonce provided for the transaction is lower than the current nonce of the account.
Try increasing the nonce or find the latest nonce with `getTransactionCount`.
Request Arguments:
from: 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
data: 0x6080604052348015600e575f5ffd5b506040516108503803806108508339818101604052810190602e91906070565b80156037575f5ffd5b506096565b5f5ffd5b5f8115159050919050565b6052816040565b8114605b575f5ffd5b50565b5f81519050606a81604b565b92915050565b5f602082840312156082576081603c565b5b5f608d84828501605e565b91505092915050565b6107ad806100a35f395ff3fe608060405234801561000f575f5ffd5b50600436106100fe575f3560e01c8063b582ec5f11610095578063e2179b8e11610064578063e2179b8e14610250578063e5aa3d581461026e578063f34f16101461028c578063ffae15ba146102a8576100fe565b8063b582ec5f146101ec578063b8c9d3651461020a578063c3da42b814610228578063cb30e69614610246576100fe565b80635eaf9bc1116100d15780635eaf9bc11461018c5780636422847b146101965780638a054ac2146101b2578063a885f4e3146101d0576100fe565b80630dbe671f1461010257806313128fdc1461012057806326121ff0146101505780634df7e3d01461016e575b5f5ffd5b61010a6102c6565b6040516101179190610555565b60405180910390f35b61013a6004803603810190610135919061059c565b6102cb565b6040516101479190610555565b60405180910390f35b610158610347565b6040516101659190610555565b60405180910390f35b61017661034d565b6040516101839190610555565b60405180910390f35b610194610353565b005b6101b060048036038101906101ab91906105c7565b610355565b005b6101ba610392565b6040516101c79190610555565b60405180910390f35b6101ea60048036038101906101e5919061065f565b610398565b005b6101f461044f565b6040516102019190610555565b60405180910390f35b610212610455565b60405161021f9190610555565b60405180910390f35b61023061045b565b60405161023d9190610555565b60405180910390f35b61024e610461565b005b610258610465565b6040516102659190610555565b60405180910390f35b61027661046b565b6040516102839190610555565b60405180910390f35b6102a660048036038101906102a1919061068a565b610471565b005b6102b0610537565b6040516102bd9190610555565b60405180910390f35b5f5481565b5f60015f8190555060018081905550600160028190555060016003819055506001600481905550600160058190555060016006819055506001600781905550600160088190555060016009819055505f5f90505b82600854101561033d5760018161033691906106f5565b905061031f565b6001915050919050565b60055481565b60015481565b565b5b5f821461037357818255818061036b90610728565b925050610356565b5b5f811461038e57808061038690610728565b915050610374565b5050565b60035481565b8073ffffffffffffffffffffffffffffffffffffffff16635eaf9bc16040518163ffffffff1660e01b81526004015f6040518083038186803b1580156103dc575f5ffd5b505afa1580156103ee573d5f5f3e3d5ffd5b505050508073ffffffffffffffffffffffffffffffffffffffff1663cb30e6966040518163ffffffff1660e01b81526004015f6040518083038186803b158015610436575f5ffd5b505afa158015610448573d5f5f3e3d5ffd5b5050505050565b60095481565b60075481565b60025481565b5f5ffd5b60065481565b60085481565b8173ffffffffffffffffffffffffffffffffffffffff1663a885f4e3826040518263ffffffff1660e01b81526004016104aa919061075e565b5f6040518083038186803b1580156104c0575f5ffd5b505afa9250505080156104d1575060015b508173ffffffffffffffffffffffffffffffffffffffff1663a885f4e3826040518263ffffffff1660e01b815260040161050b919061075e565b5f6040518083038186803b158015610521575f5ffd5b505afa925050508015610532575060015b505050565b60045481565b5f819050919050565b61054f8161053d565b82525050565b5f6020820190506105685f830184610546565b92915050565b5f5ffd5b61057b8161053d565b8114610585575f5ffd5b50565b5f8135905061059681610572565b92915050565b5f602082840312156105b1576105b061056e565b5b5f6105be84828501610588565b91505092915050565b5f5f604083850312156105dd576105dc61056e565b5b5f6105ea85828601610588565b92505060206105fb85828601610588565b9150509250929050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61062e82610605565b9050919050565b61063e81610624565b8114610648575f5ffd5b50565b5f8135905061065981610635565b92915050565b5f602082840312156106745761067361056e565b5b5f6106818482850161064b565b91505092915050565b5f5f604083850312156106a05761069f61056e565b5b5f6106ad8582860161064b565b92505060206106be8582860161064b565b9150509250929050565b7f4e487b71000000000000000
|
|
tests/evm-tracing/debugTraceTransactionGeneral.ts > `debug_traceTransaction` tests to verify general logic > should trace correctly precompiles:
utils/e2e-tests/ts/tests/evm-tracing/debugTraceTransactionGeneral.ts#L185
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ tests/evm-tracing/debugTraceTransactionGeneral.ts:185:3
|
|
tests/evm-tracing/debugTraceTransactionGeneral.ts > `debug_traceTransaction` tests to verify general logic > should trace correctly transfers:
utils/e2e-tests/ts/lib/rpcUtils.ts#L32
Error: Transaction hash not found
❯ customRpcRequest lib/rpcUtils.ts:32:11
❯ tests/evm-tracing/debugTraceTransactionGeneral.ts:104:22
|
|
tests/evm-tracing/debugTraceTransactionGeneral.ts > `debug_traceTransaction` tests to verify general logic > should trace nested contract calls:
utils/e2e-tests/ts/lib/rpcUtils.ts#L32
Error: Method not found
❯ customRpcRequest lib/rpcUtils.ts:32:11
❯ tests/evm-tracing/debugTraceTransactionGeneral.ts:76:22
|
|
tests/evm-tracing/traceFilterHeavy.ts > `trace_filter` tests to verify some heavy logic in contracts > should be able to replay deployed contract:
utils/e2e-tests/ts/tests/evm-tracing/traceFilterHeavy.ts#L33
Error: Hook timed out in 30000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ tests/evm-tracing/traceFilterHeavy.ts:33:3
|
|
cargo deny
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Require fork dependencies
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check features
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check features snapshot
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Ubuntu 24.04 (amd64) / fmt
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Ubuntu 24.04 (amd64) / test-run pallet benchmarks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
End-to-end tests / base
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
End-to-end tests / evm-tracing
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
End-to-end tests / try-runtime
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Ubuntu 24.04 (amd64) / clippy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Ubuntu 24.04 (amd64) / build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Ubuntu 24.04 (amd64) / build with evm-tracing
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Ubuntu 24.04 (amd64) / build with try-runtime
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Ubuntu 24.04 (amd64) / test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Ubuntu 24.04 (amd64) / test benchmark
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Ubuntu 24.04 (amd64) / doc
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: r7kamura/rust-problem-matchers@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|