Skip to content
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

Fix ecdsa_bls verify in BEEFY primitives #2066

Merged

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    0541cb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    099b86d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. - implement sign/verify_with_hasher for ecdsa_bls377 Pair with …

    …test
    
    - update `substrate/primitives/consensus/beefy/src/lib.rs` accordingly
    drskalman committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    033ff57 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Fix typos and improve comment quality

    Co-authored-by: Davide Galassi <davxy@datawok.net>
    drskalman and davxy authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    76831b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Improve documention and comments

    Co-authored-by: Robert Hambrock <roberthambrock@gmail.com>
    drskalman and Lederstrumpf authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c860dd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. add reasoning on why in BEEFY we want the ECDSA signature on Keccak h…

    …ash of the message instead of Blake2
    drskalman committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3b8eded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb350d View commit details
    Browse the repository at this point in the history
  3. fmt

    drskalman committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8cfccd8 View commit details
    Browse the repository at this point in the history
  4. Improve documentation

    Co-authored-by: Davide Galassi <davxy@datawok.net>
    drskalman and davxy authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a15a60d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Mostly doc nitpicks

    davxy committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1228d41 View commit details
    Browse the repository at this point in the history
  2. Last trivial nits :-)

    davxy committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    16e26ce View commit details
    Browse the repository at this point in the history