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

Cannot handle a canister without WASM #117

Open
vporton opened this issue Aug 15, 2024 · 2 comments
Open

Cannot handle a canister without WASM #117

vporton opened this issue Aug 15, 2024 · 2 comments

Comments

@vporton
Copy link

vporton commented Aug 15, 2024

It seems that agent.update_raw(counter, "increase", encode([])) executes infinitely long, if WASM in counter canister is yet uninistalled (even, if it is installed in the future).

@vporton
Copy link
Author

vporton commented Aug 15, 2024

even, if it is installed in the future

This seems not properly checked.

@vporton
Copy link
Author

vporton commented Aug 20, 2024

It seems to execute infinitely long, even if WASM code is added later. Instead, it should raise an exception.

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