Skip to content

Commit

Permalink
Merge pull request #648 from input-output-hk/jpraynaud/add-query-kes-…
Browse files Browse the repository at this point in the history
…period-info-infra

Add query KES period info for test SPOs
  • Loading branch information
jpraynaud authored Dec 12, 2022
2 parents e840d8b + a511487 commit f85f10d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mithril-infra/assets/tools/pool/query-stake-pool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ CARDANO_CLI_CMD query pool-params \
--testnet-magic $NETWORK_MAGIC \
--stake-pool-id $POOL_ID | jq .

# Query KES period info
CARDANO_CLI_CMD query kes-period-info \
--testnet-magic $NETWORK_MAGIC \
--op-cert-file ${POOL_ARTIFACTS_DIR}/opcert.cert

# Query current leadership schedule
CARDANO_CLI_CMD query leadership-schedule \
--testnet-magic $NETWORK_MAGIC \
Expand Down

0 comments on commit f85f10d

Please sign in to comment.