]> Untitled Git - bdk/commit
Roll blockchain tests proc macro into normal macro
authorLLFourn <lloyd.fourn@gmail.com>
Sun, 16 May 2021 05:07:55 +0000 (15:07 +1000)
committerLLFourn <lloyd.fourn@gmail.com>
Tue, 18 May 2021 10:02:33 +0000 (20:02 +1000)
commit465ef6e67470776cb1e5c2951aeb8f750940253e
treed972231360a71e634ef89014ab660c29fd40af1a
parentaaa9943a5f614da522cdac44af80adf941879210
Roll blockchain tests proc macro into normal macro

This means one less crate in the repo. Had to do a Default on TestClient
to satisfy clippy.
Cargo.toml
src/blockchain/electrum.rs
src/lib.rs
testutils-macros/Cargo.toml [deleted file]
testutils-macros/src/lib.rs [deleted file]
testutils/src/blockchain_tests.rs [new file with mode: 0644]
testutils/src/lib.rs