You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the client does not track the ObjectDigest of objects it operates on, and as a result does not know what to provide when a full ObjectRef is required in an order. To mitigate this we have hacked the authority handlers to ignore the ObjectDigest in the ObjectRef in the orders, and instead to recompute the ObjectDigest from the objects retrieved locally.
We need to fix this hack:
The client needs to track the ObjectDigest of objects of interest.
The authority handlers and info response should return the full ObjectRef of objects including ObjectDigest back to clients.
The test and bench marking code for the client / authority needs to be fixed to include real ObjectDigests.
The text was updated successfully, but these errors were encountered:
fix: This commit is introducing the usage of the tempfile crate for the test docs of the block_waiter & block_remover to fix a race condition on temp files.
mwtian
pushed a commit
to mwtian/sui
that referenced
this issue
Sep 29, 2022
fix: This commit is introducing the usage of the tempfile crate for the test docs of the block_waiter & block_remover to fix a race condition on temp files.
Currently the client does not track the
ObjectDigest
of objects it operates on, and as a result does not know what to provide when a full ObjectRef is required in an order. To mitigate this we have hacked the authority handlers to ignore the ObjectDigest in the ObjectRef in the orders, and instead to recompute the ObjectDigest from the objects retrieved locally.We need to fix this hack:
The text was updated successfully, but these errors were encountered: