Skip to content

Feat/sign off tx visualization - #353

Merged
Andre-Diamond merged 11 commits into
preprodfrom
feat/sign-off-tx-visualization
Jul 31, 2026
Merged

Feat/sign off tx visualization#353
Andre-Diamond merged 11 commits into
preprodfrom
feat/sign-off-tx-visualization

Conversation

@Andre-Diamond

Copy link
Copy Markdown
Collaborator

No description provided.

… pending transactions

- Add TokenFlowSection and TokenFlowContent components to render transaction flows.
- Create useAddressLabels and useTxFlowData hooks for address labeling and fetching transaction data.
- Define Blockfrost response types for transaction endpoints in blockfrost.ts.
- Implement token flow construction from on-chain transactions in from-onchain.ts.
- Implement token flow construction from pending transactions in from-pending.ts.
- Create graph builder utilities for managing token flow graphs in graph-builder.ts.
- Merge multiple token flows into a single graph with merge.ts.
- Add utility functions for handling certificates and votes in certificates.ts.
- Export necessary functions and types from index.ts for easier access.
… instance splitting and protocol edge handling
- Add TxInspector component for managing transaction details including description, metadata, and UTxO selection.
- Introduce BuilderPalette for adding recipients and signers to the transaction.
- Create ProblemsPanel to display issues related to the transaction draft.
- Implement asset management functions in tx-draft for handling UTxOs and asset quantities.
- Add validation logic for transaction drafts to ensure correctness before building.
- Establish Zustand store for managing transaction builder state and actions.
- Create utility functions for converting between draft and token flow representations.
- Set up a new page for building transactions within the wallet interface.
- Implemented a new timeline canvas component to visualize on-chain transactions as a flow graph.
- Created a timeline section that merges wallet transactions into a chronological flow.
- Added utility functions for ordering transactions and mapping on-chain data to token flows.
- Integrated React Query for fetching transaction details and managing loading states.
- Enhanced user experience with viewport controls for navigating through transactions.
@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
multisig Ready Ready Preview Jul 31, 2026 10:03am

Request Review

- Implement tests for `meshCertificateToBadge`, `meshVoteToBadge`, and `blockfrostCertBadges` in `tokenFlowCertificates.test.ts` to ensure correct mapping of certificates and votes.
- Create tests for asset formatting in `tokenFlowFormat.test.ts`, covering various scenarios for asset quantity representation.
- Add tests for graph building utilities in `tokenFlowGraphBuilder.test.ts`, including asset summation and address labeling.
- Introduce tests for value port handling in `tokenFlowHandles.test.ts`, validating port ID generation and geometry calculations.
- Develop extensive tests for the notification router in `notificationsRouter.test.ts`, covering wallet signer settings, email verification, and signature reminders.
- Add tests for transaction draft asset management in `txDraftAssets.test.ts`, ensuring correct handling of asset totals and UTxO funds.
@Andre-Diamond
Andre-Diamond merged commit 3e4b349 into preprod Jul 31, 2026
6 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.

1 participant