Bitcoin Development Kit
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Sharing URL Help
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee
  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # W31 Meeting Minutes ###### tags: `meeting` `lib` :::info - Link: https://github.com/bitcoindevkit/.github/issues/70 ::: ## Agenda - BDK 1.0 milestones and timeline - Impossible to get everything we planned on all the alpha releases within the year. Proposal to split the activities in different main releases and to focus on the work of alpha.2 and some little more into BDK 1.0. Basically, this would mean to delay everything that doesn't change the API in particular. We want to have a stable 1.0 API for this year and to do so we need to reduce the scope. For alpha.3 all Coin selection, planning module, rust-miniscript upgrade could go to a "2.0" version, maybe next year. For alpha.4: better wallet errors can go to 1.0, the rest will be delayed. For alpha.5: "Electrum double re-org support" could slightly change the API so we keep it as a possibility, while the others should not change the API. So we will focus on the alpha.2 and we will have a new "alpha.3" with other possible edits of the API and then we will be ready to have a Beta version and tests for users, to develop Bindings / CLI changes on that version and docs, tutorials etc. Daniela points out that since planning module is already at a good point, it makes sense to add it to 1.0, finishing it and give it reviews. Vlad is already working on CBF, the suggestion is to not stop working in general on those filters but to keep an eye on the priorities. If something is ready before the 1.0 is finished, it can be included anyway, but the most important thing is to end priorities. - BDK Review Club - Daniela can evaluate if there is something that can be interesting for #1023 PR - In general, it can be asked by reviewer to the author of the PR if it can be helpful - Review club would be very helpful for #1034, #1040 and #1041 by Evan, probably next week. Let's collect review questions on those - Review Begs? - See list in the alpha.2 section - Blockers? ### New Projects and Support - [#1029](https://github.com/bitcoindevkit/bdk/issues/1029) Expose way to select only (n-)confirmed UTXOs for TX creation - It will go into Coin Selection so it will probably go to next year and Daniela already provided a workaround that makes it not essential for now (tnull, who opened the issue, confirmed it) - [#1027](https://github.com/bitcoindevkit/bdk/issues/1027) Support for codex32/BIP93 seed import7 - Andrew Poelstra will work on this code change on the BIP32 seed - [#1047](https://github.com/bitcoindevkit/bdk/issues/1047) Make backend objects Send + Sync for compatibility with cln-plugin - Send and sync issue on c-lightning rust plugin. It is not super priority but a good example for user request for our API ### Top BDK 1.0 PRs and issues #### alpha.1 It was published! Let's celebrate! #### alpha.2 - [#1023](https://github.com/bitcoindevkit/bdk/pull/1023): Upgrade rust-bitcoin to 0.30, miniscript 0.10 - Needs reviews. This PR updates master branch. Then also the maintenance branch will need to be upgraded - Ordering of merging with other alpha.2 PRs is not very important, whatever comes first - [#1034](https://github.com/bitcoindevkit/bdk/pull/1034) ChainOracle linked-list refactor - Review ongoing - [#1040](https://github.com/bitcoindevkit/bdk/pull/1040) RPC client refactor - Needs reviews - [#1041](https://github.com/bitcoindevkit/bdk/pull/1041) esplora client refactor - Needs reviews - [#1048](https://github.com/bitcoindevkit/bdk/pull/1048) Remove TransactionDetails from Wallet API - Review is ongoing, small changes needed that Steve will update soon - [#1022](https://github.com/bitcoindevkit/bdk/issues/1022) Unify changeset APIs between all structures - Good to leave in alpha.2 ### Top Maintenance PRs and issues - [#1033](https://github.com/bitcoindevkit/bdk/pull/1033) Backport new taproot descriptor template (BIP86) - Needs final review from write access user. Not top priority but good to go - [#1039](https://github.com/bitcoindevkit/bdk/pull/1039) docs: add required style for commit messages - More a discussion topic on how to make a conventional commits standard. We'll give it a try in the existing or next PRs, good practice for reviews even if without automation. Not top priority but good to add to the contributing guide ## Users - Transaction builder important for justinrc, but the fact that it will be moved out is not a blocking issue. Stable 1.0 API for block by block syncing (improved by #1041 PR included in 1.0 and in review now) is the priority to solve some current issues on their side. Needs it next quarter - tnull wonders about forward and backward compatibility for 1.0 and if there are guarantees also on future versions on data model and API compatibility. The way we see it is that a major version (e.g. from 0.x to 1.0 or from 1.x to 2.0) means breaking the API and data structure. It is possible that this will happen once a year. Evan points out that the migration should not difficult to get backwards compatibility with some adjustments for future versions -> it can be a good design objective for 2.0 and future versions - issue by tnull on fee estimation: getting it from the client (Core, electrum...) is probably the best way at the moment because BDK can't do it anymore

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully