Lu Zhang

Results 44 comments of Lu Zhang

> @longbowlu this change indexes after execution - execution by definition cannot occur out of causal order. I'm referring to indexing, not execution

any objections to renaming `ObjectErrors` to `TransactionInputObjectErrors`? https://github.com/MystenLabs/sui/blob/main/crates/sui-types/src/error.rs#L55

can you elaborate why " this does not take shared locks correctly." ?

> It does switch the default to the default Rust memory allocator underneath though. @mwtian it seems to collide with https://github.com/MystenLabs/sui/pull/5614 ?

> Should we detect equivocation and not attempt to retry in that case? I thought about that a bit. To be precisely see if a obj is fully equivocated, the...

Hi all, thanks for the discussions above, they are very inspiring especially on their flexibilities. Unfortunately, there is an inherent problem with the above scheme: since the user signature does...

> (On a side note, I do wonder how the current mechanism is implemented, where a user can submit a TX w/o specifying a gas object, and one would be...

@bmwill I don't think I have enough bandwidth to devote to exploring another web framework. Let's wait for other people weight in sharing their feedback. If we don't think this...

I'm not familiar with drand so this may be a very dumb question: If we rely on an (perhaps not highly reliable) off-chain service to update the drand round and...

> I think the right place to handle this is where we decide whether to retry, not within the quorum handling. And I think there may not exist an accurate...