Filipe Azevedo
Filipe Azevedo
When using graphman rewind, it will first pause all the subgraphs, then rewind all then resume all. Ideally we would rather have these done in batches and handle errors better...
Panic while rewinding SG ``` thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', store/postgres/src/deployment_store.rs:1340:84 ``` sgd575478,shard_e sgd567407,shard_e sgd677913,shard_a
Upgrade clap to latest version Blocked by rust upgrade - https://github.com/graphprotocol/graph-node/pull/4985
### Bug report Running the graphman rewind command with multiple deployments sgids seems to cause the rewind to happen to some subgraphs repeatedly ### Relevant log output ```Shell ... rewound...
https://thegraph.com/hosted-service/subgraph/harsh9200/pancake-v2-swap-only was raised by Messari today as syncing slowly (30% in one month). It's just putting swaps in the database - we have made a suggestion that they remove the...
Would be great for users to be able to query the status of e2ee encryption (eg enabled/disable) without having to trust providers. I was thinking of something like a status...
I stumbled on some older documentation and it doesn't refer to the right command. It seems g8 will always generate the latest template so the command needs to be updated...
Fixes https://github.com/graphprotocol/graph-node/issues/5225
Fixes https://github.com/graphprotocol/graph-node/issues/3937 - New chain now created with `ChainIdentifier::default()` on start - Adapter genesis+net_version now checked by `ProviderManager` - Adapter checks will be disabled temporarily after an intermittent failure -...