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.

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.

Project coverage is 61.08%. Comparing base (641d2fd) to head (e229c92).
Report is 1 commits behind head on master.

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 ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2969      +/-   ##
==========================================
- Coverage   61.11%   61.08%   -0.04%     
==========================================
  Files         565      565              
  Lines       75396    75454      +58     
==========================================
+ Hits        46082    46088       +6     
- Misses      25947    26000      +53     
+ Partials     3367     3366       -1     
Flag Coverage Δ
contribs/gnodev 61.46% <ø> (ø)
contribs/gnofaucet 15.31% <ø> (+0.85%) ⬆️
gno.land 67.34% <0.00%> (-0.60%) ⬇️
gnovm 66.13% <0.00%> (-0.05%) ⬇️
misc/genstd 80.54% <ø> (ø)
misc/logos 20.23% <ø> (+0.35%) ⬆️
tm2 62.12% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: gfanton <[email protected]>
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: Agenda
Development

Successfully merging this pull request may close these issues.

1 participant