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

Add wasmvm.GoAPI field to the keeper structure #38

Closed
da1suk8 opened this issue Apr 26, 2023 · 1 comment
Closed

Add wasmvm.GoAPI field to the keeper structure #38

da1suk8 opened this issue Apr 26, 2023 · 1 comment
Assignees

Comments

@da1suk8
Copy link
Member

da1suk8 commented Apr 26, 2023

The method #36 cannot be executed in x/wasm alone, because it uses the x/wasmplus functionality within x/wasm.

Then, instead of pluskeeper, which was added in #36, add an interface of wasmvm.GoAPI to the structure of keeper.
This allows the implementation of this interface to freely change the contents of the API.

@da1suk8 da1suk8 changed the title Add wasmvm.GoAPI field to the keeper structure Add 'wasmvm.GoAPI' field to the keeper structure Apr 26, 2023
@da1suk8 da1suk8 changed the title Add 'wasmvm.GoAPI' field to the keeper structure Add wasmvm.GoAPI field to the keeper structure Apr 26, 2023
@da1suk8 da1suk8 self-assigned this Apr 26, 2023
@da1suk8
Copy link
Member Author

da1suk8 commented May 8, 2023

Closed via #41

@da1suk8 da1suk8 closed this as completed May 8, 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

No branches or pull requests

1 participant