unify synchronizer, update config structure - #360
Merged
Conversation
Signed-off-by: Arne Rutjes <arne123@gmail.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #360 +/- ##
==========================================
+ Coverage 36.62% 36.71% +0.09%
==========================================
Files 82 82
Lines 11652 11661 +9
==========================================
+ Hits 4267 4281 +14
+ Misses 7042 7038 -4
+ Partials 343 342 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Perf Smoke — CI baseline (lower-bound against test committer)
|
🎉 OZ Hardhat Compatibility — 12 tests fixed!Stale baseline entries (12) — remove these
Full breakdown — 5515 passed, 869 failed, 1 skipped (6385 total, 86.4% passing)By suite
Expected failures by cause (607)
Lock in the win — run |
ale-linux
approved these changes
Sep 3, 2026
Siddhartha-singh01
added a commit
to Siddhartha-singh01/fabric-x-evm
that referenced
this pull request
Sep 3, 2026
Keep BlockFeed in the handler chain and FilterAPI wiring while adopting main's NewSynchronizer / synchronizer field from hyperledger#360. Signed-off-by: Siddhartha Singh <siddharthagithub0007@gmail.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.
Committer is now a top level config key. The App has a single synchronizer, instead of having one for the endorser (world state) path and another for the gateway (block/tx store) path.