You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
All the current block header related checks and verification steps should be moved to execute() as we don't have access to current block in the verify hook
Acceptance Criteria
Unit tests for all the code paths for verify()
Unit tests for all the code paths for execute()
Make sure entry in all the subStores is created for a sidechain
The text was updated successfully, but these errors were encountered:
ishantiw
changed the title
Implement MainchainRegistrationCMD for sidechain interoperability module
Implement MainchainRegistrationCommand for sidechain interoperability module
Feb 25, 2022
Description
For
SidechainInteroperabilityModule
,verify(context: CommandVerifyContext): VerificationResult
ofMainchainRegistrationCMD
as per explained in LIP0043:Mainchain registration#verificationexecute(context: CommandExecuteContext): void
ofMainchainRegistrationCMD
as per explained in LIP0043:Mainchain registration#executionexecute()
as we don't have access to current block in the verify hookAcceptance Criteria
verify()
execute()
The text was updated successfully, but these errors were encountered: