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

fixup/payout: various fixes for payout functionality #32

Merged
merged 4 commits into from
Aug 24, 2023
Merged

Commits on Aug 24, 2023

  1. fixup/jsonrpc: fix Method conversion from &str

    Converts a `&str` to lowercase before attempting to convert to a
    `Method`. Improves handling JSON-RPC clients that send uppercase
    versions of supported `Method` strings.
    ssp-rs committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9e92427 View commit details
    Browse the repository at this point in the history
  2. fixup/payout_by_denomination: setting denom list

    Automatically sets the data length when setting a valid
    `PayoutDenominationList` in a `PayoutByDenominationCommand`.
    
    Fixes an error where the data length is not properly set, and the
    message is incorrectly serialized over the wire.
    ssp-rs committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    713b838 View commit details
    Browse the repository at this point in the history
  3. payout_denomination: add a create method

    Adds a constructor to create a `PayoutDenominationList` from a list of
    `PayoutDenomination`s.
    ssp-rs committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a456623 View commit details
    Browse the repository at this point in the history
  4. version: bump to 0.5.2

    Bumps the release version to include changes for payout functionality.
    ssp-rs committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    80bf3fc View commit details
    Browse the repository at this point in the history