-
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(core): adding pubdata to statekeeper and merkle tree #259
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #259 +/- ##
==========================================
+ Coverage 35.41% 35.58% +0.17%
==========================================
Files 524 524
Lines 28488 28583 +95
==========================================
+ Hits 10089 10172 +83
- Misses 18399 18411 +12
☔ View full report in Codecov by Sentry. |
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.
(I'll add some more changes after my meetings ;-)
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.
(I'll add some more comments after my meetings ;-)
core/lib/zksync_core/src/state_keeper/batch_executor/tests/tester.rs
Outdated
Show resolved
Hide resolved
from my perspective LGTM. Please update PR description (and maybe change it to real PR and not draft ;-) |
core/lib/zksync_core/src/state_keeper/batch_executor/tests/tester.rs
Outdated
Show resolved
Hide resolved
🤖 I have created a release *beep* *boop* --- ## [16.2.0](core-v16.1.0...core-v16.2.0) (2023-10-26) ### Features * **basic_witness_producer_input:** Add Basic Witness Producer Input component ([#156](#156)) ([3cd24c9](3cd24c9)) * **core:** adding pubdata to statekeeper and merkle tree ([#259](#259)) ([1659c84](1659c84)) ### Bug Fixes * **db:** Fix root cause of RocksDB misbehavior ([#301](#301)) ([d6c30ab](d6c30ab)) * **en:** gracefully shutdown en waiting for reorg detector ([#270](#270)) ([f048485](f048485)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
What ❔
Setting the ground for bigger boojum changes. Adding boojum related fields to the data model and types. Extending state tree to have a concept of
StateDiffs
.Why ❔
We want to reduce the size of the overall boojum merge, this sets the basis for more extensive changes. These changes are all meant to be non-intrusive.
Checklist
zk fmt
andzk lint
.