Commit Graph

11 Commits

Author SHA1 Message Date
d106eb516d Updated [ethOperator.js] to filter out transactions with 0 value to prevent spam. 2026-02-01 03:16:25 +05:30
1125e65ed4 feat: Filtered transaction history to only show verified tokens (USDC, USDT) in ethOperator.js to prevent spam 2026-02-01 01:58:14 +05:30
1aa07f35e5 Fix Transaction History, Details, and Sorting Logic
- **Transaction History**:
  - Deduplicated entries: Filtered out redundant "0 ETH" contract calls when a corresponding Token Transfer exists.
  - Fixed Sorting: Implemented batch fetching (500 items) and local pagination to ensure transactions are sorted correctly by date across all pages.

- **Transaction Details**:
  - Enhanced Display: Now shows ALL token transfers within a transaction
  - Clarified "To" Address: Explicitly labeled the contract address as "To (Contract)" and added the actual token receiver in the transfer list.
  - RPC Optimization: Implemented in-memory caching for token metadata (decimals/symbols) to prevent Infura rate-limiting errors (429).

- **UI Improvements**:
  - Transaction Details: Updated Token Transfer list layout to stack addresses vertically on new lines for better readability on mobile.
2026-01-31 18:05:48 +05:30
8d0f9db29b feat: Add comprehensive wallet features
- Add balance checking for ETH, USDC, and USDT tokens
- Implement transaction history with filtering (All/Received/Sent)
- Add pagination support for transaction history
- Implement transaction hash search functionality
- Fix ETH transaction sending issues
- Add gas fee calculation popup before sending transactions

This update significantly enhances the wallet functionality by providing
users with complete visibility into their token balances and transaction
history, along with improved transaction management and gas fee transparency.
2025-12-29 00:23:03 +05:30
sairaj mote
1dc9e5873a code refactoring 2024-01-02 21:23:14 +05:30
sairaj mote
65574464af fixed token balance checking issue 2024-01-02 08:35:39 +05:30
sairaj mote
505d5dd2cb Added ether and token sending 2023-11-16 01:28:33 +05:30
sairaj mote
c1a1f7af0c Added ether balance checking 2023-11-15 03:16:35 +05:30
sairaj mote
17fb871e04 Feature update
-- added routing
-- added new address creation
-- adding ether and tokens transfer
-- code refactoring
2023-11-15 03:09:08 +05:30
sairaj mote
b2ae00b14f returning txHash 2023-11-12 03:39:00 +05:30
sairaj mote
fb199d9a33 Testing Infura integration 2023-11-12 03:36:51 +05:30