feat(qt): add support for reporting OP_RETURN payloads as Data Transactions#7144
feat(qt): add support for reporting OP_RETURN payloads as Data Transactions#7144kwvg wants to merge 1 commit intodashpay:developfrom
OP_RETURN payloads as Data Transactions#7144Conversation
Proposals are made in the form of data transactions but look like oddly shaped transactions in the UI, this should help better explain where the proposal fee went.
OP_RETURN payloads as Data TransactionsOP_RETURN payloads as Data Transactions
|
This pull request has conflicts, please rebase. |
✅ No Merge Conflicts DetectedThis PR currently has no conflicts with other open PRs. |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
WalkthroughThe changes introduce support for a new DataTransaction type in the Qt wallet's transaction display framework. A new enum value is added to TransactionRecord, with detection logic to classify unspendable OP_RETURN outputs as DataTransaction. The UI framework is extended across multiple components to handle this new type: transaction table model updates formatting, coloring, and labeling; transaction view adds a filter option; and transaction description view displays extracted OP_RETURN payload data in hex format. A bitmask constant is updated in the transaction filter proxy. Sequence DiagramNo sequence diagram generated. The changes apply a consistent pattern of adding new type support across multiple UI components within the same layer, without introducing new inter-component interactions or control flow patterns that would benefit from visualization. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
WalkthroughThe changes introduce support for displaying and filtering OP_RETURN (data) transactions across the Qt wallet interface. A new Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
nvm |
Additional Information
Work in progress.
Breaking Changes
None expected.
Checklist