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

Refactor: signable builder services compute full protocol message #1942

Merged
merged 33 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. feat: introduce SignableSeedBuilder trait

    Which is responsible for computing the seed message that will be used
    by signable builders to compute their respective protocol messages.
    jpraynaud committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a81db87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e6ac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e0afa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4d4a4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca183be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e3a66c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a7b554 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0336a6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8fffd14 View commit details
    Browse the repository at this point in the history
  10. chore: remove ad hoc signature of next avk for protocol message in ag…

    …gregator integration test
    jpraynaud committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1e12457 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8aa4db1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6459e95 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aed8c61 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e3059bf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a06a6d1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0e3b172 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    637868b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f080739 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    88ae081 View commit details
    Browse the repository at this point in the history
  20. refactor: remove seed protocol message from signable builder

    Rollback to the original trait.
    jpraynaud committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e30164e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    64dca07 View commit details
    Browse the repository at this point in the history
  22. refactor: make signable seed builder compute protocol message part va…

    …lues
    
    And let the responsibility of using it in the signable builder service.
    jpraynaud committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8af7ef7 View commit details
    Browse the repository at this point in the history
  23. refactor: rename 'SignableSeedBuilderService' to 'AggregatorSignableS…

    …eedBuilder' in aggregator
    jpraynaud committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    695f694 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cc2d75f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    16a3ea0 View commit details
    Browse the repository at this point in the history
  26. refactor: move SignableSeedBuilder in a dedicated 'signable_builder' …

    …sub-module of services in aggregator
    jpraynaud committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5c196f5 View commit details
    Browse the repository at this point in the history
  27. refactor: move SignableSeedBuilder in a dedicated 'signable_builder' …

    …sub-module of services in signer
    jpraynaud committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    917a18c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c2a0f0e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bdc3ad6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    aecd8e3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f4c22a1 View commit details
    Browse the repository at this point in the history
  32. docs: update CHANGELOG

    jpraynaud committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    46bfc03 View commit details
    Browse the repository at this point in the history
  33. chore: bump crates versions

    - 'mithril-aggregator' from '0.5.67' to '0.5.68'
    - 'mithril-common' from '0.4.57' to '0.4.58'
    - 'mithril-signer' from '0.2.186' to '0.2.187'.
    jpraynaud committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    71fef49 View commit details
    Browse the repository at this point in the history