sui icon indicating copy to clipboard operation
sui copied to clipboard

Possible work around for consensus issues

Open mystenmark opened this issue 3 years ago • 1 comments

This PR is intended as a discussion topic, not as mergeable code. If we decide to go with this approach, we should take a slightly more principled approach in which we first determine that shared object locks are missing, and log somewhat loudly about the fact that we are proceeding without them.

mystenmark avatar Jul 28 '22 17:07 mystenmark

Ack. Reflecting on it.

gdanezis avatar Jul 28 '22 18:07 gdanezis

Assuming this is on validators (not fullnodes), how does it ensure tx are executed in the right order?

lxfind avatar Aug 16 '22 00:08 lxfind

Assuming this is on validators (not fullnodes), how does it ensure tx are executed in the right order?

The shared locks are still respected - an out-of-order attempt will just fail with lock errors. (But can be retried later once the parent certs have been executed).

mystenmark avatar Sep 23 '22 20:09 mystenmark