Skip to content

Make bitcoind optional: add transaction-sync as an alternative chain backend - #126

Merged
zoedberg merged 4 commits into
RGB-Tools:masterfrom
bitwalt:bitcoind-removal-indexer
Aug 8, 2026
Merged

Make bitcoind optional: add transaction-sync as an alternative chain backend#126
zoedberg merged 4 commits into
RGB-Tools:masterfrom
bitwalt:bitcoind-removal-indexer

improve the transaction-sync backend

85be6af
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 8, 2026 in 1s

87.82% (-0.15%) compared to 3e1223a

View this Pull Request on Codecov

87.82% (-0.15%) compared to 3e1223a

Details

Codecov Report

❌ Patch coverage is 86.12245% with 102 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.82%. Comparing base (3e1223a) to head (85be6af).

Files with missing lines Patch % Lines
src/ldk_chain_backend/transaction_sync.rs 79.78% 75 Missing ⚠️
src/ldk.rs 91.21% 18 Missing ⚠️
src/ldk_chain_backend/block_sync.rs 90.80% 8 Missing ⚠️
src/error.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   87.96%   87.82%   -0.15%     
==========================================
  Files          14       16       +2     
  Lines        7829     8394     +565     
==========================================
+ Hits         6887     7372     +485     
- Misses        942     1022      +80     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.