-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: skip block scanning actions on Arbitrum and Avalanch networks (v…
…27) (#3554) * Hotfix to not observe TSS Addr direct TX. * Remove whitespace * invert logic to only include EVM chains currently deployed * add polygon to direct TSS support for now * add fix for declared but not used * revert logger change * add item to changelog.md * bugfix: fix typo in function name called * lint fixes * lint fixes * skip setting lastScannedTssRecvd to 0 * do scanning in parallel * skip FilterTSSOutbound for ARB and AVAX as it time-consuming * execute FilterTSSOutbound only when shouldScanTSSRecieve is true * remove cruft comment * cleanup naming and comments --------- Co-authored-by: Alex Gartner <[email protected]> Co-authored-by: Charlie Chen <[email protected]>
- Loading branch information
1 parent
caa4804
commit c6f75bb
Showing
2 changed files
with
105 additions
and
36 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