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

Conversation

ssp-rs
Copy link
Collaborator

@ssp-rs ssp-rs commented Aug 24, 2023

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.

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.

Adds a constructor to create a PayoutDenominationList from a list of PayoutDenominations.

Bumps the release version to include changes for payout functionality.

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.
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.
Adds a constructor to create a `PayoutDenominationList` from a list of
`PayoutDenomination`s.
Bumps the release version to include changes for payout functionality.
@ssp-rs ssp-rs merged commit 34c3a8c into main Aug 24, 2023
18 checks passed
@ssp-rs ssp-rs deleted the fixup/payout branch August 24, 2023 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant