]> Untitled Git - bdk-cli/commitdiff
Merge bitcoindevkit/bdk-cli#198: Add Justfile command runner
authormerge-script <withtvpeter@gmail.com>
Tue, 3 Jun 2025 15:55:56 +0000 (16:55 +0100)
committermerge-script <withtvpeter@gmail.com>
Tue, 3 Jun 2025 15:55:56 +0000 (16:55 +0100)
98bef7ec55f421f7ae172fcfccd25725ad87486f chore(add-justfile): update README (Vihiga Tyonum)
ef84b928698d8ade83cc866e3ea78fffbd154307 chore: add Justfile for `just` command runner (Vihiga Tyonum)

Pull request description:

  ### Description

  This PR adds Justfile config file for the just command runner.

  ### Notes to the reviewers

  The default values for `datadir`, `rpcuser` and `rpcpassword` set in the Justfile are those used in the project.

  ### Checklists

  #### All Submissions:

  * [x] I've signed all my commits
  * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md)
  * [x] I ran `cargo fmt` and `cargo clippy` before committing

  #### New Features:

  * [ ] I've added tests for the new feature
  * [x] I've added docs for the new feature
  * [ ] I've updated `CHANGELOG.md`

ACKs for top commit:
  notmandatory:
    ACK 98bef7ec55f421f7ae172fcfccd25725ad87486f

Tree-SHA512: 3b515b19a79e545596fbc7fa458bb2a3c382557bdc17d6794299e2364524ede9509810807c2e0c7fe79879314e361ff9bd6cbc42ed5cbd812e30e77a82ad98e1


Trivial merge