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

Upgrade bdk and add a few more features for wasm #13

Merged
merged 3 commits into from
Jan 22, 2021

Conversation

afilini
Copy link
Member

@afilini afilini commented Jan 22, 2021

Description

This PR upgrades BDK to version 0.3 and exposes some new features that can be used to use this library from wasm. This has been tested in our playground on bitcoindevkit/bitcoindevkit.org

Checklists

All Submissions:

  • I've signed all my commits
  • I followed the contribution guidelines
  • I ran cargo fmt and cargo clippy before committing

New Features:

  • I've updated CHANGELOG.md

@@ -12,7 +12,7 @@ readme = "README.md"
license = "MIT"

[dependencies]
bdk = "^0.2"
bdk = { version = "^0.3", default-features = false }
bdk-macros = "^0.2"
Copy link
Member

Choose a reason for hiding this comment

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

Should bdk-macros also be upgraded to ^0.3?

Copy link
Member

Choose a reason for hiding this comment

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

I just remembered the bdk-macro changes in bitcoindevkit/bdk#174 just got merged so aren't in any crates.io version yet, so ^0.2 is fine.

Copy link
Member

Choose a reason for hiding this comment

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

ACK 6075869

I manually tested with a few simple bdk-cli commands.

@afilini afilini merged commit 6075869 into bitcoindevkit:master Jan 22, 2021
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.

2 participants