sui icon indicating copy to clipboard operation
sui copied to clipboard

Mutations to dynamic field objects should not show up in effects if execution failed

Open lxfind opened this issue 2 years ago • 2 comments
trafficstars

This is needed to bound the effects size in all cases.

lxfind avatar Feb 06 '23 22:02 lxfind

@gdanezis in case I missed anything

lxfind avatar Feb 06 '23 22:02 lxfind

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.

tnowacki avatar Feb 07 '23 22:02 tnowacki

@lxfind is this still relevant? If not, let's close it. Thanks.

stefan-mysten avatar Mar 25 '24 17:03 stefan-mysten

Thanks. We can close this.

lxfind avatar Mar 25 '24 17:03 lxfind