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
The message_proof API uses MessageId only to locate the message from the list of messages. It requires the calculation of the MessageId for each receipt. Instead, working directly with Nonce will be more optimal.
We already removed the usage of MessageId everywhere except Merkle proofs. So this change will make our codebase more consistent.
The text was updated successfully, but these errors were encountered:
The
message_proof
API usesMessageId
only to locate the message from the list of messages. It requires the calculation of theMessageId
for each receipt. Instead, working directly withNonce
will be more optimal.We already removed the usage of
MessageId
everywhere except Merkle proofs. So this change will make our codebase more consistent.The text was updated successfully, but these errors were encountered: