-
Notifications
You must be signed in to change notification settings - Fork 71
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
IF: Host function to set active finalizer set #1511
Comments
Progress started with code in https://github.com/fcecin/leap/commits/74295f20142ef415d6e118701777f12a7937f187. |
The structure provided to the host function (typically referred to as the "finalizer set") should include:
The host function should ensure that the The Also, the size of the |
Work in progress. - Implemented host function (not tested); - Finalizer set types; - Placeholders for fc::crypto::blslib::bls_public_key operators == != and <; - Stub notify_set_finalizers signal to be connected to chain_plugin, to reach chain_pacemaker
Depends on #1509.
One new host function called
set_finalizers
should be added upon the activation of the IF protocol feature.The text was updated successfully, but these errors were encountered: