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

Commits on Jun 21, 2024

  1. TMP: Remove bitcoind-tests

    `bitcoind-tests` has a dependency on `bitcoin` so it makes depending on
    a local patched version more difficult, just temporarily delete it.
    tcharding committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d946871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e67d92f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d342eb View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Depend on crate-smashing branch

    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!
    tcharding committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    148f486 View commit details
    Browse the repository at this point in the history
  2. Remove borrows

    tcharding committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1a898e0 View commit details
    Browse the repository at this point in the history