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

[bug] Check the module is exist before execute the view function #1004

Closed
jolestar opened this issue Oct 19, 2023 · 1 comment · Fixed by #1700
Closed

[bug] Check the module is exist before execute the view function #1004

jolestar opened this issue Oct 19, 2023 · 1 comment · Fixed by #1700
Assignees
Labels
area::move-language Move language relative issue, verifier,prover,VM bug Something isn't working help wanted Extra attention is needed skill::rust Need the rust language skill to complete the issue
Milestone

Comments

@jolestar
Copy link
Contributor

rooch move view --function 0x3::noexist_module::noexist_function
{
  "vm_status": {
    "Error": "1081"
  },
  "return_values": null
}
@jolestar jolestar added bug Something isn't working help wanted Extra attention is needed area::move-language Move language relative issue, verifier,prover,VM skill::rust Need the rust language skill to complete the issue labels Oct 19, 2023
@jolestar jolestar added this to the Rooch v0.3 milestone Oct 19, 2023
@jolestar jolestar added this to Rooch Oct 19, 2023
@WGB5445
Copy link
Collaborator

WGB5445 commented Oct 22, 2023

🙋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area::move-language Move language relative issue, verifier,prover,VM bug Something isn't working help wanted Extra attention is needed skill::rust Need the rust language skill to complete the issue
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants