move
move copied to clipboard
[evm] vector comparison by reference (`&vec_u8_1 == &vec_u8_2`) does not work correctly
value comparison (vec_u8_1 == vec_u8_2) works but not reference comparison.
However, this is not a blocker for the demo.