Feedback for QVS
- https://qvs.distrust.co/generated-documents/level-2/fixed-location/operator/quorum-entropy-ceremony.html -
git commit -S -m
instead ofgit commit -m -S
, since the message is an argument to-m
.
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