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

Chia-Network / chia-blockchain / 30942375067

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

Source File
Press 'n' to go to next uncovered line, 'b' for previous

88.59
/chia/full_node/full_node.py


Source Not Available

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