Closed g-r-a-n-t closed 9 months ago
Hey, can I work on this issue? Can you give me a brief idea about CalldataBuffer
and CalldataBufferReader
, so that I can start working on this issue.
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 https://github.com/ethereum/fe/issues/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