lambdaclass / era_vm

EraVM implementation
MIT License
20 stars 3 forks source link

Implement `OpAuxMutating` on `context.rs` #124

Open JulianVentura opened 3 months ago

JulianVentura commented 3 months ago

This opcode is not implemented in neither of the two VMs

fkrause98 commented 3 months ago

Let's leave this as todo! or unimplemented! then.

MarcosNicolau commented 3 months ago

We are leaving it as unimplemented so that we can easily spot an err during tests for now see #172 and #166. The actual behavior in prod now is to do nothing and increment the pc.