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.
appendToInboxTree internal function is required in interoperability module:
appendToInboxTree(chainID, appendData):
# Update root, appendPath, and size
let inboxTree be the underlying Merkle tree of channel(chainID).inbox
inboxTree.append(SHA-256(appendData))
channel(chainID).inbox.root = inboxTree.root
channel(chainID).inbox.appendPath = inboxTree.appendPath
channel(chainID).inbox.size = inboxTree.size
return True
Acceptence Criteria
Add unit test for appendToInboxTree
The text was updated successfully, but these errors were encountered:
Description
appendToInboxTree
internal function is required in interoperability module:Acceptence Criteria
appendToInboxTree
The text was updated successfully, but these errors were encountered: