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

build(deps): update bdk_electrum requirement from 0.5.0 to 0.6.0 in /tests #13

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Updates the requirements on bdk_electrum to permit the latest version.

Release notes

Sourced from bdk_electrum's releases.

v0.6.0

A new release of BDK is out: v0.6.0 brings some new API calls, renamed types and some bugfixes.

Here's the full changelog.

What's Changed

New Contributors

Full Changelog: bitcoindevkit/bdk@v0.5.1...v0.6.0

Changelog

Sourced from bdk_electrum's changelog.

[v0.6.0]

Misc

Changed

  • New minimum supported rust version is 1.46.0
  • Changed AnyBlockchainConfig to use serde tagged representation.

Descriptor

Added

  • Added ability to analyze a PSBT to check which and how many signatures are already available

Wallet

Changed

  • get_new_address() refactored to get_address(AddressIndex::New) to support different get_address() index selection strategies

Added

  • Added get_address(AddressIndex::LastUnused) which returns the last derived address if it has not been used or if used in a received transaction returns a new address
  • Added get_address(AddressIndex::Peek(u32)) which returns a derived address for a specified descriptor index but does not change the current index
  • Added get_address(AddressIndex::Reset(u32)) which returns a derived address for a specified descriptor index and resets current index to the given value
  • Added get_psbt_input to create the corresponding psbt input for a local utxo.

Fixed

  • Fixed coin_select calculation for UTXOs where value < fee that caused over-/underflow errors.

[v0.5.1]

Misc

Changed

  • Pin hyper to =0.14.4 to make it compile on Rust 1.45

[v0.5.0]

Misc

Changed

  • Updated electrum-client to version 0.7

Wallet

Changed

  • FeeRate constructors from_sat_per_vb and default_min_relay_fee are now const functions

[v0.4.0]

Keys

Changed

  • Renamed DerivableKey::add_metadata() to DerivableKey::into_descriptor_key()
  • Renamed ToDescriptorKey::to_descriptor_key() to IntoDescriptorKey::into_descriptor_key()

Added

  • Added an ExtendedKey type that is an enum of bip32::ExtendedPubKey and bip32::ExtendedPrivKey
  • Added DerivableKey::into_extended_key() as the only method that needs to be implemented

... (truncated)

Commits
  • 549cd24 Bump version to 0.6.0
  • a841b5d Use published bdk-testutils-macros
  • 16ceb6c Bump version of bdk-testutils-macros
  • edfd7d4 Merge commit 'refs/pull/325/head' of github.com:bitcoindevkit/bdk into releas...
  • 1d874e5 Merge commit 'refs/pull/326/head' of github.com:bitcoindevkit/bdk into releas...
  • 98127cc Allow setting RBF when bumping the fee of a transaction. This enables to furt...
  • e243107 Adding tests to demonstrate that we can't keep RBF when bumping the fee of a ...
  • 237a8d4 [ci] Update 'Build docs' job to use nightly-2021-03-23
  • 7f4042b Bump version to 0.6.0-rc.1
  • 1929654 Convert upper-case acronyms as suggested by CamelCase convention
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [bdk_electrum](https://github.com/bitcoindevkit/bdk) to permit the latest version.
- [Release notes](https://github.com/bitcoindevkit/bdk/releases)
- [Changelog](https://github.com/bitcoindevkit/bdk/blob/master/CHANGELOG.md)
- [Commits](bitcoindevkit/bdk@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: bdk_electrum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2024

Superseded by #19.

@dependabot dependabot bot closed this Feb 5, 2024
@dependabot dependabot bot deleted the dependabot/cargo/tests/bdk_electrum-0.6.0 branch February 5, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants