Show CPFP txs as boost fee#249
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
|
Show CPFP txs as boost fee
Show CPFP txs as boost fee
Show CPFP as boost fee
Screen.Recording.2025-11-27.at.12.33.35.PM.mov