]> Untitled Git - bdk/commit
Merge testutils crate into the main crate
authorLLFourn <lloyd.fourn@gmail.com>
Wed, 19 May 2021 03:04:32 +0000 (13:04 +1000)
committerLLFourn <lloyd.fourn@gmail.com>
Wed, 19 May 2021 06:45:48 +0000 (16:45 +1000)
commitd60c5003bf8b324727fa31c8d104a53e17d7a8c3
treea634399cbdcaa66b973880d00af346fffea97950
parentfcae5adabdb0bcb285e4757390b98dedbf8bdfe4
Merge testutils crate into the main crate

This avoids having to keep the apis in sync between the macros and the
main project.
13 files changed:
.github/workflows/cont_integration.yml
Cargo.toml
src/blockchain/electrum.rs
src/blockchain/esplora.rs
src/lib.rs
src/testutils/blockchain_tests.rs [new file with mode: 0644]
src/testutils/mod.rs [new file with mode: 0644]
src/wallet/address_validator.rs
src/wallet/mod.rs
testutils/.gitignore [deleted file]
testutils/Cargo.toml [deleted file]
testutils/src/blockchain_tests.rs [deleted file]
testutils/src/lib.rs [deleted file]