bitcoindevkit / bdk

A modern, lightweight, descriptor-based wallet library written in Rust!
Other
842 stars 304 forks source link

Move stuff from `crates/chain/tests/common` to `bdk_testenv` and make them publicly-accessible #1602

Open evanlinjin opened 1 week ago

evanlinjin commented 1 week ago

Describe the enhancement

These macros, fake-tx-construction-tools are helpful in other crates too. Let's move them to bdk_testenv and make them publicly available.

Use case

Better test tooling.

tvpeter commented 1 week ago

@evanlinjin I would like to work on this issue.

evanlinjin commented 1 week ago

@tvpeter all yours!

tvpeter commented 6 days ago

@evanlinjin, can you please review the PR here. I can't tag you there because the workflows require approval from a maintainer.

Thank you.