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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Add addToOutbox and appendToOutboxTree functionaility to interop store.
addToOutbox(chainID, ccm):
serializedMessage = byte array corresponding to the serialized ccm according to the schema in LIP 0049
appendToOutboxTree(chainID, serializedMessage)
outboxRoot(chainID) = channel(chainID).outbox.root
return True
Acceptance Criteria
Add unit test for addToOutbox
Add unit test for appendToOutboxTree
The text was updated successfully, but these errors were encountered:
mitsuaki-u
changed the title
Implement appendToOutbox and appendToOutboxTree internal functions
Implement addToOutbox and appendToOutboxTree internal functions
Feb 23, 2022
Description
Add
addToOutbox
andappendToOutboxTree
functionaility to interop store.Acceptance Criteria
addToOutbox
appendToOutboxTree
The text was updated successfully, but these errors were encountered: