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

gnovm: support for /internal/ subfolders #2190

Open
moul opened this issue May 25, 2024 · 0 comments
Open

gnovm: support for /internal/ subfolders #2190

moul opened this issue May 25, 2024 · 0 comments
Labels
help wanted Want to contribute? We recommend these issues.

Comments

@moul
Copy link
Member

moul commented May 25, 2024

We need an equivalent of Go's /internal/ feature in Gno, where an internal path can only be imported by its parent folders.

Details

  • Internal Path: Should only be importable by the parent folder.
  • Chain Calls: Should be callable by the chain from GnoSDK.
  • maketx call: Still undecided if maketx call should be allowed to call internal packages (currently leaning towards no).
  • Read-Only Support: Should support read-only reading with q_eval.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Want to contribute? We recommend these issues.
Projects
Status: 📥 Inbox
Status: Backlog
Development

No branches or pull requests

3 participants