Support SD card import/export #7
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Blocks
#10 Sol and SPL-Token Transfer
public/icepick
Reference: public/icepick#7
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?
Should have standalone support for importing and exporting files to SD card as a standalone CLI function, complete with smart detect/mount/unmount.
Also support this functionality as a crate so it can be built-in to hybrid online/offline workflows such as:
Note: currently, it is expected that either the transaction is generated online and then blindly signed offline, or the transaction is generated and signed offline. It may be useful to either parse a transaction and verify all the variables included, offline; or, to store the operation+values part of the request and pass that through using some secret icepick thing? Maybe have an icepick
--output-command
instead of running the module?