Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test harness for testing composition #9

Closed
ethanfrey opened this issue Jun 16, 2020 · 0 comments · Fixed by #134
Closed

Test harness for testing composition #9

ethanfrey opened this issue Jun 16, 2020 · 0 comments · Fixed by #134
Milestone

Comments

@ethanfrey
Copy link
Member

This implements what was described in CosmWasm/cosmwasm#90 and CosmWasm/cosmwasm#101.

Basically a minimal runtime in rust that can execute multiple contracts. Ideally allowing unit-tests to call other modules and mocks for native modules. This needs a bank contract for basic functionality as well as a way to dynamically dispatch to arbitrary contracts.

@ethanfrey ethanfrey mentioned this issue Oct 16, 2020
3 tasks
@ethanfrey ethanfrey added this to the v0.4.0 milestone Nov 4, 2020
peara pushed a commit to peara/cw-plus that referenced this issue Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant