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

fix(house_keeper): Emit the correct circuit_id for aggregation round 2 #547

Merged
merged 2 commits into from
Nov 27, 2023

Conversation

EmilLuta
Copy link
Contributor

What ❔

This is us hardcoding the circuit_id to 2 for aggregation_round 2. This fix is useless as soon as we change the config (not expected anytime soon).

A real fix will follow where we address what is saved in database layer and this patch will be removed altogether.

Why ❔

This is necessary to enable autoscaler to work (emits the correct data for prover groups, which in turn can be picked by autoscaler).

Checklist

  • 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.
  • Code has been formatted via zk fmt and zk lint.

This is us hardcoding the circuit_id to 2 for aggregation_round 2.
This fix is useless as soon as we change the config (not expected
anytime soon).

A real fix will follow where we address what is saved in database layer
and this patch will be removed altogether.

This is necessary to enable autoscaler to work (emits the correct data
for prover groups, which in turn can be picked by autoscaler).
@EmilLuta EmilLuta requested a review from a team as a code owner November 27, 2023 16:12
yorik
yorik previously approved these changes Nov 27, 2023
@EmilLuta EmilLuta added this pull request to the merge queue Nov 27, 2023
Merged via the queue into main with commit 9cada1a Nov 27, 2023
21 checks passed
@EmilLuta EmilLuta deleted the evl-quick-hack-fix-for-autoscaler-fri branch November 27, 2023 18:12
github-merge-queue bot pushed a commit that referenced this pull request Nov 28, 2023
🤖 I have created a release *beep* *boop*
---


##
[18.3.0](core-v18.2.0...core-v18.3.0)
(2023-11-28)


### Features

* **contract-verifier:** Add zkvyper 1.3.13
([#552](#552))
([198deda](198deda))


### Bug Fixes

* **house_keeper:** Emit the correct circuit_id for aggregation round 2
([#547](#547))
([9cada1a](9cada1a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants