Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement bounce() function of InteroperabilityStore #7027

Closed
Tracked by #6915
ishantiw opened this issue Feb 21, 2022 · 0 comments · Fixed by #7098
Closed
Tracked by #6915

Implement bounce() function of InteroperabilityStore #7027

ishantiw opened this issue Feb 21, 2022 · 0 comments · Fixed by #7098
Assignees
Labels
framework/module/interoperability Interoperability module
Milestone

Comments

@ishantiw
Copy link
Member

ishantiw commented Feb 21, 2022

Description

Implement bounce function as described in LIP0049:InternalFuncs:bounce(ccm) in BaseInteroperabilityStore class

  • Make sure ccu(CrossChainUpdate) and ccm(CrossChainMessage) interface is declared if not then declare it.

  • Make sure terminatedStateAccount and addToOutbox is implementation exists

  • In order to use terminatedStateAccount and addToOutbox, initialise InteroperabilityStore by passing getStore and interoperableModules

Acceptance Criteria

  • Should have unit test cases covering all the if/else code paths

Additional Information

  • Should be done after the issue that implements terminatedStateAccount and addToOutbox internal functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework/module/interoperability Interoperability module
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants