Closed saifalkatout closed 1 year ago
A number of functions defined in std::evm take offsets and lengths for regions of memory and calldata. These should take buffer types instead.
updated revert_mem, return_mem, ext_code_copy, keccak256_mem, create, create2, call, and log
it looks like the tests are failing because new snaposhots have been generated. try cargo insta review
cargo insta review
https://docs.rs/insta/latest/insta/
overall this looks great
What was 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 was it fixed?
updated revert_mem, return_mem, ext_code_copy, keccak256_mem, create, create2, call, and log