Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crate smashing #699

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

tcharding
Copy link
Member

Demo what is needed to depend on the new primitives, psbt-v0, and bip32 crates. Note the patch separation so its obvious what is going on.

This PR is massive in how simple it is. FTR almost all the changes could be removed by using use bitcoin_primitives as bitcoin in the manifest but I thought that is too much magic for just now.

Uses rust-bitcoin/rust-bitcoin#2883

`bitcoind-tests` has a dependency on `bitcoin` so it makes depending on
a local patched version more difficult, just temporarily delete it.
Depend on the `crate-smashing` branch, which introduces the new
`primitives`, `bip32`, and `psbt-v0` crates.

The point of this patch is to try to show we have all the re-exports
correct in `rust-bitcoin` after introducing the new crates.

Apart from the manifest changes this patch changes a single line, BOOM!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant