Commit Graph

18 Commits

Author SHA1 Message Date
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
SaketAnand
8f40366bf6 modifying ehter.js 2024-10-01 14:20:26 +05:30
sairaj mote
2237352045 address conversion and generation bug fixes 2024-04-04 12:51:58 +05:30
sairaj mote
650207bacc Added ability to check eth address balance directly 2024-02-14 16:33:18 +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
sairaj mote
56e8e28d7a Added balance checking history 2023-11-10 03:02:12 +05:30
sairaj mote
1639399107 Added better "MetaMask not installed" warning 2023-11-06 16:55:53 +05:30
sairaj mote
7aff0faf6d Bug fixes and code refactoring 2023-11-04 18:50:54 +05:30
sairaj mote
de889b219a Added better meta mask integration 2023-11-04 18:31:07 +05:30
sairaj mote
1eeed5c2ff Added UI and updated meta mask integration 2023-11-04 17:45:48 +05:30