David Lutterkort
David Lutterkort
If we do this in the config file, I would just make that another property for the provider, something like ``` [chains.matic] shard = "blocks_b" provider = [ .. ]...
> @lutter on the "earliest block", I wonder if that might break some application's assumptions (which might rely on that for example to identify how synced a subgraph is) The...
I just commented in more detail on the RFC; the upshot of my comments is: if this is meant mostly to identify discrepancies between providers, we should think about an...
The error comes from [this line](https://doxygen.postgresql.org/ruleutils_8c_source.html) in the Postgres sources. From PG logs, the query where that happens is ``` select c.column_name::text, c.data_type::text, c.udt_name::text, c.udt_schema::text, e.data_type::text as elem_type from information_schema.columns...
It's not a `graph-node` issue; I've raised that with some external parties, but everybody seems to be stumped as to what causes that.
That's a good idea! For our purposes, I think it would be enough to keep a `HashSet` of the shape hashes of the queries that were successfully validated. We already...
This would also address #1467
I just made a big table to get an overview of what combinations of parent and child types are possible and came up with this: | parent intf | child...
> @lutter the table says that `Song` type (not an interface) can have `media: [Media!]!` where `Media` is an interface. > ... > Can you confirm it's not supported by...
Here's how I think we should try and manage using the same locale for all indexers. We'll probably be stuck on `en_US.UTF-8` because there are fewer indexers that need to...