]> Untitled Git - bdk/commitdiff
Merge bitcoindevkit/bdk#1897: test for excluded bounds in outputs_in_range
authormerge-script <valuedmammal@protonmail.com>
Thu, 3 Jul 2025 13:48:13 +0000 (09:48 -0400)
committermerge-script <valuedmammal@protonmail.com>
Thu, 3 Jul 2025 13:48:13 +0000 (09:48 -0400)
ad792670c487e62183d901338b2655ec7b81c688 test for excluded bounds in outputs_in_range (aagbotemi)

Pull request description:

  <!-- You can erase any parts of this template not applicable to your Pull Request. -->

  ### Description
  This PR covers a wide range on tests for excluded bounds and the `SpkTxOutIndex::outputs_in_range`. This PR fixes bitcoindevkit/bdk_wallet#58

  <!-- Describe the purpose of this PR, what's being adding and/or fixed -->

  ### Notes to the reviewers

  <!-- In this section you can include notes directed to the reviewers, like explaining why some parts
  of the PR were done in a specific way -->

  ### Changelog notice

  <!-- Notice the release manager should include in the release tag message changelog -->
  <!-- See https://keepachangelog.com/en/1.0.0/ for examples -->

  ### Checklists

  #### All Submissions:

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

  #### New Features:

  * [ ] I've added tests for the new feature
  * [ ] I've added docs for the new feature

  #### Bugfixes:

  * [ ] This pull request breaks the existing API
  * [ ] I've added tests to reproduce the issue which are now passing
  * [x] I'm linking the issue being fixed by this PR

ACKs for top commit:
  ValuedMammal:
    ACK ad792670c487e62183d901338b2655ec7b81c688
  oleonardolima:
    utACK ad792670c487e62183d901338b2655ec7b81c688

Tree-SHA512: 268e48ce6e7ffb0ed62d0124869caf1fbcff65d787a1a6566a5521408a8b9659a9f25cba5523802e805ac24bfa7809fff51e49c6be59cef6b6ecf4a29ffb9b0a


Trivial merge