Skip to content

Commit a511487

Browse files
committed
Add query KES period info for test pools
1 parent b910f63 commit a511487

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mithril-infra/assets/tools/pool/query-stake-pool.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ CARDANO_CLI_CMD query pool-params \
3434
--testnet-magic $NETWORK_MAGIC \
3535
--stake-pool-id $POOL_ID | jq .
3636

37+
# Query KES period info
38+
CARDANO_CLI_CMD query kes-period-info \
39+
--testnet-magic $NETWORK_MAGIC \
40+
--op-cert-file ${POOL_ARTIFACTS_DIR}/opcert.cert
41+
3742
# Query current leadership schedule
3843
CARDANO_CLI_CMD query leadership-schedule \
3944
--testnet-magic $NETWORK_MAGIC \

0 commit comments

Comments
 (0)