massa icon indicating copy to clipboard operation
massa copied to clipboard

Add a way for a client to specify operation datastore

Open sydhds opened this issue 2 years ago • 1 comments

Intro

In massa-client, there is currently no way to specify an operation datastore when using the command read_only_smart_contract.

Todo

  • [ ] Find a way to specify key / value (or the entire datastore)
    • [ ] Maybe in 2 ways: by key: value one by one or via a file (but which format?)
  • [ ] Implement this in massa-client, file cmds.rs

sydhds avatar Sep 23 '22 13:09 sydhds

This applies to the following commands from the client:

  • read-only executions
  • sending ExecuteSC operations

damip avatar Sep 23 '22 13:09 damip

I think this will be limited to API access, because allowing the user to specify binary stuff in the REPL is not practical

damip avatar Jun 05 '23 09:06 damip