-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
reproducedTo be used after a team member has been able to reproduce a bug reportTo be used after a team member has been able to reproduce a bug report
Description
Cardano-cli report a node version missmatch with leadership-schedule command for version 10.12 and onward.
The issue still there with 10.15.
Version:
cardano-cli: since 10.12.x
cardano-node: 10.5.3, 10.5.4
Command used:
cardano-cli conway query leadership-schedule --output-text --current --mainnet --genesis /cardano/config/genesis.json --vrf-signing-key-file vrf.skey --stake-pool-id XXXX
Command failed: query leadership-schedule
Error: Unsupported feature for the node-to-client protocol version.
This query requires at least NodeToClientV_20 but the node negotiated [NodeToClientV_21,NodeToClientV_22].
Later node versions support later protocol versions (but development protocol versions are not enabled in the node by default).
CallStack (from HasCallStack):
fromExceptTCli, called at src/Cardano/CLI/EraBased/Query/Run.hs:1435:5 in cardano-cli-10.15.0.0-inplace:Cardano.CLI.EraBased.Query.Run
runQueryLeadershipScheduleCmd, called at src/Cardano/CLI/EraBased/Query/Run.hs:114:42 in cardano-cli-10.15.0.0-inplace:Cardano.CLI.EraBased.Query.Run
runQueryCmds, called at src/Cardano/CLI/EraBased/Run.hs:53:5 in cardano-cli-10.15.0.0-inplace:Cardano.CLI.EraBased.Run
runCmds, called at src/Cardano/CLI/EraBased/Run.hs:35:35 in cardano-cli-10.15.0.0-inplace:Cardano.CLI.EraBased.Run
runAnyEraCommand, called at src/Cardano/CLI/Run.hs:56:5 in cardano-cli-10.15.0.0-inplace:Cardano.CLI.Run
runClientCommand, called at app/cardano-cli.hs:58:14 in cardano-cli-10.15.0.0-inplace-cardano-cli:MainReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
reproducedTo be used after a team member has been able to reproduce a bug reportTo be used after a team member has been able to reproduce a bug report