-
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
Refactor: Consensus::enterCommittee #147
Comments
Drafts: pgev#3 |
An outdated implementation for future references are here #161. |
Moving it back as I've not worked on it properly and will not have enough time to work because of upcoming facilitator spec discussions + new sprint. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
bytes32 _committeeMetachainId
is used for the followingThe
bytes32 _validatorMetachainId
is used for the followingThe
uint256 _validatorMetablockHeight
is requiredThe
address _validator
is the address of the validator which has not been added and is required_validator
is not slashed_validator
is valid when the committee is formedThe
address _furtherMember
isReference: https://github.com/mosaicdao/mosaic-pm/blob/master/specification-discussions/20191206-consensus.md
address payable _reimbursementReceiver
, andreimburseGas(GAS_ENTER_COMMITTEE, _reimbursementReceiver)
at the function signature as these will be defined laterThe text was updated successfully, but these errors were encountered: