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

Remove msg-sending IO for issuer and holder #946

Merged
merged 40 commits into from
Sep 4, 2023
Merged

Commits on Sep 1, 2023

  1. Restore thread_id verifications

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4c169ce View commit details
    Browse the repository at this point in the history
  2. Make IO for issuer offer-sending opt-in

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c7b961c View commit details
    Browse the repository at this point in the history
  3. Decouple revocation_notification from Issuer handler

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1d513b6 View commit details
    Browse the repository at this point in the history
  4. Replace Issuer state CredentialSent by CredentialSet

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    78c5aaa View commit details
    Browse the repository at this point in the history
  5. Reformat

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    bfe311e View commit details
    Browse the repository at this point in the history
  6. Fix libvcx_core

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b7e25b2 View commit details
    Browse the repository at this point in the history
  7. Sync up napi

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f477cb6 View commit details
    Browse the repository at this point in the history
  8. post-rebase conflict resolution

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    963f87d View commit details
    Browse the repository at this point in the history
  9. Cargo fmt

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    85b1190 View commit details
    Browse the repository at this point in the history
  10. Fix compile errs in tests

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9306463 View commit details
    Browse the repository at this point in the history
  11. Remove unused constants

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    957c903 View commit details
    Browse the repository at this point in the history
  12. Sync up nodejs

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    cff5145 View commit details
    Browse the repository at this point in the history
  13. Cargo fmt

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    27ac06e View commit details
    Browse the repository at this point in the history
  14. Minor refactor, renames

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    124b1f2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    431415b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    53f83d8 View commit details
    Browse the repository at this point in the history
  17. Holder: Add constructor for failed finished state

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a7c256a View commit details
    Browse the repository at this point in the history
  18. Issuer: Add constructor for CredentialSet state

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7fa45c1 View commit details
    Browse the repository at this point in the history
  19. Replace state From conversion by constructors

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    634f007 View commit details
    Browse the repository at this point in the history
  20. Sync up

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0f98a3d View commit details
    Browse the repository at this point in the history
  21. Add deprecation comments

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    eed0af6 View commit details
    Browse the repository at this point in the history
  22. Fix filename

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    957005d View commit details
    Browse the repository at this point in the history
  23. Rename Holder's ProposalSent to ProposalSet

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    db250b1 View commit details
    Browse the repository at this point in the history
  24. Update Holder proposal API

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    66daf86 View commit details
    Browse the repository at this point in the history
  25. Remove unused imports

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fbb1223 View commit details
    Browse the repository at this point in the history
  26. Cargo fmt

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ffb979b View commit details
    Browse the repository at this point in the history
  27. Tweak issuance protocol initiation via holder's proposal

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    440717d View commit details
    Browse the repository at this point in the history
  28. Remove forgotten log

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1ac22c7 View commit details
    Browse the repository at this point in the history
  29. Add get_problem_report() method for Issuer, Holder

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fccc4c8 View commit details
    Browse the repository at this point in the history
  30. Send problem reports

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    5b8006c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e9cfc45 View commit details
    Browse the repository at this point in the history
  32. holder: eliminate 'send_credential_request' in favor of 'get_msg_cred…

    …ential_request'; rename 'build_credential_request' to 'prepare_credential_request'
    
    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6187799 View commit details
    Browse the repository at this point in the history
  33. holder: remove msg sending from decline_offer

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c2f334e View commit details
    Browse the repository at this point in the history
  34. Fix compile errs

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    af2c7d3 View commit details
    Browse the repository at this point in the history
  35. Holder: fix: make sure to send ack message if requested

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e3b7e1b View commit details
    Browse the repository at this point in the history
  36. isser: remove usage of SendClosure

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2a569c5 View commit details
    Browse the repository at this point in the history
  37. Edit todo notes

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a48ec88 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8a1f084 View commit details
    Browse the repository at this point in the history
  39. Holder: Remove 'try_reply(..)', add 'get_final_message()' instead. Tr…

    …ack whether ack was requested
    
    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6e48283 View commit details
    Browse the repository at this point in the history
  40. Fix compile errs

    Signed-off-by: Patrik Stas <[email protected]>
    Patrik-Stas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9c7b4f0 View commit details
    Browse the repository at this point in the history