rust-bitcoin-unsafe-fast/bitcoin
Andrew Poelstra 9b4daa4192
Merge rust-bitcoin/rust-bitcoin#4665: Use relative import paths rather than absolute
c0345f8b8f Use relative import paths rather than absolute (Martin Habovstiak)

Pull request description:

  When doing large refactorings such as moving entire modules around referring to items defined in a parent module by mentioning `crate` is umbersome since the paths change and make the move confusing. It also obscures the fact that some concepts are related.
  
  This changes a few paths to relative so that the refactoring in the future will be easier.


ACKs for top commit:
  apoelstra:
    ACK c0345f8b8f617e5cf98bccb7500f2389511b1865; successfully ran local tests; lgtm
  tcharding:
    ACK c0345f8b8f


Tree-SHA512: 3c6e774c81ccdaa5b27b06f25e80385dd0972232a3267cdabb671c86ba86feaa2672185815430ad8efa1cf3888e05c897f5c43d8750d6a071bd970570d4574cb
2025-07-03 20:22:23 +00:00
..
contrib Remove rust-ordered dependency 2025-02-18 13:36:07 +11:00
embedded chore: remove unused cortex-m dependency from embedded Cargo.toml files in bitcoin and hashes modules. 2025-04-05 18:25:41 +08:00
examples Fix clippy lint and formatting for `Xpriv::derive_xpriv` and `Xpriv::derive_xpub` calls 2025-06-23 18:06:02 -05:00
src Merge rust-bitcoin/rust-bitcoin#4665: Use relative import paths rather than absolute 2025-07-03 20:22:23 +00:00
tests psbt: validate that non_witness_utxo txids match the input txids 2025-06-25 16:12:20 +00:00
CHANGELOG.md BREAKING: Change Psbt serde implementations 2025-05-22 16:41:05 -05:00
Cargo.toml Move `bitcoin/p2p` into `p2p` 2025-06-18 14:11:35 +01:00