-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make TSS startup checks more forgiving (#934)
* Add exponential backoff when connecting to Substrate node * Split out code for getting threshold account ID from mnemonic check * Make TSS balance check non-fatal * Move code for checking node connection and TSS balance to a helper * Move account check out of `setup_mnemonic` * Get rid of import warnings * Update lockfile * TaploFmt * Use `threshold_account_id()` in tests * Use correct account in test * Remove `dbg!` statement
- Loading branch information
Showing
5 changed files
with
112 additions
and
31 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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