graphprotocol / graphprotocol/graph-node

Skip block pointer updates when there are no triggers

オープン
#3,028 コメント 8 件 リアクション 0 件 担当者 1 名 GitHub で見る

@evaporei がすでに取り組んでいます。

2021年12月2日 から。

主要言語
Rust
スター
3.2k
フォーク
1.1k
平均マージ
4日 1時間
マージ済み PR(30日)
1

説明

When Graph Node is using a Firehose for indexing, it updates the block pointer for every block. This is a time-consuming step, and is likely a significant contributor to sync time. This could be optimised by updating this periodically during syncing (per x blocks / per amount of time?)

  • Implementation
  • Testing
  • Refactor instance_manager.rs (moved to #3224 )

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。