]> Untitled Git - bdk-cli/commit
feat(cbf): add cbf feature using bdk_kyoto
authorVihiga Tyonum <withtvpeter@gmail.com>
Sat, 3 May 2025 14:59:53 +0000 (15:59 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Wed, 7 May 2025 18:54:52 +0000 (19:54 +0100)
commit6debc68afaf545f497cdd17f0e79172313d40463
tree82008dc9cf923f4213ae40747300c2f003b94bd3
parent2fa18a02c22b9aedf1ebaba643221593db3b129b
feat(cbf): add cbf feature using bdk_kyoto

- enable full_scan and sync operations

[issue: #172]

feat(cbf): update broadcasting tx

- add wait time for node to connect to peers
before broadcasting tx
- add sync chain starting from 10 blocks below
the wallet tip to ensure tx is propagated
- update code_coverage workflow to cover cbf
feature

feat(cbf): update bdk-kyoto to 0.9.0

- refactor syncing into a fn
- made `skip-blocks` optional and removed default
value to use bdk-kyoto Sync scan type

feat(cbf): remove looping for kyoto sync

- remove looping for kyoto client sync operations
- fix compiler warnings
.github/workflows/code_coverage.yml
Cargo.lock
Cargo.toml
src/commands.rs
src/error.rs
src/handlers.rs
src/utils.rs