-
Notifications
You must be signed in to change notification settings - Fork 12
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
Consensus and axiom events #241
Consensus and axiom events #241
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see inline comment below.
Few events needs changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed feedback changes
@@ -574,7 +656,7 @@ contract Consensus is MasterCopyNonUpgradable, CoreLifetimeEnum, MosaicVersion, | |||
uint256 _sourceBlockHeight, | |||
uint256 _targetBlockHeight | |||
) | |||
external | |||
public |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to the Stack too deep
error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Till now looks good to me.
I am assuming that when we progress more there can be few changes.
@@ -574,7 +656,7 @@ contract Consensus is MasterCopyNonUpgradable, CoreLifetimeEnum, MosaicVersion, | |||
uint256 _sourceBlockHeight, | |||
uint256 _targetBlockHeight | |||
) | |||
external | |||
public |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please create a followup ticket to make it external.
This PR implements:
Axiom::MetachainCreated
eventConsensus::CoreCreated
eventConsensus::CoreLifetimeUpdated
eventConsensus::ValidatorJoined
eventConsensus::ValidatorLoggedOut
eventConsensus::MetablockPrecommitted
eventConsensus::MetablockCommitteeFormed
eventConsensus::MetablockCommitteeDecided
eventConsensus::MetablockCommitted
eventRef: Validator transaction handlers
Fixes #195