We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SELFDESTRUCT
SENDALL
EXTCODEHASH
DIFFICULTY
BLOCKCHASH
NUMBER
ecRecover
identity
revert
JUMPDEST
Typed Transaction Envelope
Optional access lists
zk-counters
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
SELFDESTRUCT
: removed bySENDALL
EXTCODEHASH
: returns hash contract bytecode from zkEVM state tree (do not check if the account is empty)DIFFICULTY
: returns 0BLOCKCHASH
: returns all previous block hashes (not just the last 256 blocks)BLOCKCHASH
is the state root at the end of a processable transaction and it is stored on the system smart contractNUMBER
: number of processable transactionsecRecover
identity
revert
JUMPDEST
opcode allowed in push bytes (avoid runtime bytecode analysis)Typed Transaction Envelope
are not supportedOptional access lists
is not supportedzk-counters
: batch resources available linked to state-machines componentsThe text was updated successfully, but these errors were encountered: