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

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.3 to 0.10.4. Changelog Sourced from itertools's changelog. 0.10.4 Add EitherOrBoth::or and EitherOrBoth::or_else (#593) Add min_set, max_set et al. (#613, #323) Use either/use_std (#628) Documentation fixes (#612,...

dependencies
rust

Bumps [tonic](https://github.com/hyperium/tonic) from 0.7.1 to 0.8.1. Changelog Sourced from tonic's changelog. 0.8.1 (2022-09-07) Features transport: Expose hyper's H2 adaptive window on server (#1071) (919d28b) Reduce the amount of monomorphized code....

dependencies
rust

Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.1 to 0.13.2. Changelog Sourced from prometheus's changelog. 0.13.2 Bug fix: Fix compilation on 32-bit targets (#446) Commits 4e552ee prometheus: release 0.13.2 (#457) 5ca37fe process_collector: fix compilation...

dependencies
rust

Right now, when `graph-node` starts, it does some checks against each RPC endpoint; if those checks fail or time out, `graph-node` will mark the chain as not working and not...

See [this commit](https://github.com/graphprotocol/graph-node/commit/2c8173c5d7f7ea139bc5288a947f2782608a2e08) for a reproduction example. It exposes a few causes that seem to be conspiring: 1. The log below can be obtained by running the example with h2...

Bumps [tower-test](https://github.com/tower-rs/tower) from `ee82628` to `c5632a2`. Commits c5632a2 docs(tower): moved docs from private tower::util::boxed module (#684) 4362dfc retry: Extend Policy trait documentation (#690) b12f148 retry: Add generic backoff utilities (#685)...

dependencies
rust

Hello, what would be the recommended ec2 instance type and size to run graph-node? Should one go for balanced/compute optimised/memory optimised?

All database interactions going through Diesel are synchronous, even though most of them happen within tokio's cooperative multitasking framework. That means that long-running db interactions will block the tokio worker...

Stale

Official announcement: https://diesel.rs/news/2_0_0_release.html Changelog: https://diesel.rs/changelog.html Migration guide: https://diesel.rs/guides/migration_guide.html Migrating to Diesel 2.0.0 is desirable because we'd enjoy support for the latest features, as well as up-to-date community examples and guides....

chore
code quality