concordium-rust-smart-contracts icon indicating copy to clipboard operation
concordium-rust-smart-contracts copied to clipboard

Update examples to use `module_load_output`

Open lassemoldrup opened this issue 1 year ago • 0 comments

Task description

The smart contract examples should be updated so that any time they load the contract under test by manually entering the module output path (e.g. with module_load_v1), they should use module_load_output instead, which automatically gets the path. Note that this should only be done after the required functionality in cargo-concordium (https://github.com/Concordium/concordium-smart-contract-tools/pull/167) is released.

lassemoldrup avatar May 28 '24 09:05 lassemoldrup