graph-node
graph-node copied to clipboard
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
Bumps [protobuf-parse](https://github.com/stepancheg/rust-protobuf) from 3.5.0 to 3.6.0. Changelog Sourced from protobuf-parse's changelog. [3.6.0] - 2024-09-30 Fix text format parsing of non-ASCII [3.5.1] - 2024-08-19 Remove deprecated box_pointers lint Commits d7a6aa8 Bump...
Bumps [async-stream](https://github.com/tokio-rs/async-stream) from 0.3.5 to 0.3.6. Release notes Sourced from async-stream's releases. v0.3.6 Fix soundness bugs (#109) Bump MSRV to 1.65 (#109) Commits b0b2f22 Prepare v0.3.6 release (#112) 97d1d3e Fix...
Add json-rpc method for dropping subgraphs. Using this endpoint will remove all the subgraphs for the deployment_id and will delete the underlying data. `docker/bin/drop` is a helper script to use...
### Bug report Hello! `subgraph version: 0.35.1` I see some of our subgraphs stop with the following error logs. The crux is that it stops retrying after 6 seconds! As...
Remove cosmos integration from firehose. The old firehose based integration is no longer working. Cosmos chains should integrate with substreams.
### Bug report It looks like the `--start-block` flag on the `graphman rewind` command isn't working on v0.35.1 This was working fine in previous versions like 0.35.0 I am pasting...
### Bug report Maaaybe connected with #3105 My subgraph stucked on my chain on 4073521 block and I see Index node is trying to resync it constantly (see log output)....
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.69 to 2.0.79. Release notes Sourced from syn's releases. 2.0.79 Fix infinite loop on parsing chained ranges (#1741) Fix panic in parsing use items containing absolute paths...
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.11.0 to 0.12.3. Release notes Sourced from tonic-build's releases. v0.12.3 0.12.3 (2024-08-29) Features server: Added support for grpc max_connection_age (#1865) build: Add #[deprecated] to deprecated client methods...