Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Implement addToOutbox and appendToOutboxTree internal functions #7042

Closed
Tracked by #6915
mitsuaki-u opened this issue Feb 23, 2022 · 0 comments · Fixed by #7076
Closed
Tracked by #6915

Implement addToOutbox and appendToOutboxTree internal functions #7042

mitsuaki-u opened this issue Feb 23, 2022 · 0 comments · Fixed by #7076
Assignees
Labels
framework/module/interoperability Interoperability module
Milestone

Comments

@mitsuaki-u
Copy link
Contributor

mitsuaki-u commented Feb 23, 2022

Description

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
@ishantiw ishantiw added framework/module/interoperability Interoperability module and removed framework labels Feb 23, 2022
@mitsuaki-u mitsuaki-u changed the title Implement appendToOutbox and appendToOutboxTree internal functions Implement addToOutbox and appendToOutboxTree internal functions Feb 23, 2022
@milenagojkovic milenagojkovic added this to the Sprint 64 milestone Feb 28, 2022
@mitsuaki-u mitsuaki-u self-assigned this Mar 4, 2022
@milenagojkovic milenagojkovic modified the milestones: Sprint 64, Sprint 65 Mar 14, 2022
ishantiw added a commit that referenced this issue Mar 24, 2022
Implement `appendToOutboxTree` and `addToOutbox` - Closes #7042
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
framework/module/interoperability Interoperability module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants