-
Notifications
You must be signed in to change notification settings - Fork 196
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
std::evm
functions should take buffer types
#891
Comments
Fixed call functions of the ethereum#891 issue.
return_mem, revert_mem, log, keccak256_mem, create
fixed comments from ethereum#893
Snap files for changes on PR ethereum#891
std::evm functions should take buffer types #891 (Part 1)
Fixed call functions of the ethereum#891 issue.
return_mem, revert_mem, log, keccak256_mem, create
fixed comments from ethereum#893
Snap files for changes on PR ethereum#891
Fixed call functions of the ethereum#891 issue.
return_mem, revert_mem, log, keccak256_mem, create
fixed comments from ethereum#893
Snap files for changes on PR ethereum#891
Hey, can I work on this issue? Can you give me a brief idea about |
hey sorry for the late reply @Hrushi20 this work has been completed, but I could help you find another task if you're interested |
Hey! I'm interested. Any beginner friendly issues I can get started with? |
would you be interested in adding support for the transient storage opcodes? |
here, just wrote an issue #978 |
What is wrong?
A number of functions defined in std::evm take offsets and lengths for regions of memory and calldata. These should take buffer types instead.
How can it be fixed
CalldataBuffer
,CalldataBufferReader
revert_mem
,return_mem
,call_data_copy
,code_copy
,ext_code_copy
,keccak256_mem
,create
,create2
,call
, andlog
run
$ cargo test std_lib
to check changes made tocrates/library
The text was updated successfully, but these errors were encountered: