odra icon indicating copy to clipboard operation
odra copied to clipboard

Allow for transitive modules using `module_path!` macro.

Open kpob opened this issue 1 year ago • 2 comments

If you are in the examples directory and build Erc20 module by calling ODRA_MODULE=Erc20 cargo build --bin odra_examples_build_contract --target wasm32-unknown-unknown you will get a valid contract, even though the Erc20 is implemented in modules not in examples

kpob avatar Jan 16 '24 15:01 kpob

We change the scope of this task to actually allow transitive modules using full paths.

zie1ony avatar Feb 26 '24 09:02 zie1ony