move icon indicating copy to clipboard operation
move copied to clipboard

Implement the global storage operators (mock-ups).

Open nvjle opened this issue 2 years ago • 0 comments

The compiler has progressed to the point where we will soon need to interface with the Solana data model-- the persistent store as Move calls it. That work has not yet begun and depends on bcs. For the time being, implement mock versions of the global storage operators (e.g., move_to) so that we can start doing wider testing.

These operators are already mentioned in https://github.com/solana-labs/move/issues/75. This issue is slightly different in that we want a short-term way to unit-test global storage operators before we have the ability to connect to an actual Solana ledger (and before we have bcs).

nvjle avatar Jun 11 '23 22:06 nvjle