-
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)!: synclayer integration #1934
base: main
Are you sure you want to change the base?
Conversation
d01dded
to
66d262d
Compare
Detected VM performance changes
Changes in number of opcodes executed indicate that the gas price of the benchmark has changed, which causes it run out of gas at a different time. Or that it is behaving completely differently. |
Folks, this PR is getting scary each passing day. What's the plan to integrate it? |
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
state_diff_hash: H256::from_slice( | ||
&batch | ||
.state_diff_hash | ||
.ok_or(L1BatchMetadataError::Incomplete("state_diff_hash"))?, |
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.
returning error on missing state_diff_hash
is disruptive, old batches can still be queried
core/node/state_keeper/src/io/seal_logic/l2_block_seal_subtasks.rs
Outdated
Show resolved
Hide resolved
feat: Enable fee projection tests
…ra-private into sync-layer-stable
chore: merge main and conflicts
feat: Support for non standard base token
## 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`.
chore: Merge main into sync-layer-stable
## What ❔ Update contracts + remove unneeded changes ## 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`.
chore: Merge main into sync layer stable
## What ❔ sync with main ## 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`.
## What ❔ some non-functional changes ## 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`.
## What ❔ sync with main ## 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`.
…_gateway (#3448) ## What ❔ * Updated contracts to most recent one (including PR 1187 from contracts) * Added transaction hashes to the upgrade yaml file - so that tools can verify bytecodes * fix to governance_upgrade_timer_initial_delay - it was missing before. --------- Co-authored-by: Stanislav Bezkorovainyi <[email protected]>
What ❔
This is a semi-stable branch for sync layer integration. It is still WIP and big changes are expected
Why ❔
Checklist
zk fmt
andzk lint
.zk spellcheck
.