floethereum/scripts
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
..
btcOperator.js Added ability to check eth address balance directly 2024-02-14 16:33:18 +05:30
btcOperator.min.js Added ability to check eth address balance directly 2024-02-14 16:33:18 +05:30
btcwallet_scripts_lib.js Added UI and updated meta mask integration 2023-11-04 17:45:48 +05:30
btcwallet_scripts_lib.min.js Added UI and updated meta mask integration 2023-11-04 17:45:48 +05:30
compactIDB.js Added balance checking history 2023-11-10 03:02:12 +05:30
components.js Added ether and token sending 2023-11-16 01:28:33 +05:30
components.min.js Added ether and token sending 2023-11-16 01:28:33 +05:30
ether.umd.min.js modifying ehter.js 2024-10-01 14:20:26 +05:30
ethOperator.js Fix Transaction History, Details, and Sorting Logic 2026-01-31 18:05:48 +05:30
ethOperator.min.js code refactoring 2024-01-02 21:23:14 +05:30
floCrypto.js Added UI and updated meta mask integration 2023-11-04 17:45:48 +05:30
floEthereum.js address conversion and generation bug fixes 2024-04-04 12:51:58 +05:30
floEthereum.min.js address conversion and generation bug fixes 2024-04-04 12:51:58 +05:30
keccak.js Added UI and updated meta mask integration 2023-11-04 17:45:48 +05:30
tap_combined.js Added UI and updated meta mask integration 2023-11-04 17:45:48 +05:30