feat: Implement CLPR feature - #27029
Neeharika-Sompalli wants to merge 10 commits into
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #27029 +/- ##
============================================
- Coverage 71.25% 71.10% -0.16%
- Complexity 11906 13268 +1362
============================================
Files 2596 2775 +179
Lines 109571 120086 +10515
Branches 12372 13774 +1402
============================================
+ Hits 78080 85387 +7307
- Misses 27447 30133 +2686
- Partials 4044 4566 +522
... and 113 files with indirect coverage changes 🚀 New features to boost your workflow:
|
280b803 to
67fa79c
Compare
tinker-michaelj
left a comment
There was a problem hiding this comment.
LGTM, tyvm @Neeharika-Sompalli !
tinker-michaelj
left a comment
There was a problem hiding this comment.
LGTM, tyvm @Neeharika-Sompalli !
Signed-off-by: Neeharika Sompalli <52669918+Neeharika-Sompalli@users.noreply.github.com>
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
89f5c0a to
e35d094
Compare
11 file(s) changed in commit e35d094
tinker-michaelj
left a comment
There was a problem hiding this comment.
LGTM, tyvm @Neeharika-Sompalli !
Signed-off-by: Jivko Kelchev <zhivko.kelchev@limechain.tech>
1 file(s) changed in commit 86c706f
🚨 TestLens detected 1 failed test 🚨Here is what you can do:
Failed Jobs without Test Failures❌ 600: [FLOW] PR Checks / CI Complete Test Summary600: [FLOW] PR Checks / MATS / HAPI Tests / hapi-tests-misc-records-crypto-and-serial / HAPI Tests (Misc Records, Crypto & Misc Serial) > :test-clients:testSubprocessConcurrent
🏷️ Commit: 86c706f Test FailuresTokenAirdropRoyaltyMoneyCreationTest > airdropRoyaltySelfDealing() > as written (:test-clients:testSubprocessConcurrent in 600: [FLOW] PR Checks / MATS / HAPI Tests / hapi-tests-misc-records-crypto-and-serial / HAPI Tests (Misc Records, Crypto & Misc Serial))Rerun ControlsNote Muting tests is disabled for this repository. Select tests to mute in this pull request: 🔲 TokenAirdropRoyaltyMoneyCreationTest > airdropRoyaltySelfDealing() Reuse successful test results:
Click the checkbox to trigger a rerun:
Learn more about TestLens at testlens.app/docs. |
Ports the Cross-Ledger Proof Relay (CLPR) functionality from
swirldslabs/clpr-hierointohiero-consensus-node.CLPR provides authenticated cross-ledger messaging, connector and channel management, state-proof verification, endpoint discovery, and peer-to-peer synchronization. The functionality is gated by the
clpr.enabledconfiguration flag.Changes
Feature flag
CLPR behavior is controlled through:
clpr.enabled=false