This PR is a part of #273 and switches how to do dynamic link and validate interfaces for other contracts. After merging this, the GetContractEnv and the GetWasmerModule APIs will not be used in the wasm module.
This PR also improves some contracts used by integration tests.
Types of changes
[x] Bug fix (changes which fixes an issue)
[ ] New feature (changes which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality not to work as expected)
Description
This PR is a part of #273 and switches how to do dynamic link and validate interfaces for other contracts. After merging this, the
GetContractEnv
and theGetWasmerModule
APIs will not be used in the wasm module. This PR also improves some contracts used by integration tests.Types of changes
Checklist