-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wallet): update balance finder fetch to include all relevant ass…
…ets (#4972) * feat(core): add StardustIndexerClient * feat(dashboard): add stardust objects from indexer. * feat: update balance finder fetch to include all relevant assets WIP * feat(core): enhance StardustIndexerClient with basic output mapping and new types * feat(dashboard): add NFT resolved outputs retrieval and mapping functions * refactor(core, dashboard): unify output types and enhance mapping functions * feat(wallet-dashboard, core): enhance Stardust output handling and add pagination support * fix(wallet): include stardustIndexerClient to fetch shared objects in balance finder * fix(core, dashboard): pr fixes * fix(wallet, core): move stardust indexer provider to core * fix(wallet): improve balance finder logic * feat(sdk): add metadata configuration for stardustIndexer in .env.defaults * refactor(core): rename limit parameter to page_size in StardustIndexerClient * refactor(core): update PageParams interface and adjust pagination parameters in StardustIndexerClient * refactor(core): update return_amount * refactor(core): update StardustIndexerClient methods and rename hook for clarity * refactor(dashboard): remove unused variables in useGetAllStardustSharedObjects hook * fix: add missing 0x to stardust package id * refactor(core, dashboard): update Stardust package ID format, improve metadata handling in hooks, rename variables. * fix(wallet): flagged as address to import * fix(wallet): add constant to set a limiit of the objects to fetch in the balance finder * fix build * remove debris * fix(wallet): rename boolean objects --------- Co-authored-by: Panteleymonchuk <[email protected]> Co-authored-by: Begoña Alvarez <[email protected]> Co-authored-by: evavirseda <[email protected]>
- Loading branch information
1 parent
619919c
commit a54fd6b
Showing
6 changed files
with
99 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters