Open
Conversation
postman/src/services/processors/__tests__/LineaTransactionValidationService.test.ts
Fixed
Show fixed
Hide fixed
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2617 +/- ##
============================================
+ Coverage 9.70% 58.88% +49.18%
- Complexity 0 1620 +1620
============================================
Files 454 453 -1
Lines 18530 18528 -2
Branches 2014 2014
============================================
+ Hits 1799 10911 +9112
+ Misses 16731 6948 -9783
- Partials 0 669 +669
*This pull request uses carry forward flags. Click here to find out more. 🚀 New features to boost your workflow:
|
alainncls
previously approved these changes
Mar 18, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
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.

This PR implements issue(s) #
Checklist
PR.
Note
High Risk
Large refactor of the Postman service wiring/entrypoint, configuration parsing, and blockchain interaction stack (moving from
linea-sdk/ethersto Viem) which can affect message claiming/anchoring behavior and production runtime. Docker/CI changes also alter how the service is built and started, increasing integration risk.Overview
Refactors the Postman service to a new Viem-based application structure: introduces
PostmanAppplusL1ToL2App/L2ToL1Appand a DI-stylePostmanContainer, and removes the legacyPostmanServiceClient/scripts/runPostman.tsstartup path.Switches Postman dependencies from
@consensys/linea-sdk/ethers(andbetter-sqlite3) to@consensys/linea-sdk-core,@consensys/linea-sdk-viem,viem, andzod, and updates config handling to Zod-validated schemas with a newenvLoader(including web3signer/TLS signer support and additional claiming retry controls likeMAX_BUMPS_PER_CYCLE/MAX_RETRY_CYCLES).Updates runtime and tooling: Docker image now builds
sdk-core/sdk-viemand runsdist/src/main.js, GitHub workflow builds@consensys/linea-postman^...and runssdk-viemtests, docker-composepostmandepends onl2-node-besu, and Postman CLI scripts are rewritten to use Viem clients/ABI encoding. Adds/updates Jest coverage ignores and introduces new unit tests for the new app/config wiring.Written by Cursor Bugbot for commit b07f30b. This will update automatically on new commits. Configure here.