]> Untitled Git - bdk/commit
Invert dependencies in electrum sync
authorLLFourn <lloyd.fourn@gmail.com>
Fri, 29 Oct 2021 06:41:02 +0000 (17:41 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Tue, 9 Nov 2021 22:06:49 +0000 (09:06 +1100)
commit3f5cb6997f8bf0c889747badb9498a402ecf96a4
tree06b4d462764628557cff2ce1b25a7d048c89b86a
parentaa075f0b2f070173c6e9bf9f4160b08ad3124940
Invert dependencies in electrum sync

Blockchain calls sync logic rather than the other way around.
Sync logic is captured in script_sync.rs.
src/blockchain/electrum.rs
src/blockchain/esplora/api.rs [new file with mode: 0644]
src/blockchain/esplora/mod.rs
src/blockchain/esplora/reqwest.rs
src/blockchain/esplora/ureq.rs
src/blockchain/mod.rs
src/blockchain/script_sync.rs [new file with mode: 0644]
src/blockchain/utils.rs
src/testutils/blockchain_tests.rs
src/wallet/utils.rs