docs: factual README#58
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Expands the README for the SQD Network worker node into a factual, plainly-written document.
What I confirmed (from the actual files)
Cargo.toml,src/main.rs,src/cli.rs, existingREADME.md): Rust implementation of the SQD Network worker node. Crate namesqd-worker, version 2.12.0, edition 2021. Downloads its assigned data-lake chunks from persistent storage (S3) and serves queries that reference those chunks. Replaces the previous Python version (subsquid/archive.py).src/main.rs,src/cli.rs): joins the network over a libp2p QUIC transport with a peer ID;mainnet/tethysnetworks have default boot nodes and assignment URLs filled in automatically.Cargo.tomldeps:polars,sqd-query,sqd-polars;src/main.rssetsPOLARS_MAX_THREADS): queries run against local data using Polars and the SQD query crate.src/http_server.rs):GET /worker/status,GET /worker/peer-id,GET /metrics(OpenMetrics text).src/cli.rs): documented--data-dir,--prometheus-port(default 8000),--p2p-port/LISTEN_PORT(default 12345),--public-ip,--parallel-queries(20),--concurrent-downloads(3),--query-threads,--assignment-url.rust-toolchain.toml= Rust 1.89;Dockerfile):cargo build --releaseproducestarget/release/sqd-worker; Docker build uses cargo-chef and needsprotobuf-compiler,pkg-config,libssl-dev,libsqlite3-dev.Cargo.toml,LICENSE.md): AGPL-3.0-or-later.Style
No marketing language, no em dashes, "onchain" kept as one word (not used in body), no "ship" verb. Only states what the source files show.
Links (all verified 200)
🤖 Generated with Claude Code