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

[Merged by Bors] - Web3Signer support for VC #2522

Closed
wants to merge 81 commits into from

Commits on Sep 5, 2021

  1. Configuration menu
    Copy the full SHA
    4e527a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82251c8 View commit details
    Browse the repository at this point in the history
  3. Create signing_method.rs

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    02fc12c View commit details
    Browse the repository at this point in the history
  4. Fix aggregate signing

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    900ad73 View commit details
    Browse the repository at this point in the history
  5. Add basic request types

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    743587c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    017e56f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be9d095 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24be60c View commit details
    Browse the repository at this point in the history
  9. Add calls to http server

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    87063fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4dfd853 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5824332 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    675207e View commit details
    Browse the repository at this point in the history
  13. Remove code comments

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    3846e10 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    535442b View commit details
    Browse the repository at this point in the history
  15. Add signing context

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    86d4824 View commit details
    Browse the repository at this point in the history
  16. Ignore clippy lint

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    b6c53e2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5cb0ad0 View commit details
    Browse the repository at this point in the history
  18. Fix tests

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    2520695 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5f3d679 View commit details
    Browse the repository at this point in the history
  20. Fix doppelganger check

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    c566418 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3912cd8 View commit details
    Browse the repository at this point in the history
  22. Add tests

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    34cdee7 View commit details
    Browse the repository at this point in the history
  23. Add basic web3 signer rig

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    8c49558 View commit details
    Browse the repository at this point in the history
  24. Add missed await

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    99157d7 View commit details
    Browse the repository at this point in the history
  25. Add validator store rig

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    af73fe6 View commit details
    Browse the repository at this point in the history
  26. Add TestingRig

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    f532f18 View commit details
    Browse the repository at this point in the history
  27. Add first working test

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    3e53132 View commit details
    Browse the repository at this point in the history
  28. Fix unused vars, tidy

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    88f2481 View commit details
    Browse the repository at this point in the history
  29. Add block test

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    17a156c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6c9f0e9 View commit details
    Browse the repository at this point in the history
  31. Fix integration test

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    da7e027 View commit details
    Browse the repository at this point in the history
  32. Block test on cargo-fmt

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    7845747 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7f8e23b View commit details
    Browse the repository at this point in the history
  34. Add more tests

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    3462bbf View commit details
    Browse the repository at this point in the history
  35. Fix u64 quoting issue

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    df7eaa1 View commit details
    Browse the repository at this point in the history
  36. Separate tests

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    65f6b7f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b7b1d34 View commit details
    Browse the repository at this point in the history
  38. Fix clippy lints

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    6521d20 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e855be4 View commit details
    Browse the repository at this point in the history
  40. Add SignableMessage

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    ff750f4 View commit details
    Browse the repository at this point in the history
  41. Add docs

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    8c47ad8 View commit details
    Browse the repository at this point in the history
  42. Add method to API

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    1fca268 View commit details
    Browse the repository at this point in the history
  43. Add basic test

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    68c31a2 View commit details
    Browse the repository at this point in the history
  44. Rename serde_utils

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    e605fee View commit details
    Browse the repository at this point in the history
  45. Add docs for HTTP API

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    ee8dc98 View commit details
    Browse the repository at this point in the history
  46. Tidy

    paulhauner committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    d41d40f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Tidy web3signer tests

    paulhauner committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    b90bb18 View commit details
    Browse the repository at this point in the history
  2. Tidy, add comments

    paulhauner committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    1eff618 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b0037a View commit details
    Browse the repository at this point in the history
  4. Tidy

    paulhauner committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    7ba8edc View commit details
    Browse the repository at this point in the history
  5. Remove domain mapping

    paulhauner committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    fa3a023 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8856736 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13791e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4c05e0 View commit details
    Browse the repository at this point in the history
  9. Tidy

    paulhauner committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    58b05b8 View commit details
    Browse the repository at this point in the history
  10. Add altair block support

    paulhauner committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    c258948 View commit details
    Browse the repository at this point in the history
  11. Add altair block tests

    paulhauner committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    d2d8106 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fd829a6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8185308 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ff6e7b View commit details
    Browse the repository at this point in the history
  15. Use tls in testing

    paulhauner committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    00e6600 View commit details
    Browse the repository at this point in the history
  16. Fix build script

    paulhauner committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    966efcc View commit details
    Browse the repository at this point in the history
  17. Fix import

    paulhauner committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    19674f6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f1b1d2f View commit details
    Browse the repository at this point in the history
  19. Tidy web3signer types

    paulhauner committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    a7128cc View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    d551458 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Add comment to build.rs

    paulhauner committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    3e34297 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Michael Sproul <[email protected]>
    paulhauner and michaelsproul authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    b1a5237 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Log error

    paulhauner committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    c4b6f55 View commit details
    Browse the repository at this point in the history
  2. Suppress web3signer logs

    paulhauner committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    9f3919c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d083ef1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfb3ce8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12db2ce View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    a6fa121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0b725 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6ca374 View commit details
    Browse the repository at this point in the history
  4. Tidy sync

    paulhauner committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    d1b3c77 View commit details
    Browse the repository at this point in the history
  5. Fix web3signer test

    paulhauner committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    fbe17e4 View commit details
    Browse the repository at this point in the history
  6. Add pubkey to log

    paulhauner committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    5d0d494 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f792417 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Add signing times metrics

    paulhauner committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    93f41a2 View commit details
    Browse the repository at this point in the history