sui
sui copied to clipboard
Mutations to dynamic field objects should not show up in effects if execution failed
trafficstars
This is needed to bound the effects size in all cases.
@gdanezis in case I missed anything
I was mistaken, this should not happen.
Move VM errors, or other execution errors, propagate via Rust Results. So any dynamic field information will be lost, as we want.
@lxfind is this still relevant? If not, let's close it. Thanks.
Thanks. We can close this.