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

Chia-Network / chia-blockchain / 30942375067
92%

Build:
DEFAULT BRANCH: main
Ran 04 Aug 2026 08:07PM UTC
Jobs 1
Files 933
Run time 3min
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

04 Aug 2026 07:14PM UTC coverage: 91.805% (+0.001%) from 91.804%
30942375067

push

github

web-flow
Fix deadlock when creating the DataLayer wallet during sync (#21225)

The wallet sync path holds WalletStateManager.lock for the duration of
sync. When _add_coin_states discovers a DataLayer launcher and no
DataLayer wallet exists yet, it called
get_dl_wallet(create_if_not_found=True), which re-acquires the same
non-reentrant asyncio.Lock, deadlocking the sync task. Create the
wallet directly at the sync call site instead, leaving get_dl_wallet
unchanged for RPC callers.

Regression from #20320 (baf8bd05c0).

11148 of 12328 branches covered (90.43%)

Branch coverage included in aggregate %.

39 of 39 new or added lines in 2 files covered. (100.0%)

13 existing lines in 5 files now uncovered.

115159 of 125254 relevant lines covered (91.94%)

1.84 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
80.86
-1.21% chia/server/node_discovery.py
2
87.7
-0.24% chia/data_layer/data_layer.py
2
72.35
-0.32% chia/farmer/farmer.py
2
88.59
0.26% chia/full_node/full_node.py
1
96.5
0.0% chia/_tests/simulation/test_simulation.py
Jobs
ID Job ID Ran Files Coverage
1 30942375067.1 04 Aug 2026 08:07PM UTC 1866
91.8
GitHub Action Run
Source Files on build 30942375067
  • Tree
  • List 933
  • Changed 9
  • Source Changed 2
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30942375067
  • d1d9a2b4 on github
  • Prev Build on main (#30937161750)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc