Implemented. Instead of - type: either
, we instead have added the aliases:
field. That way, it doesn't have to be an enum. Avoids complexity.
--input-file
this is less pressing than i thought it would be. we don't need the nonce address on the offline machine, and we don't need the payer on the online machine.
--input-file
this has been resolved by restructuring how messages are created. now, the payer is always set to either a specified payer, or the first derived or provided key.
This was intended for icepick, not keyfork. Disregard.
Additional bonus: adding the ability to have multiple arguments means we can specify address
, pubkey
, and authorization_address
for something like `icepick workflow sol generate-nonce-account…
--input-file
keyfork mnemonic generate --encrypt-to-self
to name the encrypted file, automagically default name certificate based on fp
I assume this actually means having the default certificate name for --encrypt-to-self
to be the fingerprint instead of whatever it currently is. Currently, the certificate is the default…