You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
0 commit comments