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

feat(keeper): add vm/qpath query #2969

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gfanton
Copy link
Member

@gfanton gfanton commented Oct 17, 2024

This pull request introduces a new query vm/qpaths method to the vmHandler, which provides functionality for retrieving package paths with support for pagination.

UPDATE: This is primarily a proof of concept. We need an effective method to store the package path so we can look it up by prefix without iterating over every path.

add qpath query to list available chain paths

Signed-off-by: gfanton <[email protected]>
@github-actions github-actions bot added 📦 🤖 gnovm Issues or PRs gnovm related 📦 ⛰️ gno.land Issues or PRs gno.land package related labels Oct 17, 2024
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

Attention: Patch coverage is 0% with 58 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
gno.land/pkg/sdk/vm/handler.go 0.00% 32 Missing ⚠️
gnovm/pkg/gnolang/store.go 0.00% 17 Missing ⚠️
gno.land/pkg/sdk/vm/keeper.go 0.00% 9 Missing ⚠️

📢 Thoughts on this report? Let us know!

Signed-off-by: gfanton <[email protected]>
Copy link

This PR is stale because it has been open 3 months with no activity. Remove stale label or comment or this will be closed in 3 months.

@github-actions github-actions bot added Stale and removed Stale labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 ⛰️ gno.land Issues or PRs gno.land package related 📦 🤖 gnovm Issues or PRs gnovm related
Projects
Status: No status
Status: Done
Status: Triage
Development

Successfully merging this pull request may close these issues.

1 participant