Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 36 forks source link

Add support for loading the contract module under test #431

Closed lassemoldrup closed 3 months ago

lassemoldrup commented 3 months ago

Purpose

Closes #383. Depends on https://github.com/Concordium/concordium-smart-contract-tools/pull/167.

Changes

Reads the environment variable set by cargo-concordium though the convenience function module_load_output. This also means that the user needs to update cargo-concordium.

Checklist