Closing as we have now fully migrated outside of icepick.toml
for workflows.
For reference, this system should help with implementing new workflows, since YAML is a much nicer language for implementing these nested structures in.
--sign
apparently does not sign if a card is not found. extract a looper from wizard to wait for card
--sign
apparently does not sign if a card is not found. extract a looper from wizard to wait for card
Resolved this, avoiding adding conflicting (duplicate) signatures, and avoiding verifying duplicate signatures.
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
--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.
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.