Maksim Dimitrov
Maksim Dimitrov
Signed-off-by: Maksim Dimitrov **Description**: This PR updates HIP-482 after `eth_maxPriotityFeePerGas` was added to the relay by https://github.com/hashgraph/hedera-json-rpc-relay/pull/595. **Related issue(s)**: Fixes https://github.com/hashgraph/hedera-json-rpc-relay/issues/586 **Notes for reviewer**: **Checklist** - [ ] Documented (Code...
### Scope Developing a Vaults V3 Subgraph for Yearn based on the provided requirements. https://hackmd.io/@D4Z1faeARKedWmEygMxDBA/HybD4iTz6#V3-Subgraph-Spech ### 1. **Initial Analysis**: Analysing the data that needs to be indexed by the subgraph....
Trying to open https://thegraph.com/docs/en/firehose/integrate-new-chains/new-blockchains/ or https://thegraph.com/docs/en/firehose/integrate-new-chains/why-integrate-the-firehose/ will result in an error
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue On `init` or `add` the `codegen` command for example is executed as a [`yarn/npm` script](https://github.com/graphprotocol/graph-tooling/blob/main/packages/cli/src/commands/init.ts#L164-L165 ) There...
## What ❔ This PR adds Near DA client using the approach added by https://github.com/matter-labs/zksync-era/pull/2743 proto-based config: ``` da_client: near: evm_provider_url: https://sepolia-rollup.arbitrum.io/rpc rpc_client_url: https://rpc.testnet.near.org blob_contract: blob-store-contract.near bridge_contract: 0x0000000000000000000000000000000000000001 account_id: acount-id.near...
Resolves https://github.com/graphprotocol/graph-node/issues/5513 What this PR does: Introduces an environment variable `GRAPH_STORE_DISABLE_CALL_CACHE` that allows disabling the store call cache. The main motivation is to provide indexers, who use locally hosted RPC...
Resolves https://github.com/graphprotocol/graph-node/issues/4579 What this PR does: 1. Adds a new materialized view `info.table_stats` that aggregates statistics from pg_stats for subgraph entity tables, calculating estimated unique entities, total versions, and uniqueness...
Resolves https://github.com/graphprotocol/graph-node/issues/5470 What this PR does: 1. Exposes (sum of) the deployments table sizes and rows through `SubgraphIndexingStatus`. The data is collected from the `subgraph_sizes` materialized view. 2. Makes the...
When multiple network providers are configured, Graph Node still retries the primary provider indefinitely instead of failing over to secondary providers, when the primary is failing.