-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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(contracts)!: gateway integration #1934
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
StanislavBreadless
force-pushed
the
sync-layer-stable
branch
from
May 16, 2024 12:41
d01dded
to
66d262d
Compare
StanislavBreadless
changed the title
WIP: synclayer
feat(contracts)!: synclayer integration
May 16, 2024
Folks, this PR is getting scary each passing day. What's the plan to integrate it? |
perekopskiy
reviewed
Sep 10, 2024
core/lib/dal/migrations/20240807102710_l2_da_validator_in_batch.up.sql
Outdated
Show resolved
Hide resolved
core/lib/dal/migrations/20240830085550_add_eth_watcher_progress_table.up.sql
Outdated
Show resolved
Hide resolved
kelemeno
reviewed
Sep 18, 2024
core/node/state_keeper/src/io/seal_logic/l2_block_seal_subtasks.rs
Outdated
Show resolved
Hide resolved
feat: Gateway upgrade test
feat: Restore revert test
## What ❔ <!-- What are the changes this PR brings about? --> <!-- Example: This PR adds a PR template to the repo. --> <!-- (For bigger PRs adding more context is appreciated) --> ## 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: Stanislav Breadless <[email protected]>
⚠ Detected differing instruction counts
Changes in number of opcodes executed indicate that the gas price of the benchmark has changed, which causes it to run out of gas at a different time. |
perekopskiy
approved these changes
Jan 15, 2025
perekopskiy
changed the title
feat(contracts)!: synclayer integration
feat(contracts)!: gateway integration
Jan 15, 2025
yorik
approved these changes
Jan 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for workflows
This was referenced Jan 14, 2025
randomsuperher
pushed a commit
that referenced
this pull request
Jan 17, 2025
🤖 I have created a release *beep* *boop* --- ## [26.0.0](core-v25.4.0...core-v26.0.0) (2025-01-17) ### ⚠ BREAKING CHANGES * **contracts:** gateway integration ([#1934](#1934)) ### Features * Adapt server for new EVM bytecode hash encoding ([#3396](#3396)) ([5a1e6d2](5a1e6d2)) * Add logging & metrics for mempool ([#3447](#3447)) ([64d861d](64d861d)) * **api_server:** report gas price based on open batch ([#2868](#2868)) ([f30aca0](f30aca0)) * **contracts:** gateway integration ([#1934](#1934)) ([f06cb79](f06cb79)) * da_dispatcher refactoring ([#3409](#3409)) ([591cd86](591cd86)) * **en:** make documentation more chain agnostic ([#3376](#3376)) ([361243f](361243f)) * **eth-sender:** make base fee grow at least as fast as priority fee ([#3386](#3386)) ([78af2bf](78af2bf)) * **eth-watch:** Change protocol upgrade schema ([#3435](#3435)) ([2c778fd](2c778fd)) * Features for an easier upgrade ([#3422](#3422)) ([3037ee6](3037ee6)) * FFLONK support for compressor ([#3359](#3359)) ([1a297be](1a297be)) * pubdata type changes from sync-layer-stable ([#3425](#3425)) ([f09087b](f09087b)) ### Bug Fixes * **api:** Propagate fallback errors in traces ([#3469](#3469)) ([84e3e31](84e3e31)) * **en:** make EN use main node's fee input ([#3489](#3489)) ([cbf2c31](cbf2c31)) * eth aggregator restriction ([#3490](#3490)) ([6cc9b9e](6cc9b9e)) ### Performance Improvements * **eth-sender:** optimize sql query ([#3437](#3437)) ([0731f60](0731f60)) --- 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: Tomasz Grześkiewicz <[email protected]> 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What ❔
Why ❔
Checklist
zk fmt
andzk lint
.zk spellcheck
.