Skip to content

chore: bump dev version to 3.1.0-alpha.0#441

Merged
oleonardolima merged 2 commits intobitcoindevkit:masterfrom
ValuedMammal:chore/bump_dev_3_1_0
Apr 27, 2026
Merged

chore: bump dev version to 3.1.0-alpha.0#441
oleonardolima merged 2 commits intobitcoindevkit:masterfrom
ValuedMammal:chore/bump_dev_3_1_0

Conversation

@ValuedMammal
Copy link
Copy Markdown
Collaborator

@ValuedMammal ValuedMammal commented Apr 13, 2026

Description

This PR bumps the package version in Cargo.toml from 3.0.0 to 3.1.0-alpha.0 following the coding conventions outlined in #19. Also bump toolchain channel to 1.95.0 in rust-toolchain.toml.

Checklists

All Submissions:

  • I ran just p before pushing

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.21%. Comparing base (0217d85) to head (c55875d).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #441   +/-   ##
=======================================
  Coverage   80.21%   80.21%           
=======================================
  Files          24       24           
  Lines        5348     5348           
  Branches      242      242           
=======================================
  Hits         4290     4290           
  Misses        980      980           
  Partials       78       78           
Flag Coverage Δ
rust 80.21% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ValuedMammal ValuedMammal mentioned this pull request Apr 13, 2026
11 tasks
@ValuedMammal ValuedMammal self-assigned this Apr 13, 2026
@ValuedMammal ValuedMammal added the chore Non-coding related work label Apr 13, 2026
@ValuedMammal ValuedMammal added this to the Wallet 3.1.0 milestone Apr 13, 2026
@ValuedMammal ValuedMammal moved this to Needs Review in BDK Wallet Apr 13, 2026
@ValuedMammal ValuedMammal moved this from Needs Review to In Progress in BDK Wallet Apr 23, 2026
Copy link
Copy Markdown
Collaborator

@110CodingP 110CodingP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove _tx_amounts from the test completely? It was introduced in b4c31cd to calculate the sent and received amounts but this is already done by Wallet::sent_and_received so was removed in 0362998. We could also use the amounts given by tx_amounts in the asserts statements instead of the hardcoded values.

Clean up unused code in `test_get_funded_wallet_sent_and_received`.
@ValuedMammal ValuedMammal force-pushed the chore/bump_dev_3_1_0 branch from 794a80b to c55875d Compare April 27, 2026 11:55
@ValuedMammal ValuedMammal moved this from In Progress to Needs Review in BDK Wallet Apr 27, 2026
@thunderbiscuit
Copy link
Copy Markdown
Member

ACK c55875d.

Copy link
Copy Markdown
Contributor

@oleonardolima oleonardolima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK c55875d

@oleonardolima oleonardolima merged commit 6ec0146 into bitcoindevkit:master Apr 27, 2026
18 checks passed
@ValuedMammal ValuedMammal deleted the chore/bump_dev_3_1_0 branch April 28, 2026 04:25
ValuedMammal added a commit that referenced this pull request Apr 28, 2026
d3fe261 fix(ci): pin `idna_adapter` to `1.2.1` (Leonardo Lima)

Pull request description:

  ### Description

  It fixes the MSRV CI by pining `idna_adapter`.

  ### Notes to the reviewers

  I noticed it's broken after merging #441, this PR should fix it.

  ### Changelog notice

  ```

  ### Changed
  - fix(ci): pin `idna_adapter` to `1.2.1`

  ```

  ### 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 `just p` before pushing

ACKs for top commit:
  luisschwab:
    ACK d3fe261

Tree-SHA512: 92526486fd4719715e8a63eed007701094d5369afa51b98ebf5d5f98a3c043c9360b9f8ac82c234bbed402e4b89d53a8c49dd523b8663d4033bf6067179f13a5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Non-coding related work

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants