EIP 6690: EVMMAX implementation #1126
build.yml
on: pull_request
build
50s
checkout-submodules
55s
blockchain
/
test-blockchain
client
/
test client docker file
client
/
test-client
client
/
test-client-cli
common
/
test-common
devp2p
/
test-devp2p
ethash
/
test-ethash
examples
/
test-examples
genesis
/
test-genesis
lint
/
lint
mpt
/
test-mpt
rlp
/
test-rlp
statemanager
/
test-statemanager
util
/
test-util
verkle
/
test-verkle
wallet
/
test-wallet
block
/
test-block
browser
/
test-all-browser
evm
/
test-evm
tx
/
test-tx
typecheck
/
typecheck
vm-pr
/
vm-api
vm-pr
/
vm-benchmarks
Matrix: vm-pr / vm-blockchain-extended
Waiting for pending jobs
Matrix: vm-pr / vm-blockchain
Waiting for pending jobs
Matrix: vm-pr / vm-state-extended
Waiting for pending jobs
Matrix: vm-pr / vm-state
Waiting for pending jobs
Annotations
10 errors and 2 warnings
build
Property 'r2' has no initializer and is not definitely assigned in the constructor.
|
build
Property 'modInvVal' has no initializer and is not definitely assigned in the constructor.
|
build
Property 'addSubCost' has no initializer and is not definitely assigned in the constructor.
|
build
Property 'mulCost' has no initializer and is not definitely assigned in the constructor.
|
build
Property 'one' has no initializer and is not definitely assigned in the constructor.
|
build
Property 'outputWriteBuf' has no initializer and is not definitely assigned in the constructor.
|
build
Parameter 'dst' implicitly has an 'any' type.
|
build
Property 'evmmaxState' is missing in type '{ programCounter: number; opCode: number; memory: Memory; memoryWordCount: bigint; highestMemCost: bigint; stack: Stack; code: Uint8Array; validJumps: Uint8Array; ... 8 more ...; returnBytes: Uint8Array; }' but required in type 'RunState'.
|
build
Property 'r2' has no initializer and is not definitely assigned in the constructor.
|
build
Property 'modInvVal' has no initializer and is not definitely assigned in the constructor.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
checkout-submodules
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|