Skip to content

Comments

feat/PRO-3349/transaction-history-tracking#320

Merged
RanaBug merged 4 commits intostagingfrom
feat/PRO-3349/transaction-history-tracking
May 29, 2025
Merged

feat/PRO-3349/transaction-history-tracking#320
RanaBug merged 4 commits intostagingfrom
feat/PRO-3349/transaction-history-tracking

Conversation

@RanaBug
Copy link
Collaborator

@RanaBug RanaBug commented May 28, 2025

Description

  • UserOp status tracking and tx hash implementation in the History Tab for single and batched transactions

How Has This Been Tested?

  • Existing Unit Tests and Manual testing

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Summary by CodeRabbit

  • New Features

    • Introduced a transaction history modal with detailed status tracking for recent transactions, including visual progress indicators and blockchain explorer links.
    • Added real-time status polling for transactions, showing clear feedback as transactions move from "Sending" to "Confirmed" or "Failed".
    • Enabled easy copying of transaction hashes and provided helpful disclaimers for user clarity.
  • Improvements

    • Enhanced transaction description generation for clearer summaries of token transfers.
    • Improved user feedback during transaction processing, including loading states and error handling.
  • Bug Fixes

    • Updated test coverage to ensure new transaction status features work reliably.
  • Chores

    • Refactored import paths and cleaned up code for better maintainability.

@RanaBug RanaBug requested review from IAmKio and vignesha22 May 28, 2025 13:20
@RanaBug RanaBug self-assigned this May 28, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented May 28, 2025

Walkthrough

This update introduces user operation status tracking with polling to the send modal components, adds new transaction history UI components (HistoryModal and TransactionInfo), refactors import paths, enhances context state for transaction metadata, and adds a service function to fetch user operation status from a blockchain RPC. Utility functions and tests were also updated accordingly.

Changes

Files Change Summary
src/components/BottomMenuModal/HistoryModal/HistoryModal.tsx Added new HistoryModal React component with conditional rendering based on wallet connection and content visibility.
src/components/BottomMenuModal/HistoryModal/TransactionInfo.tsx Added new TransactionInfo React component displaying transaction status, hash, and blockchain explorer link with copy feature.
src/components/BottomMenuModal/HistoryModal/TransactionsHistory.tsx Updated import paths and replaced outer wrapper element with React fragment in JSX.
src/components/BottomMenuModal/SendModal/SendModalBatchesTabView.tsx Integrated user operation status polling after batch send, updating status and transaction hash with retry logic.
src/components/BottomMenuModal/SendModal/SendModalTokensTabView.tsx Replaced inline transaction description with utility, added user operation status polling after send, and cleaned localStorage.
src/components/BottomMenuModal/index.tsx Changed import path for HistoryModal to nested path.
src/hooks/__tests__/useAccountTransactionHistory.test.tsx Expanded mocked context states, fixed assertions, and improved test cleanup.
src/hooks/useAccountTransactionHistory.tsx Modified hook to return entire context data object instead of just history.
src/providers/AccountTransactionHistoryProvider.tsx Extended context interface and provider state with user operation status, transaction hash, and latest operation info.
src/services/userOpStatus.ts Added new async function getUserOperationStatus to fetch user operation status from blockchain RPC via JSON-RPC call.
src/utils/common.ts Added exported utility function transactionDescription to generate human-readable transaction summaries for tokens.

Suggested reviewers

  • IAmKio

Poem

🐇 Hopping through code with a joyful cheer,
New modals and statuses now appear!
Transactions tracked with a watchful eye,
Polling the chain as the moments fly.
History unfolds in a sleek new way,
Rabbits coding brightens the day! 🌟🐰

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error https://github.com/npm/cli/issues
npm error A complete log of this run can be found in: /.npm/_logs/2025-05-29T08_57_09_794Z-debug-0.log


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8d0afc4 and 147b333.

⛔ Files ignored due to path filters (1)
  • src/apps/pillarx-app/components/MediaGridCollection/tests/__snapshots__/DisplayCollectionImage.test.tsx.snap is excluded by !**/*.snap
📒 Files selected for processing (3)
  • src/components/BottomMenuModal/HistoryModal/TransactionInfo.tsx (1 hunks)
  • src/components/BottomMenuModal/SendModal/SendModalBatchesTabView.tsx (4 hunks)
  • src/components/BottomMenuModal/SendModal/SendModalTokensTabView.tsx (6 hunks)
🚧 Files skipped from review as they are similar to previous changes (3)
  • src/components/BottomMenuModal/HistoryModal/TransactionInfo.tsx
  • src/components/BottomMenuModal/SendModal/SendModalTokensTabView.tsx
  • src/components/BottomMenuModal/SendModal/SendModalBatchesTabView.tsx
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: build
✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented May 28, 2025

Deploying x with  Cloudflare Pages  Cloudflare Pages

Latest commit: 147b333
Status: ✅  Deploy successful!
Preview URL: https://73ff3632.x-e62.pages.dev
Branch Preview URL: https://feat-pro-3349-transaction-hi.x-e62.pages.dev

View logs

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 11

♻️ Duplicate comments (2)
src/components/BottomMenuModal/SendModal/SendModalTokensTabView.tsx (2)

231-236: 🛠️ Refactor suggestion

Apply the same localStorage constants refactoring as suggested for SendModalBatchesTabView.tsx.

This code has the same issue with hardcoded localStorage keys.


366-444: 🛠️ Refactor suggestion

Apply the same improvements suggested for the polling mechanism in SendModalBatchesTabView.tsx.

This polling implementation has the same issues:

  1. Extract magic numbers as constants
  2. Fix the context value check issue at line 433
  3. Consider extracting into a shared custom hook
🧹 Nitpick comments (7)
src/services/userOpStatus.ts (1)

8-8: Consider security implications of API key in URL.

Embedding the API key directly in the URL could lead to it being logged in server access logs, browser history, or network monitoring tools.

Consider using the Authorization header instead:

- const url = `https://rpc.etherspot.io/v2/${chainId}?api-key=${process.env.REACT_APP_ETHERSPOT_DATA_API_KEY}`;
+ const url = `https://rpc.etherspot.io/v2/${chainId}`;

   const response = await axios.post(
     url,
     {
       method: 'skandha_userOperationStatus',
       params: [userOpHash],
     },
     {
       headers: {
         'Content-Type': 'application/json',
+        'Authorization': `Bearer ${process.env.REACT_APP_ETHERSPOT_DATA_API_KEY}`,
       },
       timeout: 10000,
     }
   );

Note: Verify that the Etherspot API supports Authorization header before implementing this change.

src/components/BottomMenuModal/HistoryModal/HistoryModal.tsx (3)

9-11: Improve prop documentation.

Consider enhancing the interface documentation to be more descriptive about the animation purpose.

-  isContentVisible?: boolean; // for animation purpose to not render rest of content and return main wrapper only
+  /**
+   * Controls content visibility for animation purposes.
+   * When false, only renders the wrapper without content to maintain layout during transitions.
+   */
+  isContentVisible?: boolean;

20-35: Consider adding accessibility attributes.

The loading skeleton could benefit from accessibility attributes to inform screen readers about the loading state.

-      <Wrapper id="history-modal-loader">
+      <Wrapper id="history-modal-loader" role="status" aria-label="Loading transaction history">
         <HistoryCard>

92-102: Clean up commented code or document future use.

The commented TransactionStatus component should either be removed if not needed or better documented for future implementation.

Consider either:

  1. Removing the commented code if it's not immediately needed
  2. Adding a more detailed TODO comment explaining when/how it will be used
  3. Moving it to a separate file if it's part of planned functionality
src/components/BottomMenuModal/HistoryModal/TransactionInfo.tsx (3)

1-1: Specify the ESLint rule being disabled.

The generic ESLint disable comment should specify which rule is being disabled for better code maintainability.

-/* eslint-disable no-nested-ternary */
+/* eslint-disable no-nested-ternary */

73-84: Ensure consistent chain ID type handling.

The chain ID is being converted to string multiple times. Consider storing it as a string from the start for consistency.

    if (
      latestUserOpChainId &&
-      latestUserOpChainId.toString() !==
-        localStorage.getItem('latestUserOpChainId')
+      String(latestUserOpChainId) !== localStorage.getItem('latestUserOpChainId')
    ) {
-      localStorage.setItem(
-        'latestUserOpChainId',
-        latestUserOpChainId.toString()
-      );
-      setDisplayChainId(latestUserOpChainId.toString());
+      const chainIdStr = String(latestUserOpChainId);
+      localStorage.setItem('latestUserOpChainId', chainIdStr);
+      setDisplayChainId(chainIdStr);
    }

88-93: Consider simplifying the step index calculation.

The current IIFE pattern works but could be simplified using an object map for better maintainability.

-  const stepIndex = (() => {
-    if (displayStatus === 'Sending') return 0;
-    if (displayStatus === 'Sent') return 1;
-    if (displayStatus === 'Confirmed' || displayStatus === 'Failed') return 2;
-    return -1;
-  })();
+  const statusToStepIndex: Record<string, number> = {
+    'Sending': 0,
+    'Sent': 1,
+    'Confirmed': 2,
+    'Failed': 2,
+  };
+  const stepIndex = statusToStepIndex[displayStatus || ''] ?? -1;
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 21e9999 and 5eb331a.

⛔ Files ignored due to path filters (1)
  • src/apps/pillarx-app/components/MediaGridCollection/tests/__snapshots__/DisplayCollectionImage.test.tsx.snap is excluded by !**/*.snap
📒 Files selected for processing (11)
  • src/components/BottomMenuModal/HistoryModal/HistoryModal.tsx (1 hunks)
  • src/components/BottomMenuModal/HistoryModal/TransactionInfo.tsx (1 hunks)
  • src/components/BottomMenuModal/HistoryModal/TransactionsHistory.tsx (3 hunks)
  • src/components/BottomMenuModal/SendModal/SendModalBatchesTabView.tsx (4 hunks)
  • src/components/BottomMenuModal/SendModal/SendModalTokensTabView.tsx (6 hunks)
  • src/components/BottomMenuModal/index.tsx (1 hunks)
  • src/hooks/__tests__/useAccountTransactionHistory.test.tsx (4 hunks)
  • src/hooks/useAccountTransactionHistory.tsx (1 hunks)
  • src/providers/AccountTransactionHistoryProvider.tsx (3 hunks)
  • src/services/userOpStatus.ts (1 hunks)
  • src/utils/common.ts (2 hunks)
🧰 Additional context used
🧬 Code Graph Analysis (1)
src/utils/common.ts (5)
src/components/Form/AssetSelect/index.tsx (1)
  • AssetSelectOption (50-50)
src/types/blockchain.ts (1)
  • ITransaction (22-27)
src/types/index.ts (1)
  • SendModalData (20-22)
src/apps/the-exchange/utils/blockchain.ts (1)
  • processEth (7-13)
src/utils/blockchain.ts (1)
  • decodeSendTokenCallData (204-208)
⏰ Context from checks skipped due to timeout of 90000ms (2)
  • GitHub Check: unit-tests
  • GitHub Check: build
🔇 Additional comments (11)
src/components/BottomMenuModal/index.tsx (1)

13-13: LGTM! Import path correctly updated for file reorganization.

The import path update properly reflects the new file structure where HistoryModal has been moved to its own subdirectory.

src/hooks/useAccountTransactionHistory.tsx (1)

24-24:

Details

✅ Verification successful

Verify that this change doesn't break existing hook consumers.

The hook now returns the entire context.data object instead of just context.data.history. This supports the new user operation status tracking features but could potentially break existing code that expects only the history data.


🏁 Script executed:

#!/bin/bash
# Description: Check for existing usage of useAccountTransactionHistory to ensure backward compatibility
# Expected: Find usages and verify they can handle the expanded return object

echo "Searching for useAccountTransactionHistory usage patterns..."
rg -A 3 -B 1 "useAccountTransactionHistory" --type tsx --type ts

echo -e "\n=== Checking for destructuring patterns that might break ==="
rg -A 2 "const.*=.*useAccountTransactionHistory" --type tsx --type ts

Length of output: 460


Let’s re-run the search without restricting by file type to catch all usages:


🏁 Script executed:

#!/bin/bash
echo "🔍 Searching for all uses of useAccountTransactionHistory across the repo"
rg -n "useAccountTransactionHistory" -A3 -B1

echo -e "\n🔍 Extracting assignment/destructuring patterns"
rg -n "useAccountTransactionHistory" | grep -E "const|let|var"

Length of output: 7228


To confirm what the hook now returns and how it’s consumed, let’s inspect the hook implementation and its call sites:


🏁 Script executed:

#!/bin/bash
echo "=== useAccountTransactionHistory implementation ==="
sed -n '1,200p' src/hooks/useAccountTransactionHistory.tsx

echo -e "\n=== SendModalBatchesTabView usage ==="
sed -n '65,85p' src/components/BottomMenuModal/SendModal/SendModalBatchesTabView.tsx

echo -e "\n=== SendModalTokensTabView usage ==="
sed -n '105,135p' src/components/BottomMenuModal/SendModal/SendModalTokensTabView.tsx

echo -e "\n=== TransactionInfo usage ==="
sed -n '13,33p' src/components/BottomMenuModal/HistoryModal/TransactionInfo.tsx

Length of output: 3704


No breaking changes detected in hook consumers

All existing usages of useAccountTransactionHistory have been updated to destructure the full data object (including userOpStatus, setTransactionHash, etc.) rather than relying solely on history. No calls remain that expect the hook to return only the history array.

• src/components/BottomMenuModal/SendModal/SendModalBatchesTabView.tsx
• src/components/BottomMenuModal/SendModal/SendModalTokensTabView.tsx
• src/components/BottomMenuModal/HistoryModal/TransactionInfo.tsx
• src/hooks/tests/useAccountTransactionHistory.test.tsx

All consumers and tests now access the expanded return shape, so this change is backward-compatible.

src/components/BottomMenuModal/HistoryModal/TransactionsHistory.tsx (2)

10-11: LGTM! Import paths correctly updated for file reorganization.

The import path updates properly reflect the new directory structure after moving files to subdirectories.

Also applies to: 14-14, 21-21, 24-27


110-110:

Details

✅ Verification successful

Verify that removing the wrapper element doesn't break functionality.

The JSX wrapper was changed from <Wrapper id="history-modal"> to a React fragment <>. This removes a DOM element and its id="history-modal" attribute, which might be referenced by CSS selectors, tests, or other JavaScript code.

Also applies to: 172-172


🏁 Script executed:

#!/bin/bash
# Description: Check for references to the removed "history-modal" id
# Expected: Find any CSS, test files, or JavaScript that might reference this id

echo "Searching for references to 'history-modal' id..."
rg -i "history-modal" --type css --type scss --type ts --type tsx --type js --type jsx

echo -e "\n=== Checking for querySelector usage ==="
rg "getElementById.*history-modal|querySelector.*history-modal"

Length of output: 393


🏁 Script executed:

#!/bin/bash
# Re-run a global search without restricting file types to ensure we catch CSS/SCSS
echo "Searching for any references to 'history-modal' across the repo..."
rg -n "history-modal" .

echo -e "\n=== Checking for DOM queries referencing 'history-modal' ==="
rg -n "getElementById.*history-modal|querySelector.*history-modal" .

Length of output: 708


No references to #history-modal found—removal is safe
A repo-wide search (including .css, .ts/.tsx/.js/.jsx, and DOM selectors) turned up no occurrences of the removed id="history-modal" outside of the original wrapper in HistoryModal.tsx. Since no CSS, tests, or scripts rely on it, replacing the <Wrapper id="history-modal"> with <> in TransactionsHistory.tsx won’t break functionality.

src/hooks/__tests__/useAccountTransactionHistory.test.tsx (3)

30-39: LGTM! Proper test mock extension.

The mock context has been correctly extended to include all the new state variables and setters that were added to the provider interface. This ensures the tests accurately reflect the updated context structure.


48-50: Good addition of test cleanup.

Adding afterEach to clear all mocks ensures proper test isolation and prevents test interference.


74-74:

Details

✅ Verification successful

Verify the hook's return value change.

The assertion now expects the full data object instead of just the history property, indicating the hook's return value has changed. Ensure this aligns with the actual hook implementation.


🏁 Script executed:

#!/bin/bash
# Description: Verify what the useAccountTransactionHistory hook returns
# Expected: Should return the full context data object, not just history

rg -A 10 "return.*useContext" src/hooks/useAccountTransactionHistory

Length of output: 149


🏁 Script executed:

#!/bin/bash
# Locate the hook file for useAccountTransactionHistory
hook_file=$(rg --files-with-matches "useAccountTransactionHistory" -g "*.ts*" src/hooks | head -n1)
echo "Found hook file: $hook_file"

# Show lines around useContext to see what is being returned
rg -n -C3 "useContext" "$hook_file"

# Show lines around return statements to confirm the hook's return value
rg -n -C3 "return" "$hook_file"

Length of output: 1033


No action needed: Test assertion aligns with hook implementation.

  • Confirmed in src/hooks/useAccountTransactionHistory.tsx (line 24) that the hook returns context.data.
  • The test’s expect(result.current).toEqual(mockContextValue.data) correctly matches this behavior.
src/providers/AccountTransactionHistoryProvider.tsx (3)

40-57: Well-structured context interface extension.

The new state variables for user operation tracking are properly typed and follow consistent naming conventions. The union type for userOpStatus provides clear state transitions.


83-94: Proper state hook initialization.

All new state variables are correctly initialized with appropriate default values and proper TypeScript typing.


184-202: Correct context data and dependency management.

The context data object and useMemo dependencies have been properly updated to include all new state variables, ensuring efficient re-rendering and proper context updates.

src/components/BottomMenuModal/SendModal/SendModalTokensTabView.tsx (1)

360-362: Good use of shared utility function.

The implementation correctly uses the transactionDescription utility for consistent transaction descriptions across the application.

Copy link
Contributor

@vignesha22 vignesha22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot temporarily deployed to Preview (feat/PRO-3349/transaction-history-tracking) May 28, 2025 15:23 Inactive
{/* UserOp status */}
<p className="text-sm font-medium text-light_purple">
Status:{' '}
<span className="font-normal text-white">{displayStatus ?? 'N/A'}</span>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think if we have no display status available - display something like "Starting..." or something similar, as "N/A" gives off a negative effect

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah agreed, I've changed that now

Comment on lines 133 to 134
Tx info:{' '}
<span className="font-normal text-white">{displayInfo ?? 'N/A'}</span>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is less of an issue because it's data - but as a suggestion you could add "Waiting..." here

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Collaborator

@IAmKio IAmKio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FYI i'm approving this because the comments / questions i have i don't deem them to be a showstopper at this stage, but here are my two outstanding quetions that we can talk about outside this PR:

  • Is the data API key the one we should be using? I thought it was not used anymore?
  • Am i right in thinking the local storage only supports the 1 latest UserOp at a time?

But other than that it LGTM!

<p className="text-xs text-light_purple font-normal truncate">
Tx Hash:{' '}
<span className="font-normal text-white">
{displayHash ?? 'N/A'}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above but we can revisit this later

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

<div className="flex text-[10px] italic text-white/[.5] font-normal p-3 border-[1px] border-medium_grey rounded-md">
Please note that this information confirms whether the transaction was
sent but does not indicate its status. To verify the status, please
check the tx hash on blockscans.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
check the tx hash on blockscans.
check the transaction hash on relevant blockchain explorer.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@github-actions github-actions bot temporarily deployed to Preview (feat/PRO-3349/transaction-history-tracking) May 29, 2025 08:54 Inactive
@RanaBug RanaBug merged commit 8265a78 into staging May 29, 2025
7 of 8 checks passed
@coderabbitai coderabbitai bot mentioned this pull request Jul 29, 2025
3 tasks
@coderabbitai coderabbitai bot mentioned this pull request Nov 6, 2025
3 tasks
@coderabbitai coderabbitai bot mentioned this pull request Nov 28, 2025
3 tasks
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.

3 participants