CosmWasm / sylvia

CosmWasm smart contract framework
Apache License 2.0
90 stars 14 forks source link

Unify multitest modules names #324

Closed jawoznia closed 5 months ago

jawoznia commented 5 months ago

Initially we allowed multiple macro calls (contract and interface) in single modules. To make that possible we had to generate unique module names for Multitest code.

Since #119 all the generated code is generated in sv module and it`s required that the user makes only a single macro call per module.

To simplify API we should rename multitest_utils and test_utils to simply mt module.