rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 49d7b0bfe1 Remove deprecated re-exports
Recently we added a bunch of deprecated re-exports while moving things
out of the util module. Turns out while the code reads like it works,
`deprecated` actually only works for functions, not types or modules
etc.

Remove the non-functional deprecated lines and elect to _not_ re-export
things we moved. Release 0.30 is going to break a lot of code but there
is no real nice way to resolve that. We will need good release notes and
a public apology probably :)

Fix import statements that still rely on `util::bip32` - these should
have been fixed when we moved the `bip32` module.
2022-11-08 11:55:35 +11:00
..
bip32.rs Remove deprecated re-exports 2022-11-08 11:55:35 +11:00
ecdsa-psbt.rs Remove deprecated re-exports 2022-11-08 11:55:35 +11:00
handshake.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
taproot-psbt.rs Remove deprecated re-exports 2022-11-08 11:55:35 +11:00