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: keep client initialization state internal [WPB-12004] #749

Open
wants to merge 8 commits into
base: feat/transaction
Choose a base branch
from

Commits on Nov 7, 2024

  1. refactor: keep client locks and state internal [WPB-12004]

    This allows us to stop passing around a lock guard when accessing the client. Keeps all locking and initialization internal to the client struct.
    SimonThormeyer committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    83e88db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b233b9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    244b012 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7b013d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0c0923 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c173a83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9e9c75 View commit details
    Browse the repository at this point in the history
  8. chore: fix resulting compile errors

    Compile errors resulting from the changes to the mls client implementation
    SimonThormeyer committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    42839c6 View commit details
    Browse the repository at this point in the history