Xun Li

Results 116 comments of Xun Li

@gdanezis @sblackshear @econmysten @emmazzz @longbowlu We can use this issue to track the tally rule work, and use the notion doc to track design and solutions space

@huitseeker and @velvia can update latter

debug info is making docker image very large, took out for now need to figure out a way to reenable it may also want to be able to dynamically turn...

> * Then the new owner of X transfers it, with T3, back to be owned by object S! (This is an owned objct transaction it is async in relation...

> Aha, I was missing this indeed. So to transfer an object's ownerwhip X to another object Y, both X and Y need to be locked, right? Need to re-reflect...

> For more context, the reason this is true is that the [API](https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/sources/Transfer.move#L109) for transferring a child object to a parent requires a mutable reference to the parent. Just want...

Ah so to support quasi-shared object properly, we need to first support deleting shared objects. Deleting a quasi-shared object is basically the same thing as deleting a shared object. I...

This was for reproducing a Move compiler crash. @tnowacki did you have a chance to reproduce it?