Marc-André Dumas
Marc-André Dumas
### Description Proto-danksharding is slated for deployment on the Ethereum mainnet in March, following its successful implementation on test networks. The primary focus of EIP-4844 has been on Layer 2...
Indexer-service presently does not validate the responses from graph-node and forwards them directly to the gateways. The gateway will run its own validation and may find errors in the response...
If I interpret the wording from the notion guide (https://www.notion.so/Graph-Network-Token-Lock-Contract-Guide-30992eea5f4b47c8b4c6ff7a9bc56a41) correctly, in order to be able to withdraw your gains from indexing rewards, rebate rewards or query rewards from the...
### Bug report A subgraph-powerered-subgraph that fails with a deterministic error is not properly handled by graph-node. It should detect the error, and report the subgraph as "failed" in a...
If a subgraph ipfs cannot be resolved, the agent reconciliation will be blocked indefinitely, preventing the reconciliation of actions (queue, reallocation, etc.). Proper behavior would be to eventually timeout or...
This change significantly improves the performance of rule matching operations by implementing a Map-based lookup system. Previously, each deployment required a linear search through all rules, resulting in O(n*m) complexity...
### Bug report After the graphman command `change-shard` is used to move a chain NNN to a different shard, graph-node complains on start with the error `the chain NNN is...
### Bug report For a duplicated subgraph, say sgdXXX and sgdYYY, attempting to rewind a specific deployment sgdXXX will result with: - sgdXXX is paused - sgdYYY is rewound -...
### Description Copying a subgraph at a specific block height would allow for an elegant alternative to rewinds when a divergence is identified in a subgraph. Proposed workflow 1 -...
### Description A number of recent network dispute cast a doubt on the parameters used for POI generated (epoch, block number, presence of determinism error). Currently, graph-node does not log...