Skip to content

Commit f85f10d

Browse files
authored
Merge pull request #648 from input-output-hk/jpraynaud/add-query-kes-period-info-infra
Add query KES period info for test SPOs
2 parents e840d8b + a511487 commit f85f10d

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)