Develop processes for different device usage #6
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Total Time Spent: 13 minutes 44 seconds
Due Date
anton
13 minutes 44 seconds
No due date set.
Dependencies
No dependencies set.
Reference: public/docs#6
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?
Start by documenting the end to end flow for Ronin.
There is a challenge with SOL transactions because they are only valid for 250 blocks from the hash which was used to generate the tx. Solana processes 2.5 blocks a second, which means we have a 100 second window to get a tx to the SCIF for signing, and bringing it back to broadcast.
There are two paths:
Derive SOL key in SCIF and transfer it to hot room for transaction hosting
Have a way to generate a tx in the hot room, get it into the SCIF on an SD card, sign it, get the signed tx out of the SCIF and back to the hot room, and broadcast it (while maintaining SCIF frequency protection in tact)
Develop Playbooks for Each Token and Storage Typeto Develop processes for different device usage