Skip to content

Remove almost all cspell:ignore #4193

Remove almost all cspell:ignore

Remove almost all cspell:ignore #4193

Triggered via pull request August 17, 2024 11:53
Status Failure
Total duration 6m 16s
Artifacts

browser.yml

on: pull_request
Matrix: test-all-browser
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test/blobVersionedHashes.spec.ts > BLOBHASH / access blobVersionedHashes in calldata > should work: packages/evm/src/opcodes/util.ts#L176
Error: Missing parameter value for quadCoeffDivGas ❯ subMemUsage src/opcodes/util.ts:176:33 ❯ Object.i [as gasHandler] src/opcodes/gas.ts:305:15 ❯ Interpreter.runStep src/interpreter.ts:365:28 ❯ Interpreter.run src/interpreter.ts:314:19 ❯ EVM.runInterpreter src/evm.ts:763:27 ❯ EVM._executeCreate src/evm.ts:563:17 ❯ EVM.runCall src/evm.ts:900:15 ❯ test/blobVersionedHashes.spec.ts:37:16
test/blobVersionedHashes.spec.ts > BLOBHASH: access blobVersionedHashes within contract calls > should work: packages/evm/src/opcodes/util.ts#L176
Error: Missing parameter value for quadCoeffDivGas ❯ subMemUsage src/opcodes/util.ts:176:33 ❯ Object.i [as gasHandler] src/opcodes/gas.ts:305:15 ❯ Interpreter.runStep src/interpreter.ts:365:28 ❯ Interpreter.run src/interpreter.ts:314:19 ❯ EVM.runInterpreter src/evm.ts:763:27 ❯ EVM._executeCall src/evm.ts:380:15 ❯ EVM.runCall src/evm.ts:895:15 ❯ Interpreter._baseCall src/interpreter.ts:982:20 ❯ i src/opcodes/functions.ts:1429:18
test/blobVersionedHashes.spec.ts > BLOBHASH: access blobVersionedHashes in a CREATE/CREATE2 frame > should work: packages/evm/src/opcodes/util.ts#L176
Error: Missing parameter value for quadCoeffDivGas ❯ subMemUsage src/opcodes/util.ts:176:33 ❯ Object.i [as gasHandler] src/opcodes/gas.ts:305:15 ❯ Interpreter.runStep src/interpreter.ts:365:28 ❯ Interpreter.run src/interpreter.ts:314:19 ❯ EVM.runInterpreter src/evm.ts:763:27 ❯ EVM._executeCreate src/evm.ts:563:17 ❯ EVM.runCall src/evm.ts:900:15 ❯ test/blobVersionedHashes.spec.ts:139:18
test/customOpcodes.spec.ts > VM: custom opcodes > should not override default opcodes: packages/evm/src/opcodes/util.ts#L176
Error: Missing parameter value for quadCoeffDivGas ❯ subMemUsage src/opcodes/util.ts:176:33 ❯ Object.i [as gasHandler] src/opcodes/gas.ts:305:15 ❯ Interpreter.runStep src/interpreter.ts:365:28 ❯ Interpreter.run src/interpreter.ts:314:19 ❯ EVM.runInterpreter src/evm.ts:763:27 ❯ test/customOpcodes.spec.ts:80:19
test/runCall.spec.ts > RunCall tests > Constantinople: EIP-1014 CREATE2 creates the right contract address: packages/evm/src/opcodes/util.ts#L176
Error: Missing parameter value for quadCoeffDivGas ❯ subMemUsage src/opcodes/util.ts:176:33 ❯ Object.i [as gasHandler] src/opcodes/gas.ts:305:15 ❯ Interpreter.runStep src/interpreter.ts:365:28 ❯ Interpreter.run src/interpreter.ts:314:19 ❯ EVM.runInterpreter src/evm.ts:763:27 ❯ EVM._executeCall src/evm.ts:380:15 ❯ EVM.runCall src/evm.ts:895:15 ❯ test/runCall.spec.ts:97:18
test/runCall.spec.ts > RunCall tests > ensure callcode goes OOG if the gas argument is more than the gas left in the homestead fork: packages/evm/src/opcodes/util.ts#L176
Error: Missing parameter value for quadCoeffDivGas ❯ subMemUsage src/opcodes/util.ts:176:33 ❯ Object.i [as gasHandler] src/opcodes/gas.ts:640:15 ❯ Interpreter.runStep src/interpreter.ts:365:28 ❯ Interpreter.run src/interpreter.ts:314:19 ❯ EVM.runInterpreter src/evm.ts:763:27 ❯ EVM._executeCall src/evm.ts:380:15 ❯ EVM.runCall src/evm.ts:895:15 ❯ test/runCall.spec.ts:272:19
test/runCall.spec.ts > RunCall tests > Ensure that IDENTITY precompile copies the memory: packages/evm/src/opcodes/util.ts#L176
Error: Missing parameter value for quadCoeffDivGas ❯ subMemUsage src/opcodes/util.ts:176:33 ❯ Object.i [as gasHandler] src/opcodes/gas.ts:305:15 ❯ Interpreter.runStep src/interpreter.ts:365:28 ❯ Interpreter.run src/interpreter.ts:314:19 ❯ EVM.runInterpreter src/evm.ts:763:27 ❯ EVM._executeCreate src/evm.ts:563:17 ❯ EVM.runCall src/evm.ts:900:15 ❯ test/runCall.spec.ts:448:19
test/runCall.spec.ts > RunCall tests > runCall() => allows to detect for max code size deposit errors: packages/evm/src/opcodes/util.ts#L176
Error: Missing parameter value for quadCoeffDivGas ❯ subMemUsage src/opcodes/util.ts:176:33 ❯ Object.i [as gasHandler] src/opcodes/gas.ts:687:15 ❯ Interpreter.runStep src/interpreter.ts:365:28 ❯ Interpreter.run src/interpreter.ts:314:19 ❯ EVM.runInterpreter src/evm.ts:763:27 ❯ EVM._executeCreate src/evm.ts:563:17 ❯ EVM.runCall src/evm.ts:900:15 ❯ test/runCall.spec.ts:538:19
test/runCall.spec.ts > RunCall tests > runCall() => use BLOBHASH opcode from EIP 4844: packages/evm/src/opcodes/util.ts#L176
Error: Missing parameter value for quadCoeffDivGas ❯ subMemUsage src/opcodes/util.ts:176:33 ❯ Object.i [as gasHandler] src/opcodes/gas.ts:305:15 ❯ Interpreter.runStep src/interpreter.ts:365:28 ❯ Interpreter.run src/interpreter.ts:314:19 ❯ EVM.runInterpreter src/evm.ts:763:27 ❯ EVM._executeCreate src/evm.ts:563:17 ❯ EVM.runCall src/evm.ts:900:15 ❯ test/runCall.spec.ts:560:16
test/runCall.spec.ts > RunCall tests > runCall() => use BLOBBASEFEE opcode from EIP 7516: packages/evm/src/opcodes/util.ts#L176
Error: Missing parameter value for quadCoeffDivGas ❯ subMemUsage src/opcodes/util.ts:176:33 ❯ Object.i [as gasHandler] src/opcodes/gas.ts:305:15 ❯ Interpreter.runStep src/interpreter.ts:365:28 ❯ Interpreter.run src/interpreter.ts:314:19 ❯ EVM.runInterpreter src/evm.ts:763:27 ❯ EVM._executeCreate src/evm.ts:563:17 ❯ EVM.runCall src/evm.ts:900:15 ❯ test/runCall.spec.ts:607:16