Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cancun): EIP-5656: MCOPY - Memory copying instruction (#528)
* first pass * added mcopy const to instruction.rs * I think this is correct but this clone() on memory is not good * fix the copy clone * resize + copy in place * Memory resize + in memory copy * fmt * remove copy to vec * Update crates/interpreter/src/instructions/memory.rs Co-authored-by: rakita <[email protected]> * Update crates/interpreter/src/instructions/memory.rs Co-authored-by: rakita <[email protected]> * Update crates/interpreter/src/interpreter/memory.rs Co-authored-by: rakita <[email protected]> * Update crates/interpreter/src/instructions/memory.rs Co-authored-by: rakita <[email protected]> * fmt + max import * specID * cargo update + memory test * hashbrown duplicate * Satisfy nit * Update crates/interpreter/src/instructions/memory.rs --------- Co-authored-by: rakita <[email protected]>
- Loading branch information