Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: optimize transaction history request #1572

Merged
merged 4 commits into from
Oct 10, 2024

Conversation

helciofranco
Copy link
Member

@helciofranco helciofranco commented Oct 10, 2024


  • Fetch transaction history cursors using a simplified query to optimize data retrieval.
  • Improve loading time by reducing the page info query complexity.

@helciofranco helciofranco merged commit 9718513 into master Oct 10, 2024
15 checks passed
@helciofranco helciofranco deleted the hf/feat/optimize-tx-history-pagination branch October 10, 2024 15:20
LuizAsFight pushed a commit that referenced this pull request Oct 11, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to master, this PR
will be updated.


# Releases
## @fuels/[email protected]



## [email protected]

### Minor Changes

- [#1572](#1572)
[`97185130`](9718513)
Thanks [@helciofranco](https://github.com/helciofranco)! - Reduce
transaction history loading time by optimizing the complexity of the
page info query.

- [#1571](#1571)
[`112e002c`](112e002)
Thanks [@helciofranco](https://github.com/helciofranco)! - Format tiny,
large, and regular amounts, applying 6 decimal places of precision.

### Patch Changes

- [#1570](#1570)
[`8e42400c`](8e42400)
Thanks [@nelitow](https://github.com/nelitow)! - Improve account name
colision verification

-   Updated dependencies \[]:
    -   @fuel-wallet/[email protected]

## @fuel-wallet/[email protected]

### Minor Changes

- [#1571](#1571)
[`112e002c`](112e002)
Thanks [@helciofranco](https://github.com/helciofranco)! - Format tiny,
large, and regular amounts, applying 6 decimal places of precision.

## @fuel-wallet/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wallet transaction list needs pagination
2 participants