Skip to content

add support for state proof bundles

87cfe4f
Select commit
Loading
Failed to load commit list.
Draft

catchup: state-proof-based catchup #5720

add support for state proof bundles
87cfe4f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 10, 2026 in 0s

53.33% (+7.17%) compared to f73f00f

View this Pull Request on Codecov

53.33% (+7.17%) compared to f73f00f

Details

Codecov Report

❌ Patch coverage is 44.40433% with 308 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.33%. Comparing base (f73f00f) to head (87cfe4f).

Files with missing lines Patch % Lines
rpcs/blockService.go 0.66% 149 Missing ⚠️
catchup/stateproof.go 54.05% 107 Missing and 12 partials ⚠️
catchup/universalFetcher.go 84.00% 8 Missing and 4 partials ⚠️
catchup/service.go 71.79% 9 Missing and 2 partials ⚠️
daemon/algod/api/server/v2/handlers.go 0.00% 7 Missing ⚠️
config/localTemplate.go 57.14% 2 Missing and 1 partial ⚠️
node/follower_node.go 57.14% 2 Missing and 1 partial ⚠️
node/node.go 57.14% 2 Missing and 1 partial ⚠️
catchup/catchpointService.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                          Coverage Diff                          @@
##           nickolai/state-proof-catchup-base    #5720      +/-   ##
=====================================================================
+ Coverage                              46.15%   53.33%   +7.17%     
=====================================================================
  Files                                    473      474       +1     
  Lines                                  66330    66815     +485     
=====================================================================
+ Hits                                   30616    35635    +5019     
+ Misses                                 33095    28639    -4456     
+ Partials                                2619     2541      -78     

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