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

feat(state-keeper): Remove computational gas limit from boojum protocol version #536

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

RomanBrodetski
Copy link
Collaborator

@RomanBrodetski RomanBrodetski commented Nov 23, 2023

What

Removes ComputationalGasCriterion from post-Boojum versions

Why

  • There is no limit on total number of circuits in post-Boojum
  • We want to test proving logic when we spend a lot of comp. gas in one l1 batch (this will result in tens of thousands of prover jobs - we want to test the system under that circumstances)

Safety: we do need to properly test this on stage before we upgrade mainnet. We should also discuss if want to introduce some limit - even though there is no hard limit

@RomanBrodetski RomanBrodetski requested a review from a team as a code owner November 23, 2023 06:42
Deniallugo
Deniallugo previously approved these changes Nov 23, 2023
@RomanBrodetski RomanBrodetski added this pull request to the merge queue Nov 23, 2023
Merged via the queue into main with commit e59a7c6 Nov 23, 2023
21 checks passed
@RomanBrodetski RomanBrodetski deleted the rb-remove-computation-limit branch November 23, 2023 09:24
github-merge-queue bot pushed a commit that referenced this pull request Nov 27, 2023
🤖 I have created a release *beep* *boop*
---


##
[18.2.0](core-v18.1.0...core-v18.2.0)
(2023-11-27)


### Features

* **en:** Implement gossip fetcher
([#371](#371))
([a49b61d](a49b61d))
* **state-keeper:** reapply computational gas limit
([#544](#544))
([698dbc3](698dbc3))
* **state-keeper:** Remove computational gas limit from boojum protocol
version ([#536](#536))
([e59a7c6](e59a7c6))


### Bug Fixes

* **core:** differentiate l2 to l1 logs tree size for pre and post
boojum batches
([#538](#538))
([1e9e556](1e9e556))
* **proof_data_handler:** Feature flag state_diff_hash check
([#545](#545))
([0cab378](0cab378))
* **prover:** use a more performant query to get next job for FRI prover
([#527](#527))
([2cddf3c](2cddf3c))

---
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.

2 participants