cairo-vm-go
cairo-vm-go copied to clipboard
Move WriteUint256ToAddress and WriteToNthStructField to memory package
- 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:
Test run sucess: