Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Goal: Validator Monitoring

オープン
#443 コメント 17 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
20/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
go

調査の方向性

Start by reviewing the CometBFT data-structures documentation and the dependency on kwil-db issue #995, then inspect the linked instrumentation and validator-monitoring issues (#573, #575, #583, and #584). Done requires defining whether this goal covers an API only, a metrics pipeline, visualization, or a combination of them.

索引モデルが issue の本文から書いたものです。

説明

type: goal

Objective

Assess the participation of validators (node operators) in the network during normal operations.

Description

For example, a visual representation of this could be a graph showing how many blocks a day a certain operator was also supporting the network.

The mechanism includes a node's signature that gets validated, and then the indexer exposes its public key on block information after the consensus.

Probably, the internal cometBFT endpoint already supports that: https://github.com/cometbft/cometbft/blob/v0.38.x/spec/core/data_structures.md

Then, what is the easiest path to expose this data from the kwil indexer? Should we expose a node cometBFT API endpoint?

To Do

Define what is the scope of this goal:

  • just providing API to get the data
  • create the metrics consumption pipeline
  • visualizing data

Problems

Blocked By

Instrumentation

  • #573
  • #575

Validator monitoring

  • #583
  • #584
主要言語
Go
スター
7
フォーク
3
平均マージ
3時間 2分
マージ済み PR(30日)
13

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

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

はじめの一歩

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

trufnetwork/node のほかの issue

trufnetwork/node の issue をすべて見る

似ている issue

Go の issue をもっと見る

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

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