Skip to content

Releases: synonymdev/bitkit-core

v0.1.75

26 Jun 13:59
496c084

Choose a tag to compare

This release:

  • Improves LNURL-pay payment validation.

v0.1.74

25 Jun 21:49
201e37b

Choose a tag to compare

This release:

  • Adds LNURL-pay invoice validation.

v0.3.4

24 Jun 16:32
c098b41

Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

22 Jun 16:46
cfda405

Choose a tag to compare

This Release:

  • Bumps trezor-connect-rs 0.3.2 -> 0.3.3 (non-iOS and iOS targets).
  • Maps protocol Failure codes to typed DeviceError variants, so a wrong-PIN failure now surfaces as TrezorError::InvalidPin instead of a generic device error. The existing From impl already maps these variants; no conversion-logic change is needed and the FFI surface is unchanged.
  • Added tests starting from raw FailureType codes (via the new public DeviceError::from_failure) asserting they reach the typed errors: 7 -> InvalidPin, 6 -> PinCancelled, 5 -> PinRequired, 4 -> UserCancelled, 99 -> generic DeviceError (code + message preserved).

v0.3.2

22 Jun 08:42
d95a061

Choose a tag to compare

This release:

  • Exposes TrezorTransportErrorCode.DeviceBusy on native transport callback results.
  • Maps structured callback busy failures from open/read/write/message calls to TrezorError.DeviceBusy.

v0.3.1

19 Jun 19:26
2cf6d4d

Choose a tag to compare

This release:

  • Exposes Trezor lock state through TrezorFeatures.unlocked so mobile clients can distinguish PIN protection from the current locked/unlocked session state.
  • Adds trezor_refresh_features() for explicit one-shot fresh feature reads without background polling.
  • Surfaces busy Trezor transport state as TrezorError::DeviceBusy so clients can back off while the device is busy or awaiting user action.

v0.3.0

19 Jun 17:48
cc1ff06

Choose a tag to compare

This release:

  • Adds wallet-scoped activity storage and related activity APIs.
  • Scopes pre-activity metadata, transaction details, tags, and activity lookups by wallet where applicable.

v0.1.73

16 Jun 14:58
6d4c352

Choose a tag to compare

This release:

  • Ships stripped Android release AARs with separate native debug symbols.

v0.1.72

11 Jun 21:12
2bf6b33

Choose a tag to compare

This release:

  • Adds Android native release validation for .debug_info DWARF metadata and 16 KB LOAD alignment.
  • Supports Android crash symbolication for synonymdev/bitkit-android#982.

v0.1.70

05 Jun 17:22
3e15037

Choose a tag to compare

This release:

  • Adds Android native debug metadata for crash symbolication.
  • Adds 16 KB page-size alignment validation for Android native libraries.