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

[network, crypto] Compressed serialization, key conversions and message signing #1129

Merged
merged 10 commits into from Aug 17, 2021

Commits on Aug 17, 2021

  1. [network] translate libp2p.PubKey -> flow ECDSA PubKey

    This will allow us to perform identity checks for e.g. matching protocol-level identities to the proven network-level IDs
    huitseeker committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    15d36d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    253ef55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    571668f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be0f651 View commit details
    Browse the repository at this point in the history
  5. [network] re-activate message signing & verification

     ensure signerIDs are populated in pubSub tests
    huitseeker committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a6ebfd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    141211d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4c0bc8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47a0f2a View commit details
    Browse the repository at this point in the history
  9. [crypto] Invert (encode|decode)PublicKey delegation for BLS

    - check for parametrization of compression
    huitseeker committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b1ee91a View commit details
    Browse the repository at this point in the history
  10. [crypto] partial revert of checkPublicKeyValid

    as existing DecodeCompressed implementations already check for validity
    huitseeker committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d1e58f6 View commit details
    Browse the repository at this point in the history