-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
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
EVM runtime: Map FVM context info to EVM opcodes #689
Comments
These should be simple, except for the address ones, where we'll eventually need to return the f4 address. |
raulk
changed the title
Map FVM context info to EVM opcodes
EVM runtime: Map FVM context info to EVM opcodes
Aug 8, 2022
Notes / checklist. Done
Requires FVM work:
** Requires FVM, ffi, and client work: **
For the latter group consider:
|
This was referenced Sep 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #689 (comment) for the updated view and state
Implement opcodes that query the transaction context:
ORIGIN
CALLVALUE
ADDRESS
BLOCK_NUMBER
TIMESTAMP
CALLER
BLOCKHASH
CHAINID
BASEFEE
DIFFICULTY
GASLIMIT
The text was updated successfully, but these errors were encountered: