Skip to content

Commit

Permalink
fix(zk status prover): Update protocol version query (matter-labs#951)
Browse files Browse the repository at this point in the history
## What ❔

<!-- What are the changes this PR brings about? -->
<!-- Example: This PR adds a PR template to the repo. -->
<!-- (For bigger PRs adding more context is appreciated) -->

Fix the `zk status prover` protocol version query from
`prover_protocol_versions` to the new `prover_fri_protocol_versions`
table.

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

`zk status prover` halts with the message `Error: relation
"prover_protocol_versions" does not exist` preventing the status of the
prover from being checked.

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
- [x] Spellcheck has been run via `zk spellcheck`.
- [x] Linkcheck has been run via `zk linkcheck`.
  • Loading branch information
ilitteri authored Feb 13, 2024
1 parent 60305ba commit c9a02cc
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit c9a02cc

Please sign in to comment.