-
Notifications
You must be signed in to change notification settings - Fork 379
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
Some packages are not recognized on the playground even if they exist #1874
Comments
I realized that the first error msg I was having was because gno was calling my pkg from another repo with a first version of my files that I modified after in my fork. So that problem was solved by reinstalling gno from my fork repo. |
This issue is stale because it has been open 6 months with no activity. Remove stale label or comment or this will be closed in 3 months. |
This issue is due to the fact that currently the playground GnoVM does not know about on-chain packages, and thus cannot use them for testing with |
Description
I added a testfile to the "todolist" realm as asked on the PR #1811 but I have this error msg:
you can find my code on my fork. When I test my realm locally on gnodev, it works as it should.
I tried the same project on playground, I deployed the pkg and realm. The realm works as it should, but when I try realm test file on playground I have this error:
So I tried my code without "seqid" pkg and had this:
@leohhhn tested my code too, and had the same issue, so he asked me to open the issue.
here's the playground link for pkg and realm.
The text was updated successfully, but these errors were encountered: