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

fix: support sender signers #110

Merged
merged 6 commits into from
Jan 17, 2024
Merged

fix: support sender signers #110

merged 6 commits into from
Jan 17, 2024

Commits on Jan 13, 2024

  1. fix: support sender signers

    Signed-off-by: Alexis Asseman <[email protected]>
    aasseman committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    f8bca98 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. refactor: rename EscrowAccount's balances to sender_balances

    Signed-off-by: Alexis Asseman <[email protected]>
    aasseman committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    229b792 View commit details
    Browse the repository at this point in the history
  2. refactor: condense if/else for escrow query

    Signed-off-by: Alexis Asseman <[email protected]>
    aasseman committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    82ce7cc View commit details
    Browse the repository at this point in the history
  3. refactor: remove unneeded .collect()

    Signed-off-by: Alexis Asseman <[email protected]>
    aasseman committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    73fb933 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. refactor: make EscrowAccounts attributes private

    Signed-off-by: Alexis Asseman <[email protected]>
    aasseman committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8cf257c View commit details
    Browse the repository at this point in the history
  2. refactor: create EscrowAccountsError

    Signed-off-by: Alexis Asseman <[email protected]>
    aasseman committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    223fef3 View commit details
    Browse the repository at this point in the history