Skip to content

feat(rpc): validate external message accept before broadcast#1065

Open
pashinov wants to merge 4 commits into
masterfrom
check-ext-message
Open

feat(rpc): validate external message accept before broadcast#1065
pashinov wants to merge 4 commits into
masterfrom
check-ext-message

fix(rpc): skip external message validation for accounts not found in …

5ea4ad2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 15, 2026 in 1s

58.84% (-0.11%) compared to af4b813

View this Pull Request on Codecov

58.84% (-0.11%) compared to af4b813

Details

Codecov Report

❌ Patch coverage is 2.73224% with 178 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.84%. Comparing base (af4b813) to head (5ea4ad2).

Files with missing lines Patch % Lines
rpc/src/state/mod.rs 0.99% 100 Missing ⚠️
core/src/node/mod.rs 0.00% 33 Missing ⚠️
rpc/src/endpoint/jrpc/mod.rs 0.00% 17 Missing ⚠️
rpc/src/endpoint/proto/mod.rs 0.00% 15 Missing ⚠️
core/src/blockchain_rpc/service.rs 23.07% 9 Missing and 1 partial ⚠️
rpc/src/node.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1065      +/-   ##
==========================================
- Coverage   58.94%   58.84%   -0.11%     
==========================================
  Files         459      459              
  Lines       76880    77025     +145     
  Branches    76880    77025     +145     
==========================================
+ Hits        45316    45322       +6     
- Misses      29448    29587     +139     
  Partials     2116     2116              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.