Ryan Heywood ryan
  • Joined on 2023-05-17
ryan commented on pull request public/docs#47 2025-01-29 14:01:56 +00:00
add doc for decrypting namespace secret

sq decrypt --recipient-file secret_key < encrypted.asc --output decrypted

ryan commented on pull request public/docs#47 2025-01-29 14:01:56 +00:00
add doc for decrypting namespace secret

keyfork derive openpgp > secret_key.asc

ryan commented on pull request public/docs#46 2025-01-29 12:52:22 +00:00
add doc for encrypting wallet to namespace

sq encrypt --for-file cert.asc <secret_file> --output encrypted.asc. no need to import in gpg.

ryan commented on pull request public/docs#45 2025-01-29 12:46:52 +00:00
add instructions for generating encryption keys

I think in this case it would be reasonable for us to extend the generate-shard-secret wizard, since generating keys is out of scope for keyfork mnemonic generate, and is only used for…

ryan commented on pull request public/docs#45 2025-01-29 12:33:25 +00:00
add instructions for generating encryption keys

they would need to do the old flow of recover the mnemonic, derive the key, and extract the certificate. mnemonic generate is for the sole purpose of generating a mnemonic and creating backups of that mnemonic, not for generating storage encryption keys of the mnemonic. the fact --encrypt-to-self does so is a requirement of GnuPG and is considered a hack.

ryan pushed to main at public/docs 2025-01-29 01:01:35 +00:00
bd3cc8c118 qvs: update docs prior to meeting
ryan pushed to main at public/docs 2025-01-29 00:16:23 +00:00
695421bdbe qvs: fix TODOs, fix invalid commands or TODO commands
ryan opened issue public/docs#40 2025-01-28 22:59:00 +00:00
keyfork recover encrypted-mnemonic
ryan pushed to main at public/docs 2025-01-28 15:20:23 +00:00
ec9d74214b Makefile: fix deps for qvs
ryan pushed to main at public/docs 2025-01-28 15:17:04 +00:00
2bd8b76fb7 qvs: move to single container
ryan closed issue public/keyfork#61 2025-01-27 17:01:09 +00:00
Quick sharding mnemonics without a wizard
ryan commented on issue public/keyfork#61 2025-01-27 17:01:09 +00:00
Quick sharding mnemonics without a wizard

Closed by: c232828290

ryan pushed to main at public/keyfork 2025-01-27 17:00:39 +00:00
c232828290 superpower `keyfork mnemonic generate`
ryan opened issue public/icepick#30 2025-01-26 20:07:34 +00:00
OpenPGP validated workflow inputs
ryan pushed to main at public/icepick 2025-01-25 08:24:29 +00:00
2ed1e64db8 icepick workflow cosmos {stake,withdraw}; icepick cosmos {get-delegation,get-validators}
611aad6665 fixup icepick workflow argument requirements
e31690439f icepick: add optional arguments to workflows
a32fc17e2c begin migration from icepick.toml for workflows to workflows.yaml
Compare 4 commits »
ryan pushed to main at public/keyfork 2025-01-24 13:17:30 +00:00
8756c3d233 keyfork wizard generate-shard-secret: allow exporting certificates and cross-sign generated keys
c95ed0b729 keyfork shard metadata: initial commit
Compare 2 commits »
ryan merged pull request public/website#14 2025-01-23 08:13:30 +00:00
WIP: begin migration towards sexy looking homepage
ryan pushed to main at public/website 2025-01-23 08:13:29 +00:00
1bc67ea96a allow zooming in on mobile
c2dad595b3 fix background for menu on mobile
33005b251c shorten layout between segments, fix spacing on buttons
fbfb421243 fix headers across site
d60c8cd1b8 make left side of nav flex
Compare 7 commits »
ryan pushed to main at public/icepick 2025-01-23 03:14:04 +00:00
a473f74417 icepick: better error handling
ryan opened issue public/icepick#29 2025-01-23 03:11:33 +00:00
Use build.rs-generated YAML file for configuring workflows