-
Notifications
You must be signed in to change notification settings - Fork 12
Feature/dkg integration #302
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
base: dev
Are you sure you want to change the base?
Conversation
…Foundation/aptos-core into feature/dkg-integration
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.
We'll need to update this file and the related logic after #305 has been merged.
| @@ -0,0 +1,48 @@ | |||
| // Copyright (c) 2024 Supra. | |||
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.
| // Copyright (c) 2024 Supra. | |
| // Copyright © 2025 Supra. |
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 add this to .gitignore for now and remove it from the remote. We can discuss adding a ruleset like this with the rest of the team.
* Update validator_public_keys.move * Add functions for new CertificateThresholdType constant tags (BCFT and Clan Majority) * addressing comments * rename * fix docs
| ); | ||
| } | ||
|
|
||
| public(friend) fun set_dkg_output_keys( |
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.
@isaacdoidge please verify the correctness of this function.
* add supra bcft cert feature flag * update md file * addressing comments
…re/dkg-integration
No description provided.