Leonardo Yvens
Leonardo Yvens
There are many situations where the `scale` might overflow, while we don't have a configurable context to set its limits, it would be a better default for it to never...
The DB storage of dynamic data sources needs to change to reflect that graph node is now multichain and to fullfill the requirements of file data sources. Dynamic data sources...
It frequently fails on CI with: ``` thread 'merge_fields_not_in_interface' panicked at 'called `Result::unwrap()` on an `Err` value: Unknown(NotFound)', /home/runner/work/graph-node/graph-node/store/test-store/src/store.rs:196:54 ```
An issue affecting the network, which sends queries by block hash, is that graph node will fail if it cannot find the block hash in its block cache. The block...
Handlers running out of gas are currently non-deterministic errors. We decided that the best way to migrate them to deterministic errors is through an api version.
See #3072 for background on causality regions. The current implementation of offchain data sources tries to isolate them by not allowing them to read from the store at all and...
DB setup has been observed to fail in the hosted service with the following error logs: ``` 2022-03-16T19:29:16.264973019Z stderr F thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value:...
Currently entities inserted by an offchain data source are inserted in the block in which the trigger is found. This causes an issue with reverts, since if the block is...
It's a reasonable use case for grafting to add a data source with a start block larger than the graft block. However the recent change to a private data sources...