Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - vasil-testnet-v1 - CLI queries "kes-period-info", "protocol-state" and "leadership-schedule" are broken #3883

Closed
3 tasks done
mkoura opened this issue May 23, 2022 · 3 comments
Assignees
Labels
area: leadership-schedule bug Something isn't working comp: cardano-cli era: babbage in-scope This item is being worked and will be part of an upcoming release priority high issues/PRs that MUST be addressed. The release can't happen without this; priority: high Needs to be addressed as soon as possible, probably within current sprint. severity: high Visible impact on a core function or significant performance degradation. type: bug Something is not working user type: internal Created by an IOG employee Vasil

Comments

@mkoura
Copy link
Contributor

mkoura commented May 23, 2022

Internal

Area
Other Any other topic (Delegation, Ranking, ...).

Summary
In Alonzo era, with the vasil-testnet-v1 tag, the CLI queries kes-period-info, protocol-state and leadership-schedule fail with

FatalError {fatalErrorMessage = ... currentlyBroken ...

E.g.

$ cardano-cli query kes-period-info --op-cert-file pool2_invalid_opcert_file.opcert --testnet-magic 42 --cardano-mode
cardano-cli: FatalError {fatalErrorMessage = "runQueryKesPeriodInfo: currentlyBroken - opCertOnDiskAndStateCounters ptclState opCert"}

$ cardano-cli query protocol-state --testnet-magic 42 --cardano-mode
cardano-cli: FatalError {fatalErrorMessage = "currentlyBroken: runQueryProtocolState writeProtocolState mOutFile result"}

$ cardano-cli query leadership-schedule --genesis ...
cardano-cli: FatalError {fatalErrorMessage = "runQueryLeadershipSchedule: currently broken"}'

System info (please complete the following information):

  • OS Name: Fedora 35
  • Node version: vasil-testnet-v1

TASKS:

@mkoura mkoura added the bug Something isn't working label May 23, 2022
@Jimbo4350
Copy link
Contributor

A solution was merged by the consensus team: IntersectMBO/ouroboros-network#3758 (comment)
I'll link my PR here when it's ready

@dorin100 dorin100 added the Vasil label May 24, 2022
@CarlosLopezDeLara CarlosLopezDeLara added the priority high issues/PRs that MUST be addressed. The release can't happen without this; label Jun 13, 2022
@newhoggy
Copy link
Contributor

newhoggy commented Jun 14, 2022

There is a separate issue tracking the leadership-schedule command.

mkoura added a commit to mkoura/cardano-node-tests that referenced this issue Jun 25, 2022
iohk-bors bot added a commit that referenced this issue Jun 27, 2022
4102: Fix query protocol-state r=newhoggy a=newhoggy

Fixes one of the commands in #3883

Co-authored-by: John Ky <[email protected]>
@CarlosLopezDeLara CarlosLopezDeLara added the 1.35.1 Include in 1.35.1 label Jun 30, 2022
@CarlosLopezDeLara CarlosLopezDeLara added 1.35.2 and removed 1.35.1 Include in 1.35.1 labels Jul 8, 2022
@CarlosLopezDeLara
Copy link
Contributor

Resolved in #4106

@CarlosLopezDeLara CarlosLopezDeLara added in-scope This item is being worked and will be part of an upcoming release 1.35.1 Include in 1.35.1 and removed 1.35.2 in-scope This item is being worked and will be part of an upcoming release 1.35.1 Include in 1.35.1 labels Jul 22, 2022
mkoura added a commit to IntersectMBO/cardano-node-tests that referenced this issue Aug 25, 2022
@dorin100 dorin100 added type: bug Something is not working user type: internal Created by an IOG employee severity: high Visible impact on a core function or significant performance degradation. priority: high Needs to be addressed as soon as possible, probably within current sprint. comp: cardano-cli era: babbage labels Oct 21, 2022
newhoggy added a commit to IntersectMBO/cardano-cli that referenced this issue May 24, 2023
4102: Fix query protocol-state r=newhoggy a=newhoggy

Fixes one of the commands in IntersectMBO/cardano-node#3883

Co-authored-by: John Ky <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: leadership-schedule bug Something isn't working comp: cardano-cli era: babbage in-scope This item is being worked and will be part of an upcoming release priority high issues/PRs that MUST be addressed. The release can't happen without this; priority: high Needs to be addressed as soon as possible, probably within current sprint. severity: high Visible impact on a core function or significant performance degradation. type: bug Something is not working user type: internal Created by an IOG employee Vasil
Projects
None yet
Development

No branches or pull requests

6 participants
@newhoggy @mkoura @Jimbo4350 @dorin100 @CarlosLopezDeLara and others