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

Bootstrap sidechain interoperability module #7017

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

Bootstrap sidechain interoperability module #7017

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

Comments

@ishantiw
Copy link
Contributor

ishantiw commented Feb 18, 2022

Description

  • Create folder sidechain_interoperability under /framework/src/modules
  • Add modules, api, schema, types, constants file
  • Add SidechainInteroperabilityModule class in modules.ts extends BaseInteroperabilityModule
export class SidechainInteroperabilityModule extends BaseModule implements BaseInteroperabilityModule {
    public api: InteroperabilityAPI = new InteroperabilityAPI(this.id);
    public endpoint: InteroperabilityEndpoint = new InteroperabilityEndpoint(this.id);
    public registeredInteroperableModules = new Map<number, InteroperableModule>();
    public commands = [
    public ccCommands = [

Acceptance Criteria

  • All the files listed above under folder /framework/src/modules/sidechain_interoperability
@ishantiw ishantiw changed the title Bootstrap mainchain interoperability module Bootstrap sidechain interoperability module Feb 18, 2022
@ishantiw ishantiw moved this to Backlog in Lisk SDK Version 6.0.0 Feb 18, 2022
@ishantiw ishantiw added framework/module/interoperability Interoperability module and removed framework labels Feb 23, 2022
@milenagojkovic milenagojkovic added this to the Sprint 64 milestone Feb 28, 2022
@milenagojkovic milenagojkovic moved this from Backlog to ToDo in Lisk SDK Version 6.0.0 Feb 28, 2022
@milenagojkovic milenagojkovic moved this from ToDo to Pending Review in Lisk SDK Version 6.0.0 Mar 2, 2022
ishantiw added a commit that referenced this issue Mar 3, 2022
…erability

Bootstrap interoperability module - Closes #7015,#7016,#7017
@milenagojkovic milenagojkovic moved this from Pending Review to Done in Lisk SDK Version 6.0.0 Mar 4, 2022
@ishantiw ishantiw closed this as completed Mar 4, 2022
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.

2 participants