Cardano Node 1.27.0
ステークプール運用に関わる更新点を確認します。オペレーションに直接必要なさそうな部分は端折っています。
Last updated
Was this helpful?
ステークプール運用に関わる更新点を確認します。オペレーションに直接必要なさそうな部分は端折っています。
Last updated
Was this helpful?
は新しい機能を提供します。 1.26.2でのFixも含まれています。 Alonzoで必要なPlutusのスクリプトなど今後のリリースに必要な様々な更新が含まれます。 Voltaireの準備を含みます。 APIやCLIコマンドに変更があります。 GHC version 8.6.5でのコンパイルはサポートから外れます。
Add an additional GC heap metric to RTS. () 新しいメトリックの追加(Total amount of memory in use by the RTS の拡張)
Add details about registering relays on-chain to SPO documentation. () SPOのドキュメントへリレーノード登録に関して追加しました。
Improved installation documentation. () インストールドキュメントの改善をしました。
Add a docker image option for downloading cardano-node. () cardeno-nodeのダウンロードとして、Dockerイメージオプションの追加をしました。
Some work to reduce the extra CPU load at an epoch boundary, and reduce the resulting "pause" in normal operation. (), (), (), () エポック境界でのCPU負荷を減らすための更新と、通常オペレーションでの”停止”の軽減をしました。
Introduce new representation for local root peers. This is in preparation for P2P support. () P2Pガバナーサポートの準備をしました。
Add a new KeepAlive codec that produces a valid CBOR encoding. () 有効なCBORエンコーディングを生成する新しいKeepAliveコーデックの追加をしました。
The query tip now also returns the era (e.g. Shelley, Allegra, Alonzo). (, , )
query tip
コマンドでera(〜期)も出力するようになりました。
Add two new query commands: 新しいqueryコマンドを2つ追加しました。
Query stake-snapshot allows querying the three stake snapshots for a given stake pool. stake-snapshotへのクエリで、特定のステークプールに対して、ステークのスナップショット3つを問い合わせられます。
Query pool-params returns the current and future parameters, as well as the retiring information. () pool-params へのクエリは現在と未来のパラメータや引退の情報を返します。