3 Commits

Author SHA1 Message Date
Renato Britto 7fb428da55 fixup! refactor(bitcoincore): convert bitcoincore into gateway adapter
Trim the scan_wallet comment so it only states the Rust-side behavior: derive every descriptor address, without the extra cross-reference to the Python path.
2026-03-31 19:42:39 -03:00
Renato Britto 14ac5c80a1 fixup! refactor(bitcoincore): convert bitcoincore into gateway adapter
Derive addresses from all wallet descriptors, external and internal, and persist both internal_addresses and derived_addresses on WalletHistory. This aligns the Rust path with the Python reference behavior.
2026-03-31 19:31:45 -03:00
Renato Britto 86335e8467 refactor(bitcoincore): convert bitcoincore into gateway adapter
Removed from crates/stealth-bitcoincore and moved to bitcoincore as a
standalone package. This change is part of the refactor to create
separate packages for each component of the stealth project, allowing
for better modularity and separation of concerns.
2026-03-30 23:11:43 -03:00