-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uses session manager to collect all multisig inputs (#5536)
* uses session manager to collect all multisig inputs defines abstract classes and interfaces for session managers to handle either waiting on the broker server for data or waiting on CLI inputs creates uniform session manager interfaces for either case in both signing sessions and dkg sessions removes interface distinction between starting and joining sessions with broker server * restores sessionId and connection string messages to session managers * passes accountName to getIdentities in dkg * updates session managers not to error on duplicate string entry re-prompt instead
- Loading branch information
Showing
7 changed files
with
751 additions
and
522 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
Oops, something went wrong.