cairo-vm-go icon indicating copy to clipboard operation
cairo-vm-go copied to clipboard

Move WriteUint256ToAddress and WriteToNthStructField to memory package

Open EmmanuelAR opened this issue 9 months ago • 0 comments

  • Move WriteUint256ToAddress from hinter package to memory package
  • Move WriteToNthStructField from hinter package to memory package
  • IMPORTANT NOTE: I know that i dont have to move WriteToNthStructField but if i want to migrate the WriteUint256ToAddress i have to move WriteToNthStructField too, because inside in the WriteUint256ToAddress i have to call WriteToNthStructField ).
  • Fix the calls in the source code for the two functions (WriteUint256ToAddress, WriteToNthStructField )

Project build sucess: image Test run sucess: image

EmmanuelAR avatar May 23 '24 20:05 EmmanuelAR