graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL

Results 604 graph-node issues
Sort by recently updated
recently updated
newest added

This PR replaces the https://github.com/graphprotocol/graph-node/pull/5692. The original PR cannot be rebased because of the signed-commit requirement.

### Bug report Deploying a subgraph to the studio with an event listed in the manifest but its handler not defined in the mapping file causes it to fail at...

bug
Stale

### Description In the light of https://github.com/graphprotocol/graph-node/pull/5704, apply the same thing for Substreams Data Source. ### Are you aware of any blockers that must be resolved before implementing this feature?...

enhancement
Stale

Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.3 to 0.12.4. Changelog Sourced from parking_lot's changelog. parking_lot - 0.12.4 - 2025-05-29 Fix parked upgraders potentially not being woken up after a write lock Fix clearing...

dependencies
rust

Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.4 to 0.14.0. Changelog Sourced from prometheus's changelog. 0.14.0 API change: Use AsRef<str> for owned label values (#537) Improvement: Hashing improvements (#532) Dependency upgrade: Update hyper to...

dependencies
rust

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.8 to 0.10.9. Commits 82c36a4 sha2: add soft-compact backend (backport of #686) (#687) c1e85ae ci: remove pre-1.56 jobs and other fixes (#688) a667dd9 skein: fix implementation for...

dependencies
rust

Bumps [semver](https://github.com/dtolnay/semver) from 1.0.23 to 1.0.26. Release notes Sourced from semver's releases. 1.0.26 Documentation improvements 1.0.25 Enable serde impls on play.rust-lang.org (#330, thanks @​jofas) 1.0.24 Optimize Ord impls for semver::Prerelease...

dependencies
rust

Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.21.3 to 0.30.0. Changelog Sourced from secp256k1's changelog. 0.30.0 - 2024-10-08 Allow signing variable-length messages #706 Bump MSRV to 1.63 #709 Deprecate Message::from_digest_slice in favor of Message::from_digest...

dependencies
rust

Bumps [humantime](https://github.com/chronotope/humantime) from 2.1.0 to 2.2.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=humantime&package-manager=cargo&previous-version=2.1.0&new-version=2.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
rust

Hey guys, I'm using a self-deployed graph-node connected to a custom chain. All works well, but its running out of storage quickly and I suspect there might be unused subgraph...