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

Chia-Network / chia-blockchain / 27618964646

16 Jun 2026 12:53PM UTC coverage: 91.565% (+0.02%) from 91.545%
27618964646

push

github

web-flow
Skip DataLayer upload/cleanup for stores with no committed data (#20992)

* Skip DataLayer upload/cleanup for stores with no committed data

For a store whose on-chain singleton is still at generation 0 (created but
no data committed yet) there is no local tree, so get_tree_root raised
"No generations found". upload_files and clean_old_full_tree_files both hit
this, and update_subscription caught it and logged an ERROR with a full
traceback every management cycle for every such store.

Add the same generation-0 early return that fetch_and_validate already uses
to both upload_files and clean_old_full_tree_files, so an empty store is a
quiet no-op instead of recurring error spam.

* Clarify DataLayer empty-store log message

10900 of 12098 branches covered (90.1%)

Branch coverage included in aggregate %.

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

56 existing lines in 7 files now uncovered.

112652 of 122836 relevant lines covered (91.71%)

1.83 hits per line

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

88.29
/chia/full_node/full_node.py


Source Not Available

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