Skip to content

Conversation

@brunoffranca
Copy link
Contributor

@brunoffranca brunoffranca commented Dec 12, 2024

What ❔

The duration of a view timeout was previously hard-coded in era-consensus (at 2 seconds). This caused excessive view changes in networks with low traffic. era-consensus v0.7 now has view timeout duration as a config parameter and downgraded view change logging from error to warn. This PR includes those changes in zksync-era.

@brunoffranca brunoffranca changed the title feat(consensus): Added view_timeout to consensus config. feat(consensus): Added view_timeout to consensus config Dec 12, 2024
@brunoffranca brunoffranca requested a review from pompon0 December 16, 2024 18:24
@brunoffranca brunoffranca marked this pull request as ready for review December 16, 2024 18:24
@brunoffranca brunoffranca requested a review from pompon0 December 17, 2024 20:12
@brunoffranca brunoffranca added this pull request to the merge queue Dec 18, 2024
Merged via the queue into main with commit fc02a8f Dec 18, 2024
43 checks passed
@brunoffranca brunoffranca deleted the bf-view-timeout branch December 18, 2024 12:48
github-merge-queue bot pushed a commit that referenced this pull request Dec 19, 2024
🤖 I have created a release *beep* *boop*
---


##
[25.4.0](core-v25.3.0...core-v25.4.0)
(2024-12-19)


### Features

* add support for custom genesis state
([#3259](#3259))
([3cffdb2](3cffdb2))
* **consensus:** Added view_timeout to consensus config
([#3383](#3383))
([fc02a8f](fc02a8f))
* Support stable compiler for VM (and some other crates)
([#3248](#3248))
([cbee99d](cbee99d))
* vm2 account validation
([#2863](#2863))
([af149a0](af149a0))


### Bug Fixes

* **contract-verifier:** Fix version extraction in gh resolver
([#3378](#3378))
([9a10dcf](9a10dcf))

---
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]>
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 ❔

The duration of a view timeout was previously hard-coded in
era-consensus (at 2 seconds). This caused excessive view changes in
networks with low traffic. era-consensus v0.7 now has view timeout
duration as a config parameter and downgraded view change logging from
`error` to `warn`. This PR includes those changes in zksync-era.
danijelTxFusion pushed a commit to vianetwork/via-core that referenced this pull request Oct 12, 2025
🤖 I have created a release *beep* *boop*
---


##
[25.4.0](matter-labs/zksync-era@core-v25.3.0...core-v25.4.0)
(2024-12-19)


### Features

* add support for custom genesis state
([#3259](matter-labs/zksync-era#3259))
([3cffdb2](matter-labs/zksync-era@3cffdb2))
* **consensus:** Added view_timeout to consensus config
([#3383](matter-labs/zksync-era#3383))
([fc02a8f](matter-labs/zksync-era@fc02a8f))
* Support stable compiler for VM (and some other crates)
([#3248](matter-labs/zksync-era#3248))
([cbee99d](matter-labs/zksync-era@cbee99d))
* vm2 account validation
([#2863](matter-labs/zksync-era#2863))
([af149a0](matter-labs/zksync-era@af149a0))


### Bug Fixes

* **contract-verifier:** Fix version extraction in gh resolver
([#3378](matter-labs/zksync-era#3378))
([9a10dcf](matter-labs/zksync-era@9a10dcf))

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