Skip to content

Conversation

@Artemka374
Copy link
Contributor

@Artemka374 Artemka374 commented Jan 15, 2025

What ❔

Integrate optimizations for compressor's work.
Before:
PLONK: ~180s
FFLONK: ~248s
Now
Both: ~70s

Why ❔

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 zkstack dev fmt and zkstack dev lint.

zksync-admin-bot2 and others added 2 commits January 17, 2025 14:08
…o/faster-compressor (#3496)

"Update generated Prover FRI GPU setup-data keys from branch
afo/faster-compressor"

---------

Co-authored-by: Lech <[email protected]>
Copy link
Contributor

@EmilLuta EmilLuta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I'm missing something, but given we're changing all the keys, isn't this a "protocol upgrade"?

@Artemka374
Copy link
Contributor Author

Regarding the protocol upgrade - no, the keys are actually not changed, the only thing changed there is the format of them

@EmilLuta EmilLuta changed the title feat: Compressor optimizations feat!: Compressor optimizations Jan 23, 2025
@EmilLuta
Copy link
Contributor

Note: CRS & Keys are being changed, therefore we mark this PR as breaking.

EmilLuta
EmilLuta previously approved these changes Jan 23, 2025
@Artemka374 Artemka374 changed the title feat!: Compressor optimizations feat: Compressor optimizations Jan 23, 2025
@Artemka374 Artemka374 added this pull request to the merge queue Jan 23, 2025
Merged via the queue into main with commit 3e931be Jan 23, 2025
43 checks passed
@Artemka374 Artemka374 deleted the afo/faster-compressor branch January 23, 2025 16:08
github-merge-queue bot pushed a commit that referenced this pull request Jan 24, 2025
🤖 I have created a release *beep* *boop*
---


##
[26.2.0](core-v26.1.0...core-v26.2.0)
(2025-01-24)


### Features

* Compressor optimizations
([#3476](#3476))
([3e931be](3e931be))


### Bug Fixes

* **en:** better defaults, i.e. the same as used by main node
([#3521](#3521))
([2b5fe98](2b5fe98))
* **en:** Fix race condition in EN storage initialization
([#3515](#3515))
([c916797](c916797))
* JSON proof serialization
([#3514](#3514))
([516e521](516e521))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: zksync-era-bot <[email protected]>
Co-authored-by: Anton Baliasnikov <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Jan 27, 2025
🤖 I have created a release *beep* *boop*
---


##
[18.0.0](prover-v17.1.1...prover-v18.0.0)
(2025-01-27)


### ⚠ BREAKING CHANGES

* **contracts:** gateway integration
([#1934](#1934))

### Features

* Compressor optimizations
([#3476](#3476))
([3e931be](3e931be))
* **consensus:** Added view_timeout to consensus config
([#3383](#3383))
([fc02a8f](fc02a8f))
* **consensus:** Update consensus dependencies
([#3339](#3339))
([aa9575f](aa9575f))
* **contracts:** gateway integration
([#1934](#1934))
([f06cb79](f06cb79))
* **eth-watch:** Change protocol upgrade schema
([#3435](#3435))
([2c778fd](2c778fd))
* FFLONK support for compressor
([#3359](#3359))
([1a297be](1a297be))
* Support stable compiler for VM (and some other crates)
([#3248](#3248))
([cbee99d](cbee99d))


### Bug Fixes

* added missing quote in prover query
([#3347](#3347))
([668ca51](668ca51))
* Compressor setup data
([#3526](#3526))
([62aea8b](62aea8b))
* **prover:** Create reqwest client only once
([#3324](#3324))
([40f8123](40f8123))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: zksync-era-bot <[email protected]>
zkzoomer pushed a commit that referenced this pull request Jun 21, 2025
## What ❔

Integrate optimizations for compressor's work.
Before:
PLONK: ~180s
FFLONK: ~248s
Now
Both: ~70s

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

## Checklist

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

- [ ] 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 `zkstack dev fmt` and `zkstack dev
lint`.

---------

Co-authored-by: afo <[email protected]>
Co-authored-by: zksync-admin-bot2 <[email protected]>
zkzoomer pushed a commit that referenced this pull request Jun 21, 2025
🤖 I have created a release *beep* *boop*
---


##
[26.2.0](core-v26.1.0...core-v26.2.0)
(2025-01-24)


### Features

* Compressor optimizations
([#3476](#3476))
([8c647f5](8c647f5))


### Bug Fixes

* **en:** better defaults, i.e. the same as used by main node
([#3521](#3521))
([2b5fe98](2b5fe98))
* **en:** Fix race condition in EN storage initialization
([#3515](#3515))
([c916797](c916797))
* JSON proof serialization
([#3514](#3514))
([516e521](516e521))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: zksync-era-bot <[email protected]>
Co-authored-by: Anton Baliasnikov <[email protected]>
dutterbutter pushed a commit to dutterbutter/zkstack-cli that referenced this pull request Jul 3, 2025
🤖 I have created a release *beep* *boop*
---


##
[26.2.0](matter-labs/zksync-era@core-v26.1.0...core-v26.2.0)
(2025-01-24)


### Features

* Compressor optimizations
([#3476](matter-labs/zksync-era#3476))
([bf7b62b](matter-labs/zksync-era@bf7b62b))


### Bug Fixes

* **en:** better defaults, i.e. the same as used by main node
([#3521](matter-labs/zksync-era#3521))
([2b5fe98](matter-labs/zksync-era@2b5fe98))
* **en:** Fix race condition in EN storage initialization
([#3515](matter-labs/zksync-era#3515))
([c916797](matter-labs/zksync-era@c916797))
* JSON proof serialization
([#3514](matter-labs/zksync-era#3514))
([516e521](matter-labs/zksync-era@516e521))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: zksync-era-bot <[email protected]>
Co-authored-by: Anton Baliasnikov <[email protected]>
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.

5 participants