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

Standardize the Wallet API for generate_signed_transaction #19209

Merged
merged 8 commits into from
Feb 5, 2025

Conversation

Quexington
Copy link
Contributor

For the longest time the standard Wallet has had a slightly different API to the other wallets for generate_signed_transaction that take a list of amounts and puzzle hashes. It creates a lot of if/else's and frustration when one is trying to write something that calls a generic WalletProtocol type. This PR changes the API to match and consolidates some of these if/else's.

@Quexington Quexington added the Changed Required label for PR that categorizes merge commit message as "Changed" for changelog label Feb 3, 2025
@github-actions github-actions bot added the merge_conflict Branch has conflicts that prevent merge to main label Feb 3, 2025
@Chia-Network Chia-Network deleted a comment from github-actions bot Feb 3, 2025
@github-actions github-actions bot removed the merge_conflict Branch has conflicts that prevent merge to main label Feb 3, 2025
@Chia-Network Chia-Network deleted a comment from github-actions bot Feb 3, 2025
@Quexington Quexington marked this pull request as ready for review February 4, 2025 22:57
@Quexington Quexington requested a review from a team as a code owner February 4, 2025 22:57
@pmaslana pmaslana merged commit 482d837 into main Feb 5, 2025
362 of 363 checks passed
@pmaslana pmaslana deleted the quex.unify_gst_api branch February 5, 2025 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants