-
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: fee model updates + 1.4.1 stage upgrade #897
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
AntonD3
changed the title
Ad 1 4 1 upgrade
feat: fee model updates + 1.4.1 protocol upgrade
Jan 18, 2024
AntonD3
changed the title
feat: fee model updates + 1.4.1 protocol upgrade
feat: fee model updates + 1.4.1 stage upgrade
Jan 18, 2024
perekopskiy
reviewed
Jan 18, 2024
vladbochok
previously approved these changes
Jan 18, 2024
perekopskiy
previously approved these changes
Jan 18, 2024
StanislavBreadless
dismissed stale reviews from perekopskiy and vladbochok
January 18, 2024 17:26
The base branch was changed.
AntonD3
force-pushed
the
ad-1-4-1-upgrade
branch
from
January 19, 2024 03:41
7ad682c
to
efc91d0
Compare
StanislavBreadless
previously approved these changes
Jan 19, 2024
StanislavBreadless
previously approved these changes
Jan 19, 2024
perekopskiy
previously approved these changes
Jan 24, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jan 25, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jan 25, 2024
AntonD3
dismissed stale reviews from perekopskiy and StanislavBreadless
via
January 26, 2024 09:58
75e3a65
perekopskiy
approved these changes
Jan 26, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 29, 2024
🤖 I have created a release *beep* *boop* --- ## [11.0.0](prover-v10.1.0...prover-v11.0.0) (2024-01-29) ### ⚠ BREAKING CHANGES * **vm:** fee model updates + 1.4.1 ([#791](#791)) ### Features * **api:** Make Web3 API server work with pruned data ([#838](#838)) ([0b7cd0b](0b7cd0b)) * consensus component config for main node and external node ([#881](#881)) ([1aed8de](1aed8de)) * **en:** Restore state keeper storage from snapshot ([#885](#885)) ([a9553b5](a9553b5)) * fee model updates + 1.4.1 stage upgrade ([#897](#897)) ([fa48c13](fa48c13)) * protobuf-generated json configs for the main node (BFT-371) ([#458](#458)) ([f938314](f938314)) * Remove zkevm_test_harness public reexport from zksync_types ([#929](#929)) ([dd1a35e](dd1a35e)) * **state-keeper:** circuits seal criterion ([#729](#729)) ([c4a86bb](c4a86bb)) * **vm:** fee model updates + 1.4.1 ([#791](#791)) ([3564aff](3564aff)) ### Bug Fixes * address issue with spellchecker not checking against prover workspace ([#855](#855)) ([4f55926](4f55926)) * addresses broken links in preparation for ci link check ([#869](#869)) ([a78d03c](a78d03c)) * **prover:** Update shivini ([#915](#915)) ([f141a00](f141a00)) * **witness-generator:** Update era-zkevm_test_harness ([#912](#912)) ([c03c2e3](c03c2e3)) * **witness-generator:** Update zkevm_test_harness ([#930](#930)) ([16fdcff](16fdcff)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
joonazan
pushed a commit
that referenced
this pull request
Jan 30, 2024
## 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 `zk fmt` and `zk lint`. - [ ] Spellcheck has been run via `zk spellcheck`. --------- Co-authored-by: Stanislav Breadless <stanislavbezkor@gmail.com> Co-authored-by: perekopskiy <53865202+perekopskiy@users.noreply.github.com>
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
.