Open
Conversation
- Add proof-worker for background proof submission - Add global bundle service for cross-version bundle tracking - Add state snapshot service for state persistence - Add migration service for data migration between MD5 versions - Update TxStateManager with proof tracking capabilities - Use BullWorker for sequencer, Worker for proof submission - Add ensureIndexes before commits collection usage
- Fix event replay bug by resetting preemptcounter in loadCommit
(cherry-picked from zkwasm-mini-rollup commit 3923129)
- Fix postMerkleRoot empty string check in syncToFirstUnprovedBundle
and syncToLatestMerkleRoot to prevent BigInt('') crash
- Add proper connection cleanup in syncToFirstUnprovedBundle with
try-finally to prevent connection leaks
- Fix migrate mode to start as independent chain (bundleIndex=0,
preMerkleRoot=null) instead of incorrectly linking to old MD5 bundles
- Update latestSubmittedBundleMerkle during syncToLatestMerkleRoot
for correct proof worker starting position
- Fix typos: merkel -> merkle in error messages and comments
Author
|
Ready for test |
This file contains hidden or 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
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.
No description provided.