Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitcoindevkit/bdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f41abf
Choose a base ref
...
head repository: bitcoindevkit/bdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3507055
Choose a head ref
  • 2 commits
  • 35 files changed
  • 1 contributor

Commits on Sep 10, 2024

  1. ci: move to Nix

    You can switch flawlessly from Rust stable, MSRV, and nightly using
    either:
    
    - `nix develop .`: Rust MRSV
    - `nix develop .#msrv`: Rust MRSV
    - `nix develop .#stable`: Rust latest stable
    - `nix develop .#nightly`: Rust Nightly
    
    Also you don't need to worry about installing binaries from `bitcoind`
    or `electrs` crates,
    since we fetch these from `nixpkgs` (with pinned versions) and add them
    to your local environment.
    Additionally, all the extra dependencies that you need for WASM are
    handled as well.
    Finally, no need to set ENV vars: they are also set all by default to
    you.
    
    If you are committing typos, or failing to adhere to our guidelines in
    [CONTRIBUTING.md](CONTRIBUTING.md);
    we won't let you commit or push.
    This is handled by Nix's automated `pre-commit` hooks which gives
    helpful error messages.
    
    Please check the [Nix.md](Nix.md) file to learn more about Nix and what
    we are aiming to do with the Nix integration into BDK.
    storopoli committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6939b14 View commit details
    Browse the repository at this point in the history
  2. fix: typos

    storopoli committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3507055 View commit details
    Browse the repository at this point in the history
Loading