-
Notifications
You must be signed in to change notification settings - Fork 0
Show CPFP txs as boost fee #249
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
Conversation
PR Review: Show CPFP txs as boost feeThank you for this PR! This is a good UX improvement to display CPFP child transactions as "boost fees" rather than separate transactions. Here's my detailed review: ✅ Strengths
🐛 Potential Issues1. Performance: Repeated async calls in list viewsLocation: .task {
isCpfpChild = await CoreService.shared.activity.isCpfpChildTransaction(txId: item.txId)
}Issue: This
Impact: Potential performance degradation on lists with many items, especially on first load when cache is empty. Recommendation:
2. Logic error in
|
ovitrif
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tAck 🚀
Show CPFP as boost fee
Screen.Recording.2025-11-27.at.12.33.35.PM.mov