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 sidechain registration verification and execution - Closes #7033 #7116

Conversation

mitsuaki-u
Copy link
Contributor

@mitsuaki-u mitsuaki-u commented Apr 22, 2022

What was the problem?

This PR resolves #7033

How was it solved?

  • 🌱 Create base_interoperability_command class
  • 🌱 Add schemas
  • 🌱 Implement computeValidatorsHash
  • 🌱 Verification hook for sidechain registration execution
  • 🌱 Execution hook for sidechain registration execution
  • 🧪 Added unit tests

How was it tested?

  • Added unit tests

@mitsuaki-u mitsuaki-u self-assigned this Apr 22, 2022
@mitsuaki-u mitsuaki-u requested review from ishantiw and Incede and removed request for ishantiw and Incede April 22, 2022 10:34
@mitsuaki-u mitsuaki-u changed the title Implement sidechain registration verification - Closes #7033 Implement sidechain registration verification and execution - Closes #7033 Apr 28, 2022
@mitsuaki-u mitsuaki-u requested review from Incede, shuse2 and ishantiw and removed request for ishantiw May 4, 2022 10:01
Copy link
Member

@shuse2 shuse2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only source code is reviewed for now, I will review the test later

@mitsuaki-u mitsuaki-u requested a review from shuse2 May 5, 2022 13:48
Copy link
Member

@Incede Incede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, added a couple of minor suggestions.

@mitsuaki-u mitsuaki-u requested a review from Incede May 6, 2022 09:03
@mitsuaki-u mitsuaki-u merged commit 2c4591b into feature/6915-introduce-interoperability-module May 6, 2022
@mitsuaki-u mitsuaki-u deleted the 7033_implement_sidechain_reg branch May 6, 2022 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Implement SidechainRegistrationCommand for mainchain interoperability module
4 participants