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

Various fixes for Nix compatibility #538

Merged
merged 5 commits into from
May 1, 2023

Commits on Apr 4, 2023

  1. promote bitcoind-tests and fuzz to workspaces

    This lets you run all the tests with `cargo test --all`. It also causes
    all crates to share a lockfile, for better or worse.
    
    We cannot also bring 'embedded' as a workspace because it doesn't
    actually build on desktop CPUs.
    apoelstra committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    54d7657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf98e2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd0abcd View commit details
    Browse the repository at this point in the history
  4. cargo fmt new workspaces (bitcoin-tests, fuzz)

    Also fmt embedded, since in an earlier iteration of this PR, it was a
    new workspace. (Total diff: 2 lines.)
    apoelstra committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    73bcffc View commit details
    Browse the repository at this point in the history
  5. set honggfuzz dependency to 0.5.55

    0.5.0 doesn't work.
    apoelstra committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    f50cbbb View commit details
    Browse the repository at this point in the history