Go to file
void-57 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
.github/workflows fix: update git push credentials in workflow 2026-01-12 17:04:05 +05:30
css feat: Add comprehensive wallet features 2025-12-29 00:23:03 +05:30
scripts Fix Transaction History, Details, and Sorting Logic 2026-01-31 18:05:48 +05:30
index.html Fix Transaction History, Details, and Sorting Logic 2026-01-31 18:05:48 +05:30
index.min.html Better transaction pending state UI 2024-01-22 02:40:20 +05:30
README.md Update README 2026-01-12 18:16:45 +05:30

Check balance, transaction history and send USDC and USDT on Ethereum mainnet with your FLO/BTC/ETH private key (WIF)