Concordium / concordium-wasm-smart-contracts

Core support for Wasm smart contracts on the Concordium blockchain.
Other
7 stars 2 forks source link

Synchronous contract calls: cargo-concordium #28

Closed abizjak closed 2 years ago

abizjak commented 2 years ago

Task description

With the introduction of V1 contracts cargo-concordium will have to be updated to support their building, testing, and execution.

If feasible we should retain the ability to build and test both v0 and v1 contracts, however if this is too time consuming we should focus on V1 only.

Tasks

abizjak commented 2 years ago

The code changes and documentation in this repo are done. The remaining documentation task is linked from the description.