Skip to content

Release 1.0.0

Latest

Choose a tag to compare

@thunderbiscuit thunderbiscuit released this 29 May 16:14
· 12 commits to master since this release
v1.0.0
79abf86

This is the 1.0 version of bdk-rn!

It is using the 3.0.0 API of the bdk-ffi library. See the changelog there.

You can find our PGP keys on our website: https://bitcoindevkit.org/foundation/pgp/#official-releases
Download the official PGP key for the language bindings here: https://bitcoindevkit.org/assets/pgp/bindings.asc

Verifying the Signature on the Artifact

  1. Import the PGP key
  2. Ensure the tarball and the signature file as side-by-side
  3. Verify the signature
gpg --import bindings.asc
gpg --verify bdk-rn-1.0.0.tgz.asc
# gpg: assuming signed data in 'bdk-rn-1.0.0.tgz'
# gpg: Signature made Fri 29 May 11:52:57 2026 EDT
# gpg:                using EDDSA key 88AD93AC4589FD090FF3B8D12768C43E8803C6A3
# gpg: Good signature from "bitcoindevkit-bindings <bindings@bitcoindevkit.org>"