You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4170: New query pool-state command r=newhoggy a=newhoggy
This obsoletes `query pool-params`. The command runs sub-second (rather than the `1m30s` the old command takes. It also allows multiple stake pools to be queried at a time.
* Requires IntersectMBO/ouroboros-network#3890
* Requires IntersectMBO/cardano-ledger#2908
Co-authored-by: John Ky <[email protected]>
(Opt.info pQueryProtocolState $Opt.progDesc "Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command)")
935
935
, subParser "stake-snapshot"
936
936
(Opt.info pQueryStakeSnapshot $Opt.progDesc "Obtain the three stake snapshots for a pool, plus the total active stake (advanced command)")
937
-
, subParser"pool-params"
938
-
(Opt.info pQueryPoolParams$Opt.progDesc "Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced command)")
937
+
, hiddenSubParser"pool-params"
938
+
(Opt.info pQueryPoolState$Opt.progDesc "DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced command)")
939
939
, subParser "leadership-schedule"
940
940
(Opt.info pLeadershipSchedule $Opt.progDesc "Get the slots the node is expected to mint a block in (advanced command)")
941
941
, subParser "kes-period-info"
942
942
(Opt.info pKesPeriodInfo $Opt.progDesc "Get information about the current KES period and your node's operational certificate.")
943
+
, subParser "pool-state"
944
+
(Opt.info pQueryPoolState $Opt.progDesc "Dump the pool state")
0 commit comments