fix: error related to returned errors from ethtxmanager library#308
Merged
joanestebanr merged 16 commits intorelease/v0.5.xfrom Mar 18, 2025
Merged
fix: error related to returned errors from ethtxmanager library#308joanestebanr merged 16 commits intorelease/v0.5.xfrom
joanestebanr merged 16 commits intorelease/v0.5.xfrom
Conversation
goran-ethernal
approved these changes
Mar 12, 2025
ToniRamirezM
approved these changes
Mar 12, 2025
rachit77
approved these changes
Mar 12, 2025
c179910 to
aaf8a8a
Compare
--------- Co-authored-by: joanestebanr <129153821+joanestebanr@users.noreply.github.com>
|
joanestebanr
added a commit
that referenced
this pull request
Apr 4, 2025
* fix: update zkevm-ethtx-manager to v0.2.6 * fix: missing ethtxmanager.ErrNotFound * fix: lint * fix: update to ethtx 0.2.7 with error ErrNotFound * fix: lint * fix: coverage * fix: krutosis * fix: krutosis * fix: krutosis * change agglayer version * wip * wip * change agglayer version * fix tests * revert versions * fix: update Kurtosis CDK references and Docker images (#310) --------- Co-authored-by: joanestebanr <129153821+joanestebanr@users.noreply.github.com> --------- Co-authored-by: Rachit Sonthalia <rachitsonthalia02@gmail.com> Co-authored-by: Stefan Negovanović <93934272+Stefan-Ethernal@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
CDK is expecting that zkevm-ethtx-manager library returns
ethtxmanager.ErrNotFoundbut the library is not doing that. It was fixed in library version 0.2.7