Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(
zk status prover
): Update protocol version query (matter-labs#951)
## 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