Ryan Heywood ryan
  • Joined on 2023-05-17
ryan opened issue public/icepick#40 2025-02-17 08:45:31 +00:00
Solana nonce account creation has a nondeterministic fee payer
ryan closed issue public/keyfork#71 2025-02-17 08:44:46 +00:00
Solana nonce account creation has a nondeterministic fee payer
ryan commented on issue public/keyfork#71 2025-02-17 08:44:45 +00:00
Solana nonce account creation has a nondeterministic fee payer

This was intended for icepick, not keyfork. Disregard.

ryan merged pull request public/airgap#41 2025-02-17 07:59:59 +00:00
remove duplicate import and fix as casing
ryan pushed to main at public/airgap 2025-02-17 07:59:57 +00:00
9f93bebd6a Merge branch 'anton/fix-containerfile'
7f5d3a6275 remove duplicate import and fix as casing
Compare 2 commits »
ryan merged pull request public/airgap#40 2025-02-17 07:19:43 +00:00
Set kernel log level to 3
ryan pushed to main at public/airgap 2025-02-17 07:19:41 +00:00
89ada7e795 Merge branch 'anton/set-kernel-log-level'
4fa6761729 set kernel log level to 3
Compare 2 commits »
ryan commented on issue public/icepick#29 2025-02-14 04:52:55 +00:00
Use build.rs-generated YAML file for configuring workflows

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…

ryan opened issue public/icepick#38 2025-02-14 04:51:16 +00:00
Add ability to specify multiple --input-file
ryan commented on issue public/keyfork#77 2025-02-14 04:00:00 +00:00
Restructure 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…

ryan commented on issue public/keyfork#76 2025-02-14 03:57:06 +00:00
Ask user if they wish to create additional smartcards with keyfork mnemonic generate --provision openpgp-card

Closed by #73. --provision openpgp-card,count=$count covers this, and will actually work when #73 is resolved.

ryan closed issue public/keyfork#76 2025-02-14 03:57:06 +00:00
Ask user if they wish to create additional smartcards with keyfork mnemonic generate --provision openpgp-card
ryan commented on issue public/keyfork#77 2025-02-14 03:54:52 +00:00
Restructure keyfork mnemonic generate --encrypt-to-self to name the encrypted file, automagically default name certificate based on fp

This is automatic when doing --encrypt-to-self. We can have --provision have a mandatory output option for public keys that implies encrypt-to-self.

ryan closed issue public/keyfork#78 2025-02-14 03:51:27 +00:00
Have keyfork assume KEYFORK_PROMPT_TYPE=headless when receiving stdin via pipe
ryan commented on issue public/keyfork#78 2025-02-14 03:51:20 +00:00
Have keyfork assume KEYFORK_PROMPT_TYPE=headless when receiving stdin via pipe

This removes the ability to enter PINs or other input. There's a reason this functionality accesses the raw terminal when standard input is blocked, and we only default to headless when stderr is…

ryan commented on issue public/keyfork#79 2025-02-14 03:46:50 +00:00
Handle simulate_response from Solana

oh shoot this should be in icepick

ryan commented on issue public/icepick#14 2025-02-14 03:45:05 +00:00
Tracker for CLI improvements

Workflows replace the short and long addresses by having everything be long addresses. Options are marked as required by their description.

ryan closed issue public/icepick#14 2025-02-14 03:45:05 +00:00
Tracker for CLI improvements
ryan commented on issue public/icepick#22 2025-02-14 03:44:18 +00:00
Create opinionated tool for multi-stage and multi-machine Icepick workflows

Icepick Workflow is now pretty well implemented.

ryan closed issue public/icepick#22 2025-02-14 03:44:18 +00:00
Create opinionated tool for multi-stage and multi-machine Icepick workflows