Hélcio Franco

Results 15 issues of Hélcio Franco

This PR extends the `Custom Fees` feature from the `Send Transaction` screen, enabling users to set a **custom fee** when approving a request from a Dapp. | 📷 Demo |...

- Set `node` fixed to `18.18.2` in github actions - Set `pnpm` fixed to `8.15.7` since Vercel is not supporting `pnpm 9` officially yet. - Replace local `setup-node` action with...

Replace the legacy `graphql` with the `graphql-new`. It adjusts every GraphQL query used on the explorer frontend. Next steps: - Prune the legacy graphql (ackage itself) - Prepare a good...

Improvement

- Add missing instructions to run e2e tests. - Remove duplicated packages between `portal` and `explorer`. - Add scripts to run `storybooks`. - Replace `date-fns` with `dayjs` in portal (in...

- Projects marked as `live` are sorted first in the projects list. - Then, a secondary alphabetical sorting is applied. | Example | | --- | | |

Add L1 indexer, it'll sync contract events logs from a given start block number. After that, it'll keep watching the blockchain for new logs and blocks. New env vars have...

blocked

A few people are encountering an issue with `@fuels/connectors` v0.9.0 in their repository, where the error message “`The requested module ‘@wagmi/core’ does not provide an export named ‘extractRpcUrls’`” is displayed....

bug

- Relates to FE-1397 # Summary | 📷 Demo | | --- | | | # Checklist - [X] I've added error handling for all actions/requests, and verified how this...

These re-renders make a lot of components “flash,” like asset icons. The only thing that should be constantly update here is balance, nothing else. | 📷 Demo | | ---...

Long recipient names in the `TxRecipientCard` component are not truncated properly. Let's update to display names in a single line for better readability and layout consistency. ### Suggestion 1. Apply...