Commit Graph

59 Commits

Author SHA1 Message Date
c2b82a39d7 Update .github/workflows/push-dappbundle.yml
Some checks failed
Deploy to Dappbundle / Deploy (push) Failing after 18s
2026-03-01 23:30:05 +00:00
9ccbc02b42 Update README.md
Some checks failed
Deploy to Dappbundle / Deploy (push) Failing after 16s
2026-03-01 22:56:19 +00:00
7de196645b Update .github/workflows/push-dappbundle.yml
Some checks failed
Deploy to Dappbundle / Deploy (push) Has been cancelled
2026-03-01 22:55:46 +00:00
a9fa4f3c78 Update .github/workflows/push-dappbundle.yml
Some checks failed
Workflow push to Dappbundle / Build (push) Failing after 2m3s
2026-02-25 21:38:41 +00:00
f0c422b183 Update README.md
Some checks are pending
Workflow push to Dappbundle / Build (push) Waiting to run
2026-02-25 21:29:16 +00:00
a2105fc970 Fix mobile UI truncation in transaction list and filter chips
Some checks are pending
Workflow push to Dappbundle / Build (push) Waiting to run
2026-02-01 14:31:26 +05:30
d106eb516d Updated [ethOperator.js] to filter out transactions with 0 value to prevent spam. 2026-02-01 03:16:25 +05:30
8c768f0081 Refactored transaction filtering and pagination to apply filters to the entire dataset before pagination. 2026-02-01 02:35:00 +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
54831c71bc Merge branch 'main' of https://github.com/ranchimall/floethereum
Some checks failed
Workflow push to Dappbundle / Build (push) Has been cancelled
2026-01-24 00:27:09 +05:30
5d1882e6a7 feat: Add Bitcoin address support and improve UX
- Add Bitcoin bech32 address generation with proper BTC WIF private keys (L/K prefix)
- Reject FLO/BTC addresses in balance search (ETH addresses and private keys only)
- Update search placeholder for clarity
- Move notifications to top-right on desktop to avoid Searched addresses overlap
2026-01-24 00:27:03 +05:30
b121b1aec7
Update README 2026-01-12 18:16:45 +05:30
67309e9273 Merge branch 'main' of https://github.com/ranchimall/floethereum 2026-01-12 17:04:21 +05:30
212fa5047a fix: update git push credentials in workflow 2026-01-12 17:04:05 +05:30
SaketAnand
0e03af78ef
Update README.md 2026-01-08 00:43:36 +05:30
1a956912ab
Merge pull request #4 from void-57/main
feat: Add comprehensive wallet features
2025-12-30 00:11:49 +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
ae8e519f73
Merge pull request #3 from void-57/main
fix: improve sidebar UI layout
2025-12-11 00:01:11 +05:30
bae54354fc fix: improve sidebar UI layout 2025-12-10 22:07:12 +05:30
5a30567825
Adding retrieve functionality 2025-08-17 19:52:43 +05:30
e2f6e1dcab
Adding Retrieve Address Functionality 2025-08-17 19:52:05 +05:30
SaketAnand
b8420743ed Update index.html
Some checks failed
Workflow push to Dappbundle / Build (push) Has been cancelled
2024-10-01 14:49:59 +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
c7ac9922f8 Adding eth private key as option when sending assets 2024-02-24 03:19:17 +05:30
sairaj mote
d6100f2eb8 Update index.html 2024-02-14 16:33:56 +05:30
sairaj mote
650207bacc Added ability to check eth address balance directly 2024-02-14 16:33:18 +05:30
sairaj mote
8df66c737d Better transaction pending state UI 2024-01-22 02:40:20 +05:30
sairaj mote
fb8184b41d Update index.html 2024-01-02 21:45:15 +05:30
sairaj mote
4bf0eed6af Update index.html 2024-01-02 21:24:23 +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
4fc276a859 adding dapp bundle workflow 2023-12-18 22:06:58 +05:30
sairaj mote
361e6dff9d Update index.html 2023-11-20 14:04:50 +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
6fa3d33e6e Added chain watching 2023-11-07 15:41:12 +05:30
sairaj mote
5a26e813e2 Update index.html 2023-11-06 20:37:30 +05:30
sairaj mote
1f6b843376 Hiding metamask button 2023-11-06 17:06:07 +05:30
sairaj mote
530174350e UI fixes 2023-11-06 16:58:41 +05:30
sairaj mote
1639399107 Added better "MetaMask not installed" warning 2023-11-06 16:55:53 +05:30
sairaj mote
69adb2055c Update index.html 2023-11-06 15:17:52 +05:30
sairaj mote
c5e6c182a0 Update index.html 2023-11-06 00:22:24 +05:30
sairaj mote
4c88b46f89 Update index.html 2023-11-05 03:48:49 +05:30
sairaj mote
557aef8f39 Update index.html 2023-11-05 03:44:35 +05:30