Add optional OP_RETURN field to Send screen#1927
Open
EricGrill wants to merge 1 commit into
Open
Conversation
Adds an optional OP_RETURN field to each payment tab on the Send screen, allowing users to embed arbitrary data (up to 80 bytes) in their transactions. The OP_RETURN output has 0 value as required by the Bitcoin protocol. Features: - New OP_RETURN text field on the payment form - Real-time byte count display with validation status - Validation for the 80-byte maximum limit - OP_RETURN data is encoded as UTF-8 - Multiple payments can each have their own OP_RETURN data - Existing OP_RETURN functionality (BIP47 notifications) preserved Closes sparrowwallet#97 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Can I know in which version this very useful feature will be implemented, at least for me? Or how can I use it today with Sparrow Wallet 2.4.1? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implementation Details
Technical Changes
Screenshots
The OP_RETURN field appears below the Amount field in each payment tab, with a status indicator showing the byte count and validation state.
Test plan
Closes #97
🤖 Generated with Claude Code