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

[VM] gno.land/r/gov/dao/v3/impl:0: interface conversion: gnolang.Stmt is *gnolang.AssignStmt, not *gnolang.bodyStmt (code=2) #3824

Open
ajnavarro opened this issue Feb 25, 2025 · 1 comment
Assignees
Labels
🐞 bug Something isn't working 📦 🤖 gnovm Issues or PRs gnovm related

Comments

@ajnavarro
Copy link
Contributor

ajnavarro commented Feb 25, 2025

Description

To reproduce the error:

  • Checkout: d82b013
  • Execute tests on gno.land/r/gov/dao/v3/impl realm

The error is happening when executing the follwing line: https://github.com/gnolang/gno/pull/3389/files#diff-e34f68356086e38455eadfc66cf3877ba9f14072316a7441eb70f7fea6793c9dR61-R64

The specific failing line is: amm.Caller.RemoveInvitationPoint() at prop_requests.gno, line 66

@ajnavarro
Copy link
Contributor Author

More info about this error: The var amm.Caller was nil. We must improve errors output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working 📦 🤖 gnovm Issues or PRs gnovm related
Projects
Development

No branches or pull requests

3 participants