EIP 6690: EVMMAX implementation #1085
build.yml
on: pull_request
build
1m 8s
checkout-submodules
54s
blockchain
/
test-blockchain
21s
client
/
test-client
3m 8s
client
/
test client docker file
1m 39s
client
/
test-client-cli
8m 18s
common
/
test-common
18s
devp2p
/
test-devp2p
38s
ethash
/
test-ethash
2m 23s
examples
/
test-examples
1m 30s
genesis
/
test-genesis
18s
mpt
/
test-mpt
32s
rlp
/
test-rlp
15s
statemanager
/
test-statemanager
1m 19s
util
/
test-util
32s
verkle
/
test-verkle
20s
wallet
/
test-wallet
7m 15s
lint
/
lint
54s
block
/
test-block
35s
browser
/
test-all-browser
25m 1s
evm
/
test-evm
54s
tx
/
test-tx
2m 52s
vm-pr
/
vm-api
1m 21s
vm-pr
/
vm-benchmarks
21s
typecheck
/
typecheck
1m 0s
Matrix: vm-pr / vm-blockchain-extended
Matrix: vm-pr / vm-blockchain
Matrix: vm-pr / vm-state-extended
Matrix: vm-pr / vm-state
Annotations
59 errors and 36 warnings
examples / test-examples
Process completed with exit code 1.
|
test/asyncEvents.spec.ts > async events > should work:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes src/evm.ts:254:18
❯ new EVM src/evm.ts:217:10
❯ Module.createEVM src/constructors.ts:35:10
❯ test/asyncEvents.spec.ts:11:23
|
test/blobVersionedHashes.spec.ts > BLOBHASH / access blobVersionedHashes in calldata > should work:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes src/evm.ts:254:18
❯ new EVM src/evm.ts:217:10
❯ Module.createEVM src/constructors.ts:35:10
❯ test/blobVersionedHashes.spec.ts:25:23
|
test/blobVersionedHashes.spec.ts > BLOBHASH: access blobVersionedHashes within contract calls > should work:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes src/evm.ts:254:18
❯ new EVM src/evm.ts:217:10
❯ Module.createEVM src/constructors.ts:35:10
❯ test/blobVersionedHashes.spec.ts:55:23
|
test/blobVersionedHashes.spec.ts > BLOBHASH: access blobVersionedHashes in a CREATE/CREATE2 frame > should work:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes src/evm.ts:254:18
❯ new EVM src/evm.ts:217:10
❯ Module.createEVM src/constructors.ts:35:10
❯ test/blobVersionedHashes.spec.ts:105:23
|
test/customCrypto.spec.ts > custom crypto > should use custom sha256 function:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes src/evm.ts:254:18
❯ new EVM src/evm.ts:217:10
❯ Module.createEVM src/constructors.ts:35:10
❯ test/customCrypto.spec.ts:25:23
|
test/customCrypto.spec.ts > custom crypto > should use custom ecrecover function:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes src/evm.ts:254:18
❯ new EVM src/evm.ts:217:10
❯ Module.createEVM src/constructors.ts:35:10
❯ test/customCrypto.spec.ts:48:23
|
test/customOpcodes.spec.ts > VM: custom opcodes > should add custom opcodes to the EVM:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes src/evm.ts:254:18
❯ new EVM src/evm.ts:217:10
❯ Module.createEVM src/constructors.ts:35:10
❯ test/customOpcodes.spec.ts:28:23
|
test/customOpcodes.spec.ts > VM: custom opcodes > should delete opcodes from the EVM:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes src/evm.ts:254:18
❯ new EVM src/evm.ts:217:10
❯ Module.createEVM src/constructors.ts:35:10
❯ test/customOpcodes.spec.ts:46:23
|
test/customOpcodes.spec.ts > VM: custom opcodes > should not override default opcodes:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes src/evm.ts:254:18
❯ new EVM src/evm.ts:217:10
❯ Module.createEVM src/constructors.ts:35:10
❯ test/customOpcodes.spec.ts:60:23
|
test/customOpcodes.spec.ts > VM: custom opcodes > should override opcodes in the EVM:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes src/evm.ts:254:18
❯ new EVM src/evm.ts:217:10
❯ Module.createEVM src/constructors.ts:35:10
❯ test/customOpcodes.spec.ts:89:23
|
lint / lint
Process completed with exit code 1.
|
test/client.spec.ts > [EthereumClient] > should open:
packages/client/src/execution/vmexecution.ts#L186
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ VMExecution.setupMerkleVM src/execution/vmexecution.ts:186:27
❯ src/execution/vmexecution.ts:297:9
❯ VMExecution.runWithLock src/execution/vmexecution.ts:97:21
❯ FullEthereumService.open src/service/fullethereumservice.ts:200:7
|
test/client.spec.ts > [EthereumClient] > should start/stop:
packages/client/src/execution/vmexecution.ts#L186
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ VMExecution.setupMerkleVM src/execution/vmexecution.ts:186:27
❯ test/client.spec.ts:64:5
|
test/execution/vmexecution.spec.ts > [VMExecution] > Initialization:
packages/client/test/execution/vmexecution.spec.ts#L90
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ test/execution/vmexecution.spec.ts:90:22
|
test/execution/vmexecution.spec.ts > [VMExecution] > Block execution / Hardforks PoW (mainnet):
packages/client/src/execution/vmexecution.ts#L186
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ VMExecution.setupMerkleVM src/execution/vmexecution.ts:186:27
❯ src/execution/vmexecution.ts:297:9
❯ VMExecution.runWithLock src/execution/vmexecution.ts:97:21
❯ Module.testSetup test/rpc/helpers.ts:357:3
|
test/execution/vmexecution.spec.ts > [VMExecution] > Test block execution using executeBlocks function:
packages/client/src/execution/vmexecution.ts#L186
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ VMExecution.setupMerkleVM src/execution/vmexecution.ts:186:27
❯ src/execution/vmexecution.ts:297:9
❯ VMExecution.runWithLock src/execution/vmexecution.ts:97:21
❯ Module.testSetup test/rpc/helpers.ts:357:3
|
test/execution/vmexecution.spec.ts > [VMExecution] > Should fail opening if vmPromise already assigned:
packages/client/src/execution/vmexecution.ts#L186
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ VMExecution.setupMerkleVM src/execution/vmexecution.ts:186:27
❯ src/execution/vmexecution.ts:297:9
❯ VMExecution.runWithLock src/execution/vmexecution.ts:97:21
❯ Module.testSetup test/rpc/helpers.ts:357:3
|
test/execution/vmexecution.spec.ts > [VMExecution] > Block execution / Hardforks PoA (goerli):
packages/client/src/execution/vmexecution.ts#L186
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ VMExecution.setupMerkleVM src/execution/vmexecution.ts:186:27
❯ src/execution/vmexecution.ts:297:9
❯ VMExecution.runWithLock src/execution/vmexecution.ts:97:21
❯ Module.testSetup test/rpc/helpers.ts:357:3
|
test/execution/vmexecution.spec.ts > [VMExecution] > Block execution / Hardforks PoA (goerli):
packages/client/src/execution/vmexecution.ts#L186
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ VMExecution.setupMerkleVM src/execution/vmexecution.ts:186:27
❯ src/execution/vmexecution.ts:297:9
❯ VMExecution.runWithLock src/execution/vmexecution.ts:97:21
❯ createClient test/rpc/helpers.ts:162:5
|
test/miner/miner.spec.ts:
packages/client/src/execution/vmexecution.ts#L186
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ VMExecution.setupMerkleVM src/execution/vmexecution.ts:186:27
❯ src/execution/vmexecution.ts:297:9
❯ VMExecution.runWithLock src/execution/vmexecution.ts:97:21
❯ test/miner/miner.spec.ts:231:3
|
test/miner/pendingBlock.spec.ts > [PendingBlock] > should start and build:
packages/client/test/miner/pendingBlock.spec.ts#L136
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ test/miner/pendingBlock.spec.ts:136:22
|
test/rpcStateManager.spec.ts > runTx custom transaction test > should work:
packages/statemanager/test/rpcStateManager.spec.ts#L239
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ test/rpcStateManager.spec.ts:239:22
|
test/rpcStateManager.spec.ts > runTx test: replay mainnet transactions > should work:
packages/statemanager/test/rpcStateManager.spec.ts#L272
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ test/rpcStateManager.spec.ts:272:22
|
test/rpcStateManager.spec.ts > runBlock test > should work:
packages/statemanager/test/rpcStateManager.spec.ts#L297
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM ../vm/src/constructors.ts:53:22
❯ test/rpcStateManager.spec.ts:297:22
|
test/rpcStateManager.spec.ts > blockchain > uses blockhash:
packages/statemanager/test/rpcStateManager.spec.ts#L321
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ test/rpcStateManager.spec.ts:321:23
|
statemanager / test-statemanager
Process completed with exit code 1.
|
vm-pr / vm-benchmarks
No benchmark result was found in /home/runner/work/ethereumjs-monorepo/ethereumjs-monorepo/packages/vm/output.txt. Benchmark output was '
> @ethereumjs/[email protected] benchmarks
> node --max-old-space-size=4096 ./benchmarks/run.js benchmarks mainnetBlocks:10 mainnetBlocks:10
Benchmarking started...
Running 'mainnetBlocks':
Total number of blocks in data set: 15
Number of blocks to sample: 10
'
|
Unhandled error:
packages/vm/src/constructors.ts#L53
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM src/constructors.ts:53:22
❯ f test/api/genesis.spec.ts:14:13
❯ processTicksAndRejections node:internal/process/task_queues:95:5
This error originated in "test/api/genesis.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "test/api/genesis.spec.ts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
test/api/buildBlock.spec.ts > BlockBuilder > should build a valid block:
packages/vm/src/constructors.ts#L53
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM src/constructors.ts:53:22
❯ test/api/buildBlock.spec.ts:41:22
|
test/api/buildBlock.spec.ts > BlockBuilder > should throw if adding a transaction exceeds the block gas limit:
packages/vm/src/constructors.ts#L53
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM src/constructors.ts:53:22
❯ test/api/buildBlock.spec.ts:75:22
|
test/api/buildBlock.spec.ts > BlockBuilder > should correctly seal a PoW block:
packages/vm/src/constructors.ts#L53
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM src/constructors.ts:53:22
❯ test/api/buildBlock.spec.ts:114:22
|
test/api/buildBlock.spec.ts > BlockBuilder > should correctly seal a PoA block:
packages/vm/src/constructors.ts#L53
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM src/constructors.ts:53:22
❯ test/api/buildBlock.spec.ts:214:22
|
test/api/buildBlock.spec.ts > BlockBuilder > should throw if block already built or reverted:
packages/vm/src/constructors.ts#L53
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM src/constructors.ts:53:22
❯ test/api/buildBlock.spec.ts:247:22
|
test/api/buildBlock.spec.ts > BlockBuilder > should build a block without any txs:
packages/vm/src/constructors.ts#L53
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM src/constructors.ts:53:22
❯ test/api/buildBlock.spec.ts:301:22
|
test/api/buildBlock.spec.ts > BlockBuilder > should build a 1559 block with legacy and 1559 txs:
packages/vm/src/constructors.ts#L53
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM src/constructors.ts:53:22
❯ test/api/buildBlock.spec.ts:326:22
|
test/api/copy.spec.ts > VM Copy Test > should pass copy of state manager:
packages/vm/src/constructors.ts#L53
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM src/constructors.ts:53:22
❯ Module.setupVM test/api/utils.ts:45:20
❯ test/api/copy.spec.ts:8:16
|
test/api/customChain.spec.ts > VM initialized with custom state > should transfer eth from already existent account:
packages/vm/src/constructors.ts#L53
Error: Missing parameter value for setmodxGas
❯ Common.param ../common/src/common.ts:360:13
❯ Module.getOpcodesForHF ../evm/src/opcodes/codes.ts:460:35
❯ EVM.getActiveOpcodes ../evm/src/evm.ts:254:18
❯ new EVM ../evm/src/evm.ts:217:10
❯ Module.createEVM ../evm/src/constructors.ts:35:10
❯ Module.createVM src/constructors.ts:53:22
❯ test/api/customChain.spec.ts:69:22
|
vm-pr / vm-state (Berlin)
Process completed with exit code 1.
|
vm-pr / vm-state (Cancun)
Process completed with exit code 1.
|
vm-pr / vm-state (London)
Process completed with exit code 1.
|
vm-pr / vm-state (Paris)
Process completed with exit code 1.
|
vm-pr / vm-state (Shanghai)
Process completed with exit code 1.
|
vm-pr / vm-blockchain (--fork=London --verify-test-amount-alltests)
Process completed with exit code 1.
|
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
Process completed with exit code 1.
|
vm-pr / vm-blockchain (--fork=Berlin --verify-test-amount-alltests)
Process completed with exit code 1.
|
vm-pr / vm-blockchain (--fork=Paris --verify-test-amount-alltests)
Process completed with exit code 1.
|
vm-pr / vm-blockchain (--fork=Shanghai --verify-test-amount-alltests)
Process completed with exit code 1.
|
client / test-client-cli
Process completed with exit code 1.
|
test/asyncEvents.spec.ts > async events > should work:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ getOpcodesForHF src/opcodes/codes.ts:460:34
❯ EVM.getActiveOpcodes src/evm.ts:254:17
❯ new EVM src/evm.ts:217:9
❯ createEVM src/constructors.ts:35:9
❯ test/asyncEvents.spec.ts:11:22
|
test/blobVersionedHashes.spec.ts > BLOBHASH / access blobVersionedHashes in calldata > should work:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ getOpcodesForHF src/opcodes/codes.ts:460:34
❯ EVM.getActiveOpcodes src/evm.ts:254:17
❯ new EVM src/evm.ts:217:9
❯ createEVM src/constructors.ts:35:9
❯ test/blobVersionedHashes.spec.ts:25:22
|
test/blobVersionedHashes.spec.ts > BLOBHASH: access blobVersionedHashes within contract calls > should work:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ getOpcodesForHF src/opcodes/codes.ts:460:34
❯ EVM.getActiveOpcodes src/evm.ts:254:17
❯ new EVM src/evm.ts:217:9
❯ createEVM src/constructors.ts:35:9
❯ test/blobVersionedHashes.spec.ts:55:22
|
test/blobVersionedHashes.spec.ts > BLOBHASH: access blobVersionedHashes in a CREATE/CREATE2 frame > should work:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ getOpcodesForHF src/opcodes/codes.ts:460:34
❯ EVM.getActiveOpcodes src/evm.ts:254:17
❯ new EVM src/evm.ts:217:9
❯ createEVM src/constructors.ts:35:9
❯ test/blobVersionedHashes.spec.ts:105:22
|
test/customCrypto.spec.ts > custom crypto > should use custom sha256 function:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ getOpcodesForHF src/opcodes/codes.ts:460:34
❯ EVM.getActiveOpcodes src/evm.ts:254:17
❯ new EVM src/evm.ts:217:9
❯ createEVM src/constructors.ts:35:9
❯ test/customCrypto.spec.ts:25:22
|
test/customCrypto.spec.ts > custom crypto > should use custom ecrecover function:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ getOpcodesForHF src/opcodes/codes.ts:460:34
❯ EVM.getActiveOpcodes src/evm.ts:254:17
❯ new EVM src/evm.ts:217:9
❯ createEVM src/constructors.ts:35:9
❯ test/customCrypto.spec.ts:48:22
|
test/customOpcodes.spec.ts > VM: custom opcodes > should add custom opcodes to the EVM:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ getOpcodesForHF src/opcodes/codes.ts:460:34
❯ EVM.getActiveOpcodes src/evm.ts:254:17
❯ new EVM src/evm.ts:217:9
❯ createEVM src/constructors.ts:35:9
❯ test/customOpcodes.spec.ts:28:22
|
test/customOpcodes.spec.ts > VM: custom opcodes > should delete opcodes from the EVM:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ getOpcodesForHF src/opcodes/codes.ts:460:34
❯ EVM.getActiveOpcodes src/evm.ts:254:17
❯ new EVM src/evm.ts:217:9
❯ createEVM src/constructors.ts:35:9
❯ test/customOpcodes.spec.ts:46:22
|
test/customOpcodes.spec.ts > VM: custom opcodes > should not override default opcodes:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ getOpcodesForHF src/opcodes/codes.ts:460:34
❯ EVM.getActiveOpcodes src/evm.ts:254:17
❯ new EVM src/evm.ts:217:9
❯ createEVM src/constructors.ts:35:9
❯ test/customOpcodes.spec.ts:60:22
|
test/customOpcodes.spec.ts > VM: custom opcodes > should override opcodes in the EVM:
packages/evm/src/opcodes/codes.ts#L460
Error: Missing parameter value for setmodxGas
❯ getOpcodesForHF src/opcodes/codes.ts:460:34
❯ EVM.getActiveOpcodes src/evm.ts:254:17
❯ new EVM src/evm.ts:217:9
❯ createEVM src/constructors.ts:35:9
❯ test/customOpcodes.spec.ts:89:22
|
checkout-submodules
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
common / test-common
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
blockchain / test-blockchain
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
block / test-block
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
devp2p / test-devp2p
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
client / test client docker file
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
client / test client docker file
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
genesis / test-genesis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
examples / test-examples
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
evm / test-evm
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mpt / test-mpt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ethash / test-ethash
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rlp / test-rlp
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
client / test-client
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
util / test-util
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
statemanager / test-statemanager
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
verkle / test-verkle
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
typecheck / typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vm-pr / vm-benchmarks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vm-pr / vm-api
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vm-pr / vm-state (Berlin)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vm-pr / vm-state (Cancun)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vm-pr / vm-state (London)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vm-pr / vm-state (Paris)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vm-pr / vm-state (Shanghai)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vm-pr / vm-blockchain (--fork=London --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vm-pr / vm-blockchain (--fork=Berlin --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vm-pr / vm-blockchain (--fork=Paris --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vm-pr / vm-blockchain (--fork=Shanghai --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tx / test-tx
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
client / test-client-cli
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
wallet / test-wallet
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
browser / test-all-browser
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|