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

Stone/funding #212

Closed
wants to merge 4 commits into from
Closed

Stone/funding #212

wants to merge 4 commits into from

Commits on Oct 23, 2024

  1. chore: Bump OpenAPI client

    alex-stone committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    da4be12 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. feat: Add CryptoAmount type

    This adds a CryptoAmount types that provides a wrapper for the
    underlying CryptoAmount object and can provide helpers for converting
    from atomic to whole amounts.
    alex-stone committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f444c1d View commit details
    Browse the repository at this point in the history
  2. feat: Add quote fund support

    This adds support for generating a quote of a wallet fund operation.
    
    This will be able to be used to execute a fund operation soon.
    alex-stone committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1dab387 View commit details
    Browse the repository at this point in the history
  3. feat: Support funding wallets

    This adds support for funding wallets using `wallet.fund` or
    `address.fund`.
    
    This will be extended to support leveraging a fund quote in a
    subsequent commit.
    alex-stone committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    930d786 View commit details
    Browse the repository at this point in the history