nodeset-org / hyperdrive

Hyperdrive is the management system for NodeSet node operators.
GNU Affero General Public License v3.0
9 stars 5 forks source link

Automatically initialize enabled module wallets when initializing the node wallet #23

Closed VVander closed 9 months ago

VVander commented 9 months ago

Currently, users have to first initialize the node wallet, then issue a second command to initialize a module wallet. It would be kinder UX to ask during node wallet initialization if the user wants to initialize all the enabled modules as well.

jclapis commented 9 months ago

Fixed in https://github.com/nodeset-org/hyperdrive/commit/1015464885be2932c04bb6747f9c33565af4e318, but bear in mind that the list of stuff to do with service start or wallet init is going to get more and more dense as we add more modules.