Ryan Heywood ryan
  • Joined on 2023-05-17
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 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#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 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 closed issue public/icepick#22 2025-02-14 03:44:18 +00:00
Create opinionated tool for multi-stage and multi-machine Icepick workflows
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 opened issue public/icepick#37 2025-02-14 03:42:31 +00:00
Improvements to SD card data transfer workflow
ryan pushed to main at public/icepick 2025-02-14 01:37:32 +00:00
4832300098 spacemesh: derive(Clone) for Cluster
097bacbdea add base support for spacemesh
Compare 2 commits »
ryan pushed to ryansquared/spacemesh at public/icepick 2025-02-14 01:35:05 +00:00
e8965ebcb3 spacemesh: derive(Clone) for Cluster
ryan commented on issue public/icepick#32 2025-02-13 03:12:15 +00:00
When waiting for action, animate "spinner"

The difficult part of this is making Icepick modules not be aware of the context in which they're run, but... icepick-internal already assumes it's running on a machine that has the ability to…

ryan opened issue public/keyfork#79 2025-02-12 05:10:26 +00:00
Handle simulate_response from Solana