Ryan Heywood ryan
  • Joined on 2023-05-17
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 commented on issue public/keyfork#79 2025-02-18 07:08:26 +00:00
Handle simulate_response from Solana

done!

ryan closed issue public/keyfork#79 2025-02-18 07:08:26 +00:00
Handle simulate_response from Solana
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 »
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…