HackMD
    • Sharing 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
    • Commenting & Invitee
    • Publishing
      Please check the box to agree to the Community Guidelines.
      Everyone on the web can find and read all notes of this public team.
      After the note is published, everyone on the web can find and read this note.
      See all published notes on profile page.
    • Commenting Enable
      Disabled Forbidden Owners Signed-in users Everyone
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Invitee
    • No invitee
    • Options
    • Versions and GitHub Sync
    • Transfer ownership
    • Delete this note
    • Note settings
    • Template
    • Insert from template
    • Export
    • Dropbox
    • Google Drive Export to Google Drive
    • Gist
    • Import
    • Dropbox
    • Google Drive Import from Google Drive
    • Gist
    • Clipboard
    • Download
    • Markdown
    • HTML
    • Raw HTML
Menu Note settings Sharing Help
Menu
Options
Versions and GitHub Sync Transfer ownership Delete this note
Export
Dropbox Google Drive Export to Google Drive Gist
Import
Dropbox Google Drive Import from Google Drive Gist Clipboard
Download
Markdown HTML Raw HTML
Back
Sharing
Sharing 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
Comment & Invitee
Publishing
Please check the box to agree to the Community Guidelines.
Everyone on the web can find and read all notes of this public team.
After the note is published, everyone on the web can find and read this note.
See all published notes on profile page.
More (Comment, Invitee)
Commenting Enable
Disabled Forbidden Owners Signed-in users Everyone
Permission
Owners
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Invitee
No invitee
   owned this note    owned this note      
Published Linked with GitHub
Like BookmarkBookmarked
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Q4 Spiral Update (for Q3 Work) # Paragraph Style Keep an eye out for the bdk `1.0.0-alpha.2` release with all the improvments added in Q3. Noteble changes include [@evanlinjin]'s innovative new [bitcoind RPC based blockchain client module](https://github.com/bitcoindevkit/bdk/pull/1041) that updates the chain and wallet state block by block. This enables quick syncing to bitcoind, even for wallets tracking many addresses. [@evanlinjin] also merged a major change to [Implement linked-list LocalChain](https://github.com/bitcoindevkit/bdk/pull/1034). This change enables more efficent and thread safe block data storage. [@vladimirfomene] did some required refactoring to the chain update structures to improve usability. [@danielabrozzoni] performed our long overdue upgrade to the latest `rust-bitcoin` 0.30 version which is a big win for interoperating with other `rust-bitcoin` base projects. [@notmandatory] removed the `TransactionDetails` type from the Wallet API and replaced it with new functions to provide the same info. [@evanlinjin] added a new cli example for the esplora blockchain client showing off new chain syncing features. And [@LagginTimes] and [@danielabrozzoni] implemented a new and improved set of tests to prevent conflicting transactions in the `TxGraph` struture. In related news, [@danielabrozzoni]'s `rust-miniscript` planning module [PR](rust-bitcoin/rust-miniscript#592) was merged :tada:. This work lays the foundation for future improvements to the bdk transaction builder. A new BDK Case Studies page was released on the [bitcoindevkit website](https://bitcoindevkit.org/) showcasing a growing list of projects that use the bitcoin development kit. a new maintenance bdk version [0.29.0](https://github.com/bitcoindevkit/bdk/releases/tag/v0.29.0) was released which fixes a small bug in the wallet and updates the rust-bitcoin dependency to the latest 0.30 version. The language bindings for BDK have a new release (0.30.0) of bdk-android, BitcoinDevKit (Swift library), bdkpython, bdk-rn, and bdk-flutter with support for new BIP-86 (Taproot) descriptor templates. The language bindings are also working to make their build tools and system well documented and produce templates so that other Rust-based bitcoin projects can leverage their process. Check out the [uniffi examples website](https://thunderbiscuit.github.io/uniffi-examples/getting-started/introduction.html) and [Rust language bindings template](https://github.com/thunderbiscuit/uniffi-bindings-template) for more information. Three successfull Summer of Bitcoin projects were completed, including a new [Swift iOS Demo Wallet] for which [@reez] and [@notmandatory] mentored [@Ytemiloluwa](https://github.com/Ytemiloluwa), adding [Payjoin support to bdk-cli](https://github.com/bitcoindevkit/bdk-cli/pull/156) for which [@DanGould](https://github.com/DanGould) and [@notmandatory] mentored [@willowenss](https://github.com/willowenss), and a now ready-for-showtime [Padawan Wallet](https://padawanwallet.com/), where [@thunderbiscuit] mentored [@Prakhar](https://github.com/Prakhar-Agarwal-byte). The summer also saw some of the crew active in the community and at conferences. [@evanlinjin] was on the [億聰哲史 podcast](https://open.spotify.com/episode/3IMsSOPG6ngHiLDOsWA8Yl?si=kushf4q0SiqpRhjQrdPLRw), helped start a new [BitDevs in Taipei](https://www.meetup.com/taiwan-bitdevs/events/295581262), and gave a talk and workshop at the first [Bitcoin Thailand conference](https://twitter.com/evanlinjin/status/1681317323477770241). [@danielabrozzoni] taught a few lessons on Bitcoin and BDK for the cubo+ mentoring program, gave a talk at hack.bs.it on Rust, and was on the ["Il priorato del Bitcoin" podcast](https://open.spotify.com/episode/3ciY2ChgvgfiJCbWsF02yf?si=TWA6mPp8RWe1WMTAWTRa9g) for an episode on Bitcoin technical news (BIP324, covenants, drivechains, Ark, etc). [@notmandatory] gave a [workshop](https://github.com/TABConf/2023.tabconf.com/issues/113) at [TABConf2023](https://2023.tabconf.com/) on how to use the new BDK 1.0 syncing mechanisms. <br> <br> # Bullet Points Style * Check out the new [BDK case studies page](https://bitcoindevkit.org/case-studies/) with a growing list of projects that use the bitcoin development kit. ## BDK 1.0 * Keep an eye out for the bdk `1.0.0-alpha.2` release with all the improvments below. * [@evanlinjin] implemented an innovative new [bitcoind RPC based blockchain client module](https://github.com/bitcoindevkit/bdk/pull/1041) that updates the chain and wallet state block by block. This enables quick syncing to bitcoind, even for wallets tracking many addresses. * [@evanlinjin] merged a major change to [Implement linked-list LocalChain](https://github.com/bitcoindevkit/bdk/pull/1034). This change enables more efficent and thread safe block data storage. * [@vladimirfomene] did some required refactoring to the chain update structures to improve usability. * [@danielabrozzoni] performed our long overdue upgrade to the latest `rust-bitcoin` 0.30 version which is a big win for interoperating with other `rust-bitcoin` base projects. * [@danielabrozzoni]'s `rust-miniscript` planning module [PR](rust-bitcoin/rust-miniscript#592) was merged :tada:. This work lays the foundation for future improvements to the bdk transaction builder. * [@notmandatory] removed the `TransactionDetails` type from the Wallet API and replaced it with new functions to provide the same info via new functions. * [@evanlinjin] added a new cli example for the esplora blockchain client showing off new chain syncing features. * [@LagginTimes] and [@danielabrozzoni] implemented a new and improved set of tests to prevent conflicting transactions in the `TxGraph` struture. ## BDK Maintenance * bdk version [0.29.0](https://github.com/bitcoindevkit/bdk/releases/tag/v0.29.0) was released which fixes a bug in the wallet balance if the wallet receives more than one coinbase transaction and updates the rust-bitcoin dependency to the latest 0.30 version. ## BDK Language Bindings * released bdk-cli version [0.30.0](https://github.com/bitcoindevkit/bdk-ffi/releases/tag/v0.30.0) of bdk-android, BitcoinDevKit (Swift library), bdkpython, bdk-rn, and bdk-flutter with support for new BIP-86 (Taproot) descriptor templates (plus a bunch of internal improvements). * [@thunderbiscuit] added the [uniffi examples website](https://thunderbiscuit.github.io/uniffi-examples/getting-started/introduction.html) and [Rust language bindings template](https://github.com/thunderbiscuit/uniffi-bindings-template) repo to help other Rust-based bitcoin projects leverage language bindings. * [@reez] created the new [Swift iOS Demo Wallet] project to help jumpstart new BDK iOS wallet projects and demonstrate best practices. See also [@reez]'s blog post ["Developing a Bitcoin Wallet for iOS"](https://matthewramsden.substack.com/p/developing-a-bitcoin-wallet-for-ios). ## Summer of Bitcoin We wrapped up three [SoB](https://www.summerofbitcoin.org/) projects to: * Add new screens and multilanguage support to new [Swift iOS Demo Wallet], [@reez] and [@notmandatory] mentored [@Ytemiloluwa](https://github.com/Ytemiloluwa) from Ahmadu Bello University (Nigeria). * Add [Payjoin support to bdk-cli](https://github.com/bitcoindevkit/bdk-cli/pull/156), [@DanGould](https://github.com/DanGould) and [@notmandatory] mentored [@willowenss](https://github.com/willowenss) from Vanderbilt University, Nashville. * Add advanced bitcoin features to [Padawan Wallet](https://padawanwallet.com/), [@thunderbiscuit] mentored [Prakhar](https://github.com/Prakhar-Agarwal-byte) at the Indian Institute of Technology (Banaras Hindu University), Varanasi. ## BDK Talks and Workshops * [@evanlinjin] had a chat about BDK on the [億聰哲史 podcast](https://open.spotify.com/episode/3IMsSOPG6ngHiLDOsWA8Yl?si=kushf4q0SiqpRhjQrdPLRw), let us know how his chinese is, helped run some workshops and socratic seminars for [BitDevs in Taipei](https://www.meetup.com/taiwan-bitdevs/events/295581262), and gave a talk and workshop at the first [Bitcoin Thailand conference](https://twitter.com/evanlinjin/status/1681317323477770241). * [@danielabrozzoni] taught a few lessons on Bitcoin and BDK for the cubo+ mentoring program and gave a talk at hack.bs.it on Rust. * [@notmandatory] gave a [workshop](https://github.com/TABConf/2023.tabconf.com/issues/113) at [TABConf2023](https://2023.tabconf.com/) for how to use the new BDK 1.0 syncing mechanisms. * [@danielabrozzoni] was on the ["Il priorato del Bitcoin" podcast](https://open.spotify.com/episode/3ciY2ChgvgfiJCbWsF02yf?si=TWA6mPp8RWe1WMTAWTRa9g) for an episode on Bitcoin technical news (BIP324, covenants, drivechains, Ark, etc) [@LagginTimes]: https://github.com/LagginTimes [@vladimirfomene]: https://github.com/vladimirfomene [@evanlinjin]: https://github.com/evanlinjin [@danielabrozzoni]: https://github.com/danielabrozzoni [@reez]: https://github.com/reez [@notmandatory]: https://github.com/notmandatory [@thunderbiscuit]: https://github.com/thunderbiscuit [Swift iOS Demo Wallet]: https://github.com/reez/BDKSwiftExampleWallet

Import from clipboard

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 lost their connection.

Create a note from template

Create a note from template

Oops...
This template is not available.


Upgrade

All
  • All
  • Team
No template found.

Create custom template


Upgrade

Delete template

Do you really want to delete this template?

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

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

Tutorials

Book Mode Tutorial

Slide Mode Tutorial

YAML Metadata

Contacts

Facebook

Twitter

Discord

Feedback

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

Sign in to link this note to GitHub Learn more
This note is not linked with GitHub Learn more
 
Add badge Pull Push GitHub Link Settings
Upgrade now

Version named by    

More Less
  • Edit
  • Delete

Note content is identical to the latest version.
Compare with
    Choose a version
    No search result
    Version not found

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. Learn more

       Sign in to GitHub

      HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.

      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
      Available push count

      Upgrade

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Upgrade

      Danger Zone

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

      Syncing

      Push failed

      Push successfully