WebOfTrust / keripy

Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol
https://keripy.readthedocs.io/en/latest/
Apache License 2.0
60 stars 55 forks source link

feat: multisig join --group arg #782

Closed kentbull closed 6 months ago

kentbull commented 6 months ago

This adds the capability to specify an alias during multisig join. Previously the alias was always set to "test alias" which would cause alias collision problems when doing successive multisig join commands for different identifiers.

kentbull commented 6 months ago

I changed the argument name from --alias to be --group to align with the argument name sent in to self.hby.makeGroupHab.