forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 714
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] MN operator key migration to BLS #2421
Merged
furszy
merged 9 commits into
PIVX-Project:master
from
random-zebra:202106_BLS_operatorkey
Oct 8, 2021
Merged
[Refactor] MN operator key migration to BLS #2421
furszy
merged 9 commits into
PIVX-Project:master
from
random-zebra:202106_BLS_operatorkey
Oct 8, 2021
Commits on Oct 4, 2021
-
[TierTwo] Add functions to sign/verify messages with BLS
these will be used by mnw/fbv for deterministic masternodes, after switching the operator keys to BLS
Configuration menu - View commit details
-
Copy full SHA for dd0fb01 - Browse repository at this point
Copy the full SHA dd0fb01View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a7fa5 - Browse repository at this point
Copy the full SHA b0a7fa5View commit details -
scripted-diff: Rename keyIDOperator to pubKeyOperator
-BEGIN VERIFY SCRIPT- sed -i 's/keyIDOperator/pubKeyOperator/g' src/*.h src/*.cpp src/*/*.h src/*/*.cpp; sed -i 's/operatorAddress/operatorPubKey/g' src/*.h src/*.cpp src/*/*.h src/*/*.cpp; -END VERIFY SCRIPT-
Configuration menu - View commit details
-
Copy full SHA for 619c0f8 - Browse repository at this point
Copy the full SHA 619c0f8View commit details -
[RPC] Implement generateblskeypair() RPC command
Also add methods to parse bls public/secret keys. These will be used by the protx_* commands after the switch of operator keys to BLS.
Configuration menu - View commit details
-
Copy full SHA for 1dfdcc1 - Browse repository at this point
Copy the full SHA 1dfdcc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd46f72 - Browse repository at this point
Copy the full SHA dd46f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77ec208 - Browse repository at this point
Copy the full SHA 77ec208View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855c094 - Browse repository at this point
Copy the full SHA 855c094View commit details -
Configuration menu - View commit details
-
Copy full SHA for 483f509 - Browse repository at this point
Copy the full SHA 483f509View commit details -
[Refactor] No need to get the publickey of the active masternode
Only the secret key and the collateral out are needed to vote/sign
Configuration menu - View commit details
-
Copy full SHA for d3843cd - Browse repository at this point
Copy the full SHA d3843cdView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.