-
Notifications
You must be signed in to change notification settings - Fork 708
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
Make BEEFY client keystore generic over BEEFY AuthorityId
type
#2258
Make BEEFY client keystore generic over BEEFY AuthorityId
type
#2258
Commits on Oct 27, 2023
-
Fix
BeefyAuthorityId::verify
forecdsa_bls_crypto
not to use `ecd……sa_bls::verify`
Configuration menu - View commit details
-
Copy full SHA for 0541cb0 - Browse repository at this point
Copy the full SHA 0541cb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 099b86d - Browse repository at this point
Copy the full SHA 099b86dView commit details
Commits on Oct 31, 2023
-
- implement
sign/verify_with_hasher
forecdsa_bls377
Pair
with ……test - update `substrate/primitives/consensus/beefy/src/lib.rs` accordingly
Configuration menu - View commit details
-
Copy full SHA for 033ff57 - Browse repository at this point
Copy the full SHA 033ff57View commit details
Commits on Nov 1, 2023
-
Fix typos and improve comment quality
Co-authored-by: Davide Galassi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76831b7 - Browse repository at this point
Copy the full SHA 76831b7View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a0c6d83 - Browse repository at this point
Copy the full SHA a0c6d83View commit details
Commits on Nov 3, 2023
-
add and implement
ecdsa_bls377_sign_with_keccak256
make BEEFY keystore generic over `AuthorityId` and works with both (ECDSA) and (ECDSA, BLS377) key types. pass all the BEEFY tests for ECDSA
Configuration menu - View commit details
-
Copy full SHA for 102ad62 - Browse repository at this point
Copy the full SHA 102ad62View commit details
Commits on Nov 9, 2023
-
- Make BEEFY Keyring to be generic over
AuthorityId
.- Make BEEFY Keystore test generic over `AuthorityId`. - Implement keystore tests for `ecdsa_bls` crypto. - Fix `bls::Pair::derive` and write test for it.
Configuration menu - View commit details
-
Copy full SHA for 25d1afc - Browse repository at this point
Copy the full SHA 25d1afcView commit details -
Merge remote-tracking branch 'origin/master' into skalman--beefy-clie…
…nt-keystore-supporting-both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for 05a3ebd - Browse repository at this point
Copy the full SHA 05a3ebdView commit details -
Improve documention and comments
Co-authored-by: Robert Hambrock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c860dd0 - Browse repository at this point
Copy the full SHA c860dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8958fde - Browse repository at this point
Copy the full SHA 8958fdeView commit details
Commits on Nov 13, 2023
-
Merge branch 'skalman--fix-ecdsa-bls-verify-in-beefy-primitives' of h…
…ttps://github.com/w3f/polkadot-sdk into skalman--beefy-client-keystore-supporting-both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for 5ef71c8 - Browse repository at this point
Copy the full SHA 5ef71c8View commit details -
add reasoning on why in BEEFY we want the ECDSA signature on Keccak h…
…ash of the message instead of Blake2
Configuration menu - View commit details
-
Copy full SHA for 3b8eded - Browse repository at this point
Copy the full SHA 3b8ededView commit details -
Configuration menu - View commit details
-
Copy full SHA for efb350d - Browse repository at this point
Copy the full SHA efb350dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cfccd8 - Browse repository at this point
Copy the full SHA 8cfccd8View commit details -
Co-authored-by: Davide Galassi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a15a60d - Browse repository at this point
Copy the full SHA a15a60dView commit details -
Merge branch 'master' into skalman--beefy-client-keystore-supporting-…
…both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for 85f8999 - Browse repository at this point
Copy the full SHA 85f8999View commit details -
Merge branch 'skalman--beefy-client-keystore-supporting-both-ecdsa-an…
…d-bls' of https://github.com/w3f/polkadot-sdk into skalman--beefy-client-keystore-supporting-both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for 9667c1b - Browse repository at this point
Copy the full SHA 9667c1bView commit details -
Merge branch 'skalman--fix-ecdsa-bls-verify-in-beefy-primitives' into…
… skalman--beefy-client-keystore-supporting-both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for b18e2f4 - Browse repository at this point
Copy the full SHA b18e2f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b62ef - Browse repository at this point
Copy the full SHA 00b62efView commit details
Commits on Nov 27, 2023
-
Co-authored-by: Robert Hambrock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ef0f65 - Browse repository at this point
Copy the full SHA 3ef0f65View commit details
Commits on Dec 5, 2023
-
Merge branch 'master' into skalman--beefy-client-keystore-supporting-…
…both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for a80264c - Browse repository at this point
Copy the full SHA a80264cView commit details -
drop 'perhaps' from generate_with_phrase_should_be_recoverable_with_f…
…rom_string_perhaps test and add it to bandersnatch and ed25519
Configuration menu - View commit details
-
Copy full SHA for 3f8d533 - Browse repository at this point
Copy the full SHA 3f8d533View commit details -
Merge remote-tracking branch 'origin/master' into skalman--beefy-clie…
…nt-keystore-supporting-both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for 1b48d48 - Browse repository at this point
Copy the full SHA 1b48d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f09d22 - Browse repository at this point
Copy the full SHA 5f09d22View commit details -
Merge branch 'skalman--beefy-client-keystore-supporting-both-ecdsa-an…
…d-bls' of https://github.com/w3f/polkadot-sdk into skalman--beefy-client-keystore-supporting-both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for b04880d - Browse repository at this point
Copy the full SHA b04880dView commit details
Commits on Jan 19, 2024
-
Apply suggestions from code review
Code and dependency clean-up Co-authored-by: Davide Galassi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6304d1e - Browse repository at this point
Copy the full SHA 6304d1eView commit details -
Apply suggestions from code review
Co-authored-by: Davide Galassi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fc1326 - Browse repository at this point
Copy the full SHA 7fc1326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6401a97 - Browse repository at this point
Copy the full SHA 6401a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 425c3d3 - Browse repository at this point
Copy the full SHA 425c3d3View commit details
Commits on Jan 20, 2024
-
Merge branch 'skalman--beefy-client-keystore-supporting-both-ecdsa-an…
…d-bls' of https://github.com/w3f/polkadot-sdk into skalman--beefy-client-keystore-supporting-both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for e98945f - Browse repository at this point
Copy the full SHA e98945fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a4b5f - Browse repository at this point
Copy the full SHA 59a4b5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2956c0 - Browse repository at this point
Copy the full SHA f2956c0View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3422057 - Browse repository at this point
Copy the full SHA 3422057View commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7454b6d - Browse repository at this point
Copy the full SHA 7454b6dView commit details
Commits on Jan 26, 2024
-
Remove Sync + Send Bound from <AuthorityIdBound as RuntimeAppPublic>:…
…:Signature Because you have to specify it later explicitly anyway. Co-authored-by: Davide Galassi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd686dc - Browse repository at this point
Copy the full SHA dd686dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34d80cf - Browse repository at this point
Copy the full SHA 34d80cfView commit details -
Merge branch 'skalman--beefy-client-keystore-supporting-both-ecdsa-an…
…d-bls' of github.com:/w3f/polkadot-sdk into skalman--beefy-client-keystore-supporting-both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for 10089f1 - Browse repository at this point
Copy the full SHA 10089f1View commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0885c2a - Browse repository at this point
Copy the full SHA 0885c2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for edc6a9c - Browse repository at this point
Copy the full SHA edc6a9cView commit details -
Merge branch 'master' into skalman--beefy-client-keystore-supporting-…
…both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for 9ec36d7 - Browse repository at this point
Copy the full SHA 9ec36d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd35b5d - Browse repository at this point
Copy the full SHA cd35b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d5cc36 - Browse repository at this point
Copy the full SHA 3d5cc36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77bdcfa - Browse repository at this point
Copy the full SHA 77bdcfaView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec1ef13 - Browse repository at this point
Copy the full SHA ec1ef13View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ad716 - Browse repository at this point
Copy the full SHA e4ad716View commit details
Commits on Feb 1, 2024
-
Co-authored-by: Robert Hambrock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 018f13a - Browse repository at this point
Copy the full SHA 018f13aView commit details -
Test the private key constructed from phrase is the same as construct…
…ed initially. Co-authored-by: Robert Hambrock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98a8721 - Browse repository at this point
Copy the full SHA 98a8721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2271268 - Browse repository at this point
Copy the full SHA 2271268View commit details -
Merge remote-tracking branch 'origin/master' into skalman--beefy-clie…
…nt-keystore-supporting-both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for d0dc187 - Browse repository at this point
Copy the full SHA d0dc187View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf2c72 - Browse repository at this point
Copy the full SHA 3cf2c72View commit details
Commits on Feb 7, 2024
-
Merge branch 'master' into skalman--beefy-client-keystore-supporting-…
…both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for 0bca732 - Browse repository at this point
Copy the full SHA 0bca732View commit details
Commits on Feb 8, 2024
-
Merge branch 'master' into skalman--beefy-client-keystore-supporting-…
…both-ecdsa-and-bls
Configuration menu - View commit details
-
Copy full SHA for 10f2f99 - Browse repository at this point
Copy the full SHA 10f2f99View commit details