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

Update to bdk v0.26.0 #133

Merged
merged 1 commit into from
Jan 10, 2023

Conversation

rajarshimaitra
Copy link
Contributor

Description

Upgrade to bdk v0.26.0

Notes to the reviewers

Checklists

All Submissions:

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

@notmandatory
Copy link
Member

Hey looks like you need do to a cargo fmt, missing a comma.

@rajarshimaitra
Copy link
Contributor Author

Ah my bad.. Updated..

@notmandatory notmandatory mentioned this pull request Jan 3, 2023
24 tasks
@notmandatory
Copy link
Member

I updated bdk-reserves "update_bdk_026" branch with bdk rc.2.

src/utils.rs Outdated
@@ -390,6 +390,7 @@ pub(crate) fn new_blockchain(
retry: wallet_opts.proxy_opts.retries,
timeout: wallet_opts.electrum_opts.timeout,
stop_gap: wallet_opts.electrum_opts.stop_gap,
validate_domain: false,
Copy link
Member

Choose a reason for hiding this comment

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

This should be true since that's the default prior to adding the option.

Suggested change
validate_domain: false,
validate_domain: true,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ACK.. Missed that thought..

@notmandatory notmandatory force-pushed the update_bdk_v0.26 branch 2 times, most recently from 41c8ea5 to 8db5ef3 Compare January 3, 2023 20:18
Copy link
Contributor Author

@rajarshimaitra rajarshimaitra left a comment

Choose a reason for hiding this comment

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

ACK 8db5ef3

Copy link
Member

@notmandatory notmandatory left a comment

Choose a reason for hiding this comment

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

ACK 52dd87e

@notmandatory notmandatory merged commit 2d3ffbc into bitcoindevkit:master Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants