Open
Description
After the hardfork we will only be able to bump the op cert counter by exactly 1. We will need to:
- Update the command to do this check in the Babbage era onwards.
Perhaps include an--output-counter
flag (optional) that gives you counter for the pool at the right value to issue a new opcert. - Update documentation to reflect this requirement/restriction. https://github.com/input-output-hk/cardano-node/blob/master/doc/stake-pool-operations/KES_period.md --> PR#4116
From #3945