0xMiden / 0xMiden/node

Formalize the Validator admin API

オープン
#2,455 コメント 11 件 リアクション 1 件 担当者 1 名 @sergerad が担当を希望しています GitHub で見る
validator
主要言語
Rust
スター
104
フォーク
138
平均マージ
1日 13時間
マージ済み PR(30日)
56

説明

Our MVP for encrypted transaction inputs on the validator added an admin service which essentially allows introspection of the validator's transaction set, and requesting a decryption share for a specific one.

This worked for the MVP, but now needs to be properly designed and stabilized. As an example, listing transactions is _not_ paginated and therefore OOMs/breaks on validators with any non-trivial history.

Part of this task is to decide what we actually need to support decrypting a transaction's inputs. For example, it may not be necessary to list transactions at all - but perhaps we do want that so that its a self-contained system and doesn't need additional services.

This is an admin only endpoint, and it should therefore be secured externally and not be accessible by the public. Also consider that we may want to extend this service with things like runtime configuration changes e.g. dynamic log levels.

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

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

評価

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

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

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