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

Feature/msg builders #972

Merged
merged 31 commits into from
Sep 13, 2023
Merged

Feature/msg builders #972

merged 31 commits into from
Sep 13, 2023

Commits on Sep 12, 2023

  1. Added builders for decorators and ack messages

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    99b41de View commit details
    Browse the repository at this point in the history
  2. Added remaining message builders

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    96577c0 View commit details
    Browse the repository at this point in the history
  3. Modified Connection Invitation to use uniform decorators

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ca08b33 View commit details
    Browse the repository at this point in the history
  4. Added MsgPartsBuilder

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f01142d View commit details
    Browse the repository at this point in the history
  5. Used builders within aries-vcx

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c62c51a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62917e1 View commit details
    Browse the repository at this point in the history
  7. Fixed napi-rs msg building

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    938831d View commit details
    Browse the repository at this point in the history
  8. Formatting fix

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    39f71a2 View commit details
    Browse the repository at this point in the history
  9. Messages tests fixes

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    84a1c00 View commit details
    Browse the repository at this point in the history
  10. Used did_parser::Did in PwDidInvitation

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bfe1e97 View commit details
    Browse the repository at this point in the history
  11. Fixed InvitationContent serde impl

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2421c0e View commit details
    Browse the repository at this point in the history
  12. Removed some awkward inner structs builders

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    692f264 View commit details
    Browse the repository at this point in the history
  13. Adjusted attachment decorator tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    be0366f View commit details
    Browse the repository at this point in the history
  14. Adjusted localization decorators tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d12cd25 View commit details
    Browse the repository at this point in the history
  15. Adjusted thread decorator tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    144f996 View commit details
    Browse the repository at this point in the history
  16. Adjusted timing decorator tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4f735fb View commit details
    Browse the repository at this point in the history
  17. Adjusted connection protocol messages tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    07d0405 View commit details
    Browse the repository at this point in the history
  18. Adjusted credential issuance protocol messages tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ae763b2 View commit details
    Browse the repository at this point in the history
  19. Adjusted discover features protocol messages tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    33fdefe View commit details
    Browse the repository at this point in the history
  20. Adjusted notification protocol messages tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    092d44f View commit details
    Browse the repository at this point in the history
  21. Adjusted OOB protocol messages tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    513b09f View commit details
    Browse the repository at this point in the history
  22. Adjusted present proof protocol messages tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f081d4a View commit details
    Browse the repository at this point in the history
  23. Adjusted revocation protocol messages tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    aaaa1a2 View commit details
    Browse the repository at this point in the history
  24. Adjusted trust ping protocol messages tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    06e4cc1 View commit details
    Browse the repository at this point in the history
  25. Adjusted basic message protocol messages tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    63ffb4f View commit details
    Browse the repository at this point in the history
  26. Adjusted report problem protocol messages tests

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2bab9f4 View commit details
    Browse the repository at this point in the history
  27. Ran cargo fmt

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    30228e0 View commit details
    Browse the repository at this point in the history
  28. Post rebase fixes

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    529f4f7 View commit details
    Browse the repository at this point in the history
  29. Fix msg_type regressions

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b3ddc87 View commit details
    Browse the repository at this point in the history
  30. Fix credential thread building

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5b1637c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Added extraction of thread_id from Thread

    Signed-off-by: Bogdan Mircea <[email protected]>
    bobozaur committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    66eaf07 View commit details
    Browse the repository at this point in the history