feat: move witness generation outside mutex#311
Merged
joanestebanr merged 5 commits intorelease/v0.5.xfrom Mar 19, 2025
Merged
Conversation
joanestebanr
approved these changes
Mar 17, 2025
--------- Co-authored-by: joanestebanr <129153821+joanestebanr@users.noreply.github.com>
|
joanestebanr
added a commit
that referenced
this pull request
Apr 4, 2025
* move witness generation outside mutex * linter * getWitness function * add logs * fix: update Kurtosis CDK references and Docker images (#310) --------- Co-authored-by: joanestebanr <129153821+joanestebanr@users.noreply.github.com> --------- Co-authored-by: Stefan Negovanović <93934272+Stefan-Ethernal@users.noreply.github.com> Co-authored-by: joanestebanr <129153821+joanestebanr@users.noreply.github.com>
joanestebanr
added a commit
that referenced
this pull request
May 9, 2025
## Description Cherry-pick from release `0.5.3`: - fix: get highest IndexL1InfoTree inside batchl2data (#315) - feat: move witness generation outside mutex (#311) - fix: error related to returned errors from ethtxmanager library (#308) - fix: update Kurtosis CDK references and Docker images (#310) --------- Co-authored-by: Stefan Negovanović <93934272+Stefan-Ethernal@users.noreply.github.com> Co-authored-by: Rachit Sonthalia <rachitsonthalia02@gmail.com> Co-authored-by: Toni Ramírez <58293609+ToniRamirezM@users.noreply.github.com>
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.


Description
moves witness generation outside mutex