Skip to content

feat: implement Stellar transaction history view#37

Open
thebabalola wants to merge 1 commit into
wraith-protocol:developfrom
thebabalola:feat/stellar-tx-history
Open

feat: implement Stellar transaction history view#37
thebabalola wants to merge 1 commit into
wraith-protocol:developfrom
thebabalola:feat/stellar-tx-history

Conversation

@thebabalola
Copy link
Copy Markdown

Added a new History page and a StellarHistory component to view transaction history for the connected Stellar wallet. Closes #8.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 29, 2026

@bbkenny is attempting to deploy a commit to the truthixify's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@thebabalola Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@thebabalola thebabalola marked this pull request as ready for review May 29, 2026 21:08
@thebabalola
Copy link
Copy Markdown
Author

Hi @maintainer, I've implemented the Stellar transaction history view. Ready for review!

@thebabalola thebabalola force-pushed the feat/stellar-tx-history branch from f08b969 to 0c3d592 Compare May 29, 2026 22:56
@thebabalola
Copy link
Copy Markdown
Author

Hi @maintainer, I've updated this PR. Ready for review!

@truthixify truthixify changed the base branch from main to develop June 1, 2026 15:45
@truthixify
Copy link
Copy Markdown
Contributor

The skeleton page is a start, but the scope here doesn't match what issue #8 asked for. Two things:

  1. Scope. The PR fetches Horizon transactions for the connected wallet. The issue is asking for Wraith-specific activity tracking: stealth sends/receives/withdrawals/name-registrations, categorized by kind and direction, persisted in localStorage per (chain, wallet), with status transitions (pendingconfirmedfailed) polled against Horizon, filterable by chain/kind/status, with clear-history and a Playwright test. The bare Horizon list misses the protocol-specific surface that makes this useful.

  2. Rebase. Branch is from pre-develop main, the diff would revert StellarSend/Receive work that just merged. After expanding scope, rebase:

    git fetch origin
    git rebase origin/develop
    git push --force-with-lease

    Drop your changes to StellarSend.tsx and StellarReceive.tsx (they're stale-base reverts) and instead add hooks in those files that record entries into the new history store. Keep StellarHistory.tsx and pages/History.tsx but expand them per the issue spec.

Thanks @thebabalola.

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.

Stellar transaction history view (per chain)

2 participants