Ryan Heywood ryan
  • Joined on 2023-05-17
ryan commented on issue public/keyfork#74 2025-02-20 02:07:40 +00:00
Add key touch policies to openpgp-card provisioners

Done.

ryan commented on issue public/keyfork#73 2025-02-20 02:07:35 +00:00
Skip needing identifier for provisioner during keyfork mnemonic generate

Implemented. Identifiers are only needed if the count doesn't equal the amount of plugged in smartcards.

ryan closed issue public/keyfork#73 2025-02-20 02:07:35 +00:00
Skip needing identifier for provisioner during keyfork mnemonic generate
ryan pushed to main at public/docs 2025-02-20 02:04:04 +00:00
950a078f4e openpgp-setup: mnemonic generator now automatically makes fingerprint names and touch policies
f317310d4c editorconfig: our markdown config should use tabs
Compare 2 commits »
ryan pushed to main at public/keyfork 2025-02-20 01:36:25 +00:00
723194fdd7 keyfork mnemonic generate: userid equivalency, rename provisioner cert_output to output
db19b30bfe keyfork mnemonic generate: feedback improvements
0243212c80 keyfork-prompt: clear terminal before leaving alt screen; fixes linux terminal
Compare 3 commits »
ryan commented on issue public/icepick#29 2025-02-18 08:13:24 +00:00
Use build.rs-generated YAML file for configuring workflows

Closing as we have now fully migrated outside of icepick.toml for workflows.

ryan closed issue public/icepick#29 2025-02-18 08:13:24 +00:00
Use build.rs-generated YAML file for configuring workflows
ryan commented on issue public/icepick#29 2025-02-18 08:13:09 +00:00
Use build.rs-generated YAML file for configuring workflows

For reference, this system should help with implementing new workflows, since YAML is a much nicer language for implementing these nested structures in.

ryan closed issue public/icepick#36 2025-02-18 08:12:05 +00:00
--sign apparently does not sign if a card is not found. extract a looper from wizard to wait for card
ryan commented on issue public/icepick#36 2025-02-18 08:12:05 +00:00
--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.

ryan closed issue public/icepick#35 2025-02-18 07:10:12 +00:00
allow alternative inputs in workflow
ryan commented on issue public/icepick#35 2025-02-18 07:10:12 +00:00
allow alternative inputs in workflow

Implemented. Instead of - type: either, we instead have added the aliases: field. That way, it doesn't have to be an enum. Avoids complexity.

ryan commented on issue public/icepick#38 2025-02-18 07:09:23 +00:00
Add ability to specify multiple --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.

ryan closed issue public/icepick#38 2025-02-18 07:09:23 +00:00
Add ability to specify multiple --input-file
ryan closed issue public/keyfork#79 2025-02-18 07:08:26 +00:00
Handle simulate_response from Solana
ryan commented on issue public/keyfork#79 2025-02-18 07:08:26 +00:00
Handle simulate_response from Solana

done!

ryan commented on issue public/icepick#40 2025-02-18 07:07:46 +00:00
Solana nonce account creation has a nondeterministic fee payer

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.

ryan closed issue public/icepick#40 2025-02-18 07:07:46 +00:00
Solana nonce account creation has a nondeterministic fee payer
ryan merged pull request public/icepick#39 2025-02-18 06:13:20 +00:00
refactor main config file from toml to yaml
ryan pushed to main at public/icepick 2025-02-18 06:13:19 +00:00
3e9490644a add descriptions for newly added workflows
79cef4d01a Merge branch 'anton/refactor-toml-to-yaml'
af9babe526 add descriptions for workflows and inputs
25e8f9d6ee move workflows into individual files
42b6b6ad4e refactor main config file from toml to yaml
Compare 5 commits »