-
Notifications
You must be signed in to change notification settings - Fork 0
Merge bitcoin/bitcoin#26349: rpc: make address field optional list{transactions, sinceblock} response
#1229
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
base: backport-0.25-batch-480
Are you sure you want to change the base?
Merge bitcoin/bitcoin#26349: rpc: make address field optional list{transactions, sinceblock} response
#1229
Conversation
…tions, sinceblock}` response
WalkthroughUpdated RPC methods Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (3)
🧰 Additional context used📓 Path-based instructions (3)test/functional/**/*.py📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**⚙️ CodeRabbit configuration file
Files:
src/**/*.{cpp,h,cc,cxx,hpp}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🧠 Learnings (5)📓 Common learnings📚 Learning: 2025-07-30T14:45:15.700ZApplied to files:
📚 Learning: 2025-07-30T14:45:15.700ZApplied to files:
📚 Learning: 2025-07-29T22:13:54.797ZApplied to files:
📚 Learning: 2025-07-28T20:34:29.061ZApplied to files:
🧬 Code graph analysis (1)test/functional/wallet_listtransactions.py (2)
🪛 Ruff (0.14.7)test/functional/wallet_listtransactions.py109-109: Prefer Replace with (RUF015) test/functional/wallet_listsinceblock.py412-412: Prefer Replace with (RUF015) 🔇 Additional comments (3)
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 |
Backports bitcoin#26349
Original commit: 551c8e9
Summary
addressfield optional inlisttransactionsandlistsinceblockRPC responsesChanges
addressfield as optional with explanationtest_op_return()test to bothwallet_listsinceblock.pyandwallet_listtransactions.py🤖 Generated with Claude Code
Summary by CodeRabbit
API Changes
listtransactionsandlistsinceblockRPC responses is now optional and will be omitted for outputs lacking an address, such as OP_RETURN data.Tests
✏️ Tip: You can customize this high-level summary in your review settings.