-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Multiple address display with amounts in transaction details #47
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
Closed
Conversation
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
- Added prominent balance card in Send Bitcoin modal with integrated Max button - Implemented smart balance check for Send button to prevent premature modal opening - Fixed Go panic recovery in Nostr transport layer for co-signing operations - Enhanced error handling and nil pointer safety in relay operations - Improved UX with loading spinner during balance checks - Updated changelog for v2.1.6 release
- Display all recipient addresses with individual amounts for sent transactions - Display all sender addresses with received amount for received transactions - Show amount (BTC + fiat) for each address in transaction details modal - Add count indicator in transaction list for multiple recipients - Fix received transactions to show output amounts instead of input amounts - Support PSBT transactions with multiple outputs - Update changelog for v2.1.7
Contributor
Author
|
Closing this PR as its changes are included in PR #48 (v2.1.8 release). |
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
This PR includes all features and fixes for version 2.1.7, with a focus on improving transaction display, Docker build infrastructure, QR code enhancements, and various bug fixes.
🚀 New Features
Transaction Display Improvements
Docker Build System
docker/scripts/directory with comprehensive build automationdocker/README.mdEnhanced QR Code for Send Bitcoin
From Address Display
Watch-Only Wallet Export
🔧 Changes
docker/scripts/directory🐛 Bug Fixes
📝 Files Changed
CHANGELOG.md- Updated with all v2.1.7 featurescomponents/TransactionDetailsModal.tsx- Multiple address display with amountscomponents/TransactionList.tsx- Multiple recipient address collection and displaycomponents/Styles.tsx- Style improvements✅ Testing
📋 Related