-
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.
adds default multisig broker server (#5520)
* adds default multisig broker server changes '--server' to boolean flag in 'wallet:multisig:sign' and 'wallet:multisig:dkg:create' adds '--hostname' and '--port' flags in place of previous '--server' flag to supply server hostname and port defaults 'hostname' to 'multisig.ironfish.network' and 'port' to 9035 adds support for connection strings with '--connection' flag adds util function to parse all connection options from flags prints connection string to console after starting session * allows sessionId and passphrase flags without server flag if a users sets the sessionId or passphrase flag in 'multisig:sign' or 'dkg:create', the commands will now interpret these flags as intent to use a broker server
- Loading branch information
Showing
6 changed files
with
144 additions
and
61 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