-
Notifications
You must be signed in to change notification settings - Fork 52
Add envio data command for querying raw blockchain data
#1254
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
Open
DZakh
wants to merge
30
commits into
main
Choose a base branch
from
claude/amazing-thompson-IzI1M
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
922b2b3
Add `envio data` CLI for raw HyperSync queries
claude 86b07a4
envio data: switch --where to JSON5, drop HyperSync from user copy
claude 2b32768
envio data: use native hypersync_client for EVM queries
claude 4d3ee6e
Remove Fuel support from envio data, use end-to-end integration tests
claude bbf08b5
Clean up review feedback
claude cddad45
Replace mapping table and field accessors with Arrow + strum
claude 5735b50
Address review: exact error snapshots, .env token loading, revert use…
claude 37a2cde
Case-insensitive field lookup: accept camelCase, snake_case, UPPER, etc.
claude 30f7e04
Full-message assertions, concise skill, CLAUDE.md no-contains rule
claude 55ae083
Fix quantity rendering, operator merging, trim integration tests
claude 6ffa229
Show full stdout + stderr in integration test failures
claude b41c66b
Snapshot full stdout in integration tests
claude b36e910
Rename TOON height header to knownHeight, assert full stderr in tests
claude 06fd192
Fix clippy lints in data::mapping
claude 7f5bf0b
Fix doctest failures: mark Data clap help code blocks as `text`
claude 7777822
Use inline backticks for Data clap help examples
claude 6b565a6
Add bash language tag to SKILL.md synopsis fence
claude 78db141
Make column_format match exhaustive; trim pagination output
claude 25781b9
Distinguish chain-head from mid-range pagination output
claude 6a1a665
Render knownHeight as a scalar TOON value
claude 84f6cb2
Mention transactions in envio-data SKILL description
claude 56f59b7
Tighten envio-data SKILL field/where notes
claude 263e4d8
Trim envio-data SKILL intro and cross-link from indexer-testing
claude 274e45d
Apply code-review quality cleanups across the data subcommand
claude 7e8d6de
Split data tests from hypersync health check via separate features
claude 6831592
Run envio data integration tests in the normal cargo test flow
claude 5edd5cb
Merge branch 'main' into claude/amazing-thompson-IzI1M
DZakh 38961ae
Support client-side filtering and comparison operators in --where (#1…
DZakh 47320f7
Support block-only selections and block.number set filters (#1277)
DZakh dedd179
envio data: preserve field casing in TOON, trim block.number page hin…
DZakh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use consistent heading increments in new sections.
These
######headings skip levels and trigger markdownlintMD001. Please change them to the next expected level (e.g.,###) to keep heading structure valid.Also applies to: 443-443, 456-456, 468-468
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 404-404: Heading levels should only increment by one level at a time
Expected: h3; Actual: h6
(MD001, heading-increment)
🤖 Prompt for AI Agents