Synchronous contract calls: concordium client #108
Labels
[Prio] High
An urgent problem that blocks the system use until the issue is resolved.
[Type] Task
An additional feature or improvement.
Task description
In connection with Concordium/concordium-node#236 concordium-client needs to be updated to support V1 contracts.
The high-level requirements are
There should be a general change in handling module deployment. Previously concordium-client added the module version and took just a wasm file as input. In order to reduce errors this should be changed. cargo-concordium will be changed to output a versioned output.
To support deployment of raw Wasm modules we could still support a
--version
option which would add that version to a raw wasm file before deployment.Sub-tasks
contract invoke
command that requires less input, or more friendly input, from the userThe text was updated successfully, but these errors were encountered: