Ryan Heywood ryan
  • Joined on 2023-05-17
ryan pushed to feat/blog at public/website 2025-03-23 02:38:36 +00:00
a8db81311b fix weird whiteness quirk
ryan pushed to main at public/website 2025-03-23 01:28:31 +00:00
e47aef5b74 use padding insead of adjusting height for text
ryan pushed to main at public/website 2025-03-23 00:17:45 +00:00
7e91d45cde add open source messaging
8e34a219ec copy update
82f761eaad rename roadmap to software
Compare 3 commits »
ryan pushed to feat/blog at public/website 2025-03-23 00:16:36 +00:00
f59d20d9ef fix shifting things, fix links, add automatic read time
ryan commented on issue public/docs#57 2025-03-22 23:34:17 +00:00
Feedback for QVS
ryan opened issue public/docs#57 2025-03-22 23:33:33 +00:00
Feedback for QVS
ryan pushed to main at public/docs 2025-03-03 04:24:54 +00:00
02e3efb7d5 add specialized docs for PYTH, SEDA, KYVE proposer and broadcast
ryan pushed to main at public/docs 2025-03-01 03:55:19 +00:00
68f43256d3 clarify more proposer flags
ryan pushed to main at public/docs 2025-03-01 00:57:51 +00:00
02e7cc985f add KYVE and SEDA examples
ryan pushed to main at public/docs 2025-02-28 22:40:52 +00:00
349a053d2d keyfork is no longer necessary to make solana nonce
f77670fddb cosmos uses account_info.json instead of nonce.json
Compare 2 commits »
ryan commented on issue public/icepick#34 2025-02-28 10:12:22 +00:00
add a way to generate a temporary public key for use with Solana

No longer relies on detaching Keyfork. Just generated the key alongside the nonce pubkey, and spoofed the addition of derived subkeys in the signer payload.

ryan closed issue public/icepick#34 2025-02-28 10:12:22 +00:00
add a way to generate a temporary public key for use with Solana
ryan pushed to main at public/icepick 2025-02-28 09:31:31 +00:00
adf1e68006 icepick workflow: fix handling aliases in JSON inputs
f8f33a72ed icepick workflow sol generate-nonce-account: bypass keyfork for keygen
Compare 2 commits »
ryan pushed to main at public/icepick 2025-02-27 22:41:30 +00:00
d3165929fa icepick workflow cosmos transfer: add --gas-factor
ryan pushed to main at public/keyfork 2025-02-27 05:28:33 +00:00
020fa4d25e keyfork: remove sneaky space in Cargo.toml
ryan pushed to main at public/docs 2025-02-27 00:35:42 +00:00
2437eac516 remove extra steps and fix commands
9b2eb36cbe add cosmos docs and clean up
Compare 2 commits »
ryan pushed to main at public/icepick 2025-02-27 00:17:19 +00:00
3d14a34321 icepick workflow sol generate-nonce-account: export address, not account
ryan pushed to main at public/icepick 2025-02-27 00:08:31 +00:00
719f695d3a add aliases for solana workflow generate-nonce-account
ryan opened issue public/icepick#41 2025-02-26 23:51:17 +00:00
Add common aliases for principal accounts and nonce accounts
ryan commented on issue public/icepick#34 2025-02-26 23:38:07 +00:00
add a way to generate a temporary public key for use with Solana

Oh, we also need to specify the fee payer in nonce account creation.

this was resolved