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.
add a way to generate a temporary public key for use with Solana
Add common aliases for principal accounts and nonce accounts
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
Add ability to specify multiple
--input-file
There's no case where you need to load the two files we have - the account, and the nonce account - in the same workflow.
Add ability to specify multiple
--input-file
Yes, you can still run icepick workflow sol generate-address
and put the entire content in $account_id.json
, and load the entire thing in icepick workflow sol generate-nonce-account
. This…