You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(consensus): Debug page server port reuse (#4273)
## What ❔
Introduces a new consensus version that contains a fix that solves the
debug page server being stopped because another debug page server is
already using the same port.
Also adds new config parameters: one that determines how often a node
reads from the ConsensusRegistry contract for validator set updates,
another for the maximum size of transactions propagated in the p2p
network.
## Is this a breaking change?
- [ ] Yes
- [x] No
## Operational changes
The new parameters can be left at their default values.
## 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).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zkstack dev fmt` and `zkstack dev
lint`.
---------
Co-authored-by: perekopskiy <[email protected]>
0 commit comments