Skip to content

Releases: synonymdev/bitkit-core

v0.1.58-rc1

09 Apr 21:18
dd20901

Choose a tag to compare

v0.1.58-rc1 Pre-release
Pre-release

Pre-release Android package for the Trezor Safe 7 USB THP transport fix.

Includes:

  • trezor-connect-rs pin to commit 214d0c542ad50992811df3a83ab3e1be20ec4cad
  • rebuilt Android native libraries for all packaged ABIs
  • regenerated Android bindings validated via build.sh android and publishToMavenLocal

v0.1.57

08 Apr 01:12
99bcca6

Choose a tag to compare

This Release:

Resolves Trezor Safe 7 via USB error

  • Query transport.has_thp() after acquire to correctly set uses_thp for any device that negotiated THP, not just Bluetooth.

v0.1.56

01 Apr 09:03
99bd86b

Choose a tag to compare

chore: bump version and regenerate bindings

v0.1.55

31 Mar 21:54
d0a6078

Choose a tag to compare

Changes

  • Bump trezor-connect-rs from 0.2.4 to 0.2.5 — fixes USB I/O serialization (upstream PR)

v0.1.54

31 Mar 15:06
6dc2e68

Choose a tag to compare

Merge pull request #83 from synonymdev/feat/pubky-approve-auth

feat: add approver-side Pubky Auth FFI

v0.1.53

31 Mar 14:25
47cac66

Choose a tag to compare

chore: bump version and regenerate bindings

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.52

30 Mar 14:55
aa28d33

Choose a tag to compare

feat: add approver-side Pubky Auth FFI (approve + parse URL)

Add approve_pubky_auth and parse_pubky_auth_url to enable approving
auth requests from other apps. Bump version and regenerate bindings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.51

27 Mar 00:13
1fddbd8

Choose a tag to compare

bump version

v0.1.50

26 Mar 22:48
51a3659

Choose a tag to compare

v0.1.50 Pre-release
Pre-release

This Release:

  • Adds get_transaction_history that queries an xpub's full transaction history and balance via Electrum/BDK.

  • Adds get_transaction_detail that returns full data for a single transaction by txid.

  • New types:

    • HistoryTransaction
    • WalletBalance
    • TxDirection
    • TransactionHistoryResult
    • TransactionDetail
    • TxDetailInput
    • TxDetailOutput

v0.1.49

19 Mar 16:49
aa68bb5

Choose a tag to compare

v0.1.49 Pre-release
Pre-release

This Release:

  • Adds get_transaction_history that queries an xpub's full transaction history and balance via Electrum/BDK.

  • Adds get_transaction_detail that returns full data for a single transaction by txid.

  • New types:

    • HistoryTransaction
    • WalletBalance
    • TxDirection
    • TransactionHistoryResult
    • TransactionDetail
    • TxDetailInput
    • TxDetailOutput