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
This commit adds functionality to handle the PrimaryWorkerMessage::RequestBatch command on the worker and send back to the primary the requested batch.
mwtian
pushed a commit
to mwtian/sui
that referenced
this issue
Sep 29, 2022
This commit adds functionality to handle the PrimaryWorkerMessage::RequestBatch command on the worker and send back to the primary the requested batch.
Currently, we use an
(ObjectID, SequenceNumber)
pair to represent aTransactionDigest
, but we should instead use the hash of the transaction contents.The text was updated successfully, but these errors were encountered: