-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(whale-api): Fix swap tx not found index (#2170)
<!-- Thanks for sending a pull request! --> #### What this PR does / why we need it: Fix for random bug swap tx not found in indexer > context: related to client.listpoolpairs (cache/fresh) pull - replace IndexError by Log - minimise the debugging scope from (com)swap tx to findPair utils - retry findPair if undefined #### Which issue(s) does this PR fixes?: <!-- (Optional) Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Fixes # #### Additional comments?: --------- Co-authored-by: Lyka Labrada <[email protected]>
- Loading branch information
1 parent
dd01b74
commit 97c28a9
Showing
3 changed files
with
9 additions
and
15 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
9 changes: 7 additions & 2 deletions
9
apps/whale-api/src/module.indexer/model/dftx/pool.pair.path.mapping.ts
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