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

Bootstrap mainchain/sidechain registration commands #7032

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

Bootstrap mainchain/sidechain registration commands #7032

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

Comments

@ishantiw
Copy link
Member

ishantiw commented Feb 22, 2022

Description

Under /src/modules/mainchain_interoperability

  • Create commands/sidechain_registration.ts
  • Add missing constants and types
  • Add SidechainRegistrationCMD class extending BaseCommand
  • Add CMD id = COMMAND_ID_SIDECHAIN_REG,name=sidechainRegistration and schema

Under /src/modules/sidechain_interoperability

  • Create commands/sidechain_registration.ts
  • Add missing constants and types
  • Add MainchainRegistrationCMD class extending BaseCommand
  • Add CMD id = COMMAND_ID_MAINCHAIN_REG,name=mainchainRegistration and schema

Acceptance Criteria

  • All the files and constants should exist
@ishantiw ishantiw added framework/module/interoperability Interoperability module and removed framework labels Feb 23, 2022
@milenagojkovic milenagojkovic added this to the Sprint 67 milestone Apr 11, 2022
@mitsuaki-u mitsuaki-u self-assigned this Apr 11, 2022
mitsuaki-u added a commit that referenced this issue Apr 14, 2022
Bootstrap mainchain and sidechain registration command - Closes #7032
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