I think cardano-cli query stake-snapshot is the preferred way for getting to the slot leader logs. It consumes less memory than cardano-cli query ledger-state.
I've had memory issues with cardano-cli query ledger-state in the past and cardano-cli query stake-snapshot fixed that.
I think
cardano-cli query stake-snapshot
is the preferred way for getting to the slot leader logs. It consumes less memory thancardano-cli query ledger-state
.I've had memory issues with
cardano-cli query ledger-state
in the past andcardano-cli query stake-snapshot
fixed that.FYI: https://github.com/input-output-hk/cardano-node/blob/master/doc/stake-pool-operations/query_stakepool.md
I will take this on and submit a PR.