add a way to generate a temporary public key for use with Solana #34
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/icepick#34
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Relies on detaching Keyfork key derivation from Icepick into its own module. We'll also probably need the WIP ed25519 public key system from Spacemesh's code. Then, we need to combine that with the signing keys generated in the "create nonce account" operation, and pass both of them to the transaction signer.
Oh, we also need to specify the fee payer in nonce account creation.