• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Neptune-Crypto / neptune-core / 20062212828
75%

Build:
DEFAULT BRANCH: master
Ran 09 Dec 2025 01:14PM UTC
Jobs 1
Files 260
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Dec 2025 11:40AM UTC coverage: 75.081% (-0.01%) from 75.094%
20062212828

push

github

aszepieniec
refactor: Drop fork reconciliation memory limit

There is already a memory limit being enforced implicitly, namely through:

1. Requiring that every block have a size less than or equal to
   `MAX_BLOCK_SIZE_IN_FORK_RECONCILIATION`.

2. Requiring that the number of blocks being reconciled does not exceed
   `self.global_state_lock.cli().sync_mode_threshold`.

This commit removes the memory limit in `try_ensure_path` as well as the state
variable used to track memory use for fork reconciliation.

26162 of 34845 relevant lines covered (75.08%)

662454.56 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
93.06
-0.19% neptune-core/src/state/mempool.rs
1
87.18
-2.56% neptune-core/src/state/mempool/upgrade_priority.rs
2
94.12
-1.31% neptune-core/src/application/job_queue/queue.rs
46
87.94
-1.17% neptune-core/src/application/loops/connect_to_peers.rs
53
60.32
0.0% neptune-core/src/application/loops/main_loop.rs
81
64.8
-0.17% neptune-core/src/protocol/peer.rs
308
69.5
-0.4% neptune-core/src/application/loops/peer_loop.rs
Jobs
ID Job ID Ran Files Coverage
1 20062212828.1 09 Dec 2025 01:14PM UTC 260
75.08
GitHub Action Run
Source Files on build 20062212828
  • Tree
  • List 260
  • Changed 10
  • Source Changed 4
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20062212828
  • 5b1fd041 on github
  • Prev Build on master (#20030646347)
  • Next Build on master (#20187498185)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc