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

chore: Merge main to kl factory #1702

Merged
merged 10 commits into from
Apr 17, 2024

Conversation

StanislavBreadless
Copy link
Contributor

What ❔

Merge main into kl-factory

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 zk fmt and zk lint.
  • Spellcheck has been run via zk spellcheck.
  • Linkcheck has been run via zk linkcheck.

tomg10 and others added 9 commits April 12, 2024 13:13
Signed-off-by: tomg10 <lemures64@gmail.com>
## What ❔

* Tool to create new genesis.yaml file
* Update the genesis.yaml to v23

## Why ❔

* To automate the process, before we introduce hyperchains.

---------

Signed-off-by: Danil <deniallugo@gmail.com>
Co-authored-by: Danil <deniallugo@gmail.com>
## What ❔

Extract `zksync_core::commitment_generator` to separate the crate in the
node folder
Put `zksync_commitment_utils` to `zksync_commitment_generator ` (reason:
utils are used only by generator)

## Why ❔

Part of the "modularize the codebase" process, required for legolizer
and publishing on crates.io.

## 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 `zk fmt` and `zk lint`.
- [ ] Spellcheck has been run via `zk spellcheck`.
- [ ] Linkcheck has been run via `zk linkcheck`.
## What ❔

Brushes up the Ethereum Watcher component that was recently moved to its
own crate. Wraps `sqlx` errors in the relevant DB queries.

## Why ❔

Simplifies maintenance.

## Checklist

- [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 `zk fmt` and `zk lint`.
- [x] Spellcheck has been run via `zk spellcheck`.
- [x] Linkcheck has been run via `zk linkcheck`.
## What ❔

Fixes release-please config broken after #1584, by bumping the
corresponding GitHub action.

## Why ❔

release-please shouldn't be broken.

## Checklist

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
Includes a quickfix for the excessive throttling of p2p requests:
matter-labs/era-consensus#95
## What ❔

Uses a singleton DB pool for scraping Postgres metrics instead of
sharing the main pool.

## Why ❔

The main pool may be used at capacity (e.g., during snapshot recovery),
which leads to timeouts collecting Postgres metrics.

## Checklist

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Code has been formatted via `zk fmt` and `zk lint`.
- [x] Spellcheck has been run via `zk spellcheck`.
- [x] Linkcheck has been run via `zk linkcheck`.
## What ❔

Miscellaneous brush-up after #1418 is merged.

## Why ❔

- Improves code maintainability.

## Checklist

- [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 `zk fmt` and `zk lint`.
- [x] Spellcheck has been run via `zk spellcheck`.
- [x] Linkcheck has been run via `zk linkcheck`.
@StanislavBreadless StanislavBreadless requested review from yorik, alexandrst88, artmakh, hatemosphere, onyxet and otani88 and removed request for a team April 16, 2024 14:54
@StanislavBreadless StanislavBreadless changed the title Merge main to kl factory chore: Merge main to kl factory Apr 16, 2024
@StanislavBreadless StanislavBreadless merged commit 79d39c1 into kl-factory Apr 17, 2024
36 checks passed
@StanislavBreadless StanislavBreadless deleted the sb-merge-main-to-kl-factory branch April 17, 2024 08:52
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.

7 participants