Skip to content

fix: report partial failures for non-strict batch tips#271

Merged
Mosas2000 merged 31 commits intomainfrom
fix/batchtip-partial-result-feedback
Mar 15, 2026
Merged

fix: report partial failures for non-strict batch tips#271
Mosas2000 merged 31 commits intomainfrom
fix/batchtip-partial-result-feedback

Conversation

@Mosas2000
Copy link
Copy Markdown
Owner

Summary

  • parse confirmed batch-tip tx results to report accurate full/partial/all-failed outcomes
  • wire BatchTip to TxStatus callbacks so summaries are shown after on-chain confirmation
  • replace optimistic blanket success toast with confirmation-aware messaging
  • add batch tip result parser utility and unit tests

Testing

  • cd frontend && npm run test -- batch-tip-results.test.js
  • cd frontend && npm run test -- tx-status.test.jsx
  • cd frontend && npm run test -- routing.test.jsx

Notes

@Mosas2000 Mosas2000 merged commit 83ccd95 into main Mar 15, 2026
4 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BatchTip partial failure not surfaced to user in non-strict mode

1 participant