Leonardo Yvens

Results 118 comments of Leonardo Yvens

Settings offsets is not the most convenient API and we need good pagination support, connections seem like a good model to follow. > offsets from start or end, which likely...

@Arachnid I see. Though that seems to be more a concern of implementation than of graphql interface. We could do a good implementation of graphql offsets that doesn't use `OFFSET`,...

Lets use [object-store](https://crates.io/crates/object_store), instead of `cloud-storage`, it supports multiple cloud providers and very importantly supports local files.

What if we left `GasMetrics` as it was, since those Prometheus metrics may be useful for other purposes. And then added this new collector under the `BlockState`? From a Rust...

I don't know if one file per block will be ok or not, but we can move forward with this and evaluate after testing a bit in real-life scenarios.

I tried this on a canary build in studio and it resolved some of the `no chain head update for 30 seconds, polling for update` logs, which is a great...

Try a lot of RAM. 32 GB or even 48 GB.

Thanks for reporting back, closing as resolved.

Try configuring the header by using a config file https://github.com/graphprotocol/graph-node/blob/master/docs/config.md#configuring-ethereum-providers

Apologies I misread, I don't believe we have this config for IPFS.