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: make services more flexible #31

Merged
merged 1 commit into from
Apr 22, 2024

Commits on Apr 19, 2024

  1. refactor: make services more flexible

    By passing in all dependencies to each method that requires it rather
    than capturing it in the instance state. This should better support more
    use cases than the previous structure.
    
    This is a backwards compatible change; the more flexible services are
    wrapped by the `DIDCommMessaging` class to behave exactly the same way
    as before. To use the new, more flexible services, use
    `DIDCommMessagingService` class.
    
    Signed-off-by: Daniel Bluhm <[email protected]>
    dbluhm committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3f9a6e4 View commit details
    Browse the repository at this point in the history