Skip to content

Releases: caravan-bitcoin/caravan

@caravan/[email protected]

06 Jun 19:43
45769e5
Compare
Choose a tag to compare

Minor Changes

  • #91 0d81717 Thanks @bucko13! - export of new utils for psbt v0 handling. Primarily adds support for taproot outputs by upgrading to bitcoinjs-lib v6 depedency. Upgrades to a new API from legacy utils from caravan/bitcoin and includes some utilities and types for handling conversions.

Patch Changes

@caravan/[email protected]

06 Jun 19:44
45769e5
Compare
Choose a tag to compare

Major Changes

  • #91 0d81717 Thanks @bucko13! - New package for multisig wallet utilities and types to share across other packages

@caravan/[email protected]

06 Jun 19:44
45769e5
Compare
Choose a tag to compare

Patch Changes

  • #91 0d81717 Thanks @bucko13! - initiliazing package, upgrading deps. need to improve shared config before major release

@caravan/[email protected]

06 Jun 19:43
45769e5
Compare
Choose a tag to compare

Minor Changes

  • #91 0d81717 Thanks @bucko13! - export signature utilities from caravan/bitcoin to support new psbt tooling

  • #91 0d81717 Thanks @bucko13! - transaction parser was stripping out network information from global xpubs being added to psbt. global xpubs will now respect the network and include appropriate prefix

[email protected]

03 May 20:17
84be1b8
Compare
Choose a tag to compare

Patch Changes

  • #88 180ced6 Thanks @jbrauck-unchained! - Rescan functionality was not correctly being passed into bitcoindImportDescriptors which it needs to be in order to correctly set timestamp equal to "0" when rescan equals true.

  • Updated dependencies [180ced6]:

@caravan/[email protected]

03 May 20:17
84be1b8
Compare
Choose a tag to compare

Patch Changes

  • #88 180ced6 Thanks @jbrauck-unchained! - Rescan functionality was not correctly being passed into bitcoindImportDescriptors which it needs to be in order to correctly set timestamp equal to "0" when rescan equals true.

@caravan/[email protected]

02 May 16:20
Compare
Choose a tag to compare

Minor Changes

  • #73 c58f786 Thanks @Shadouts! - PsbtV2 public setProprietaryValue allows for proprietary value mapping on the psbt.

[email protected]

01 May 03:44
b3acd31
Compare
Choose a tag to compare

Major Changes

  • #76 6c04ac4 Thanks @bucko13! - Caravan Coordinator:
    Adds descriptor import support for caravan coordinator. This is a backwards incompatible
    change for instances that need to interact with bitcoind nodes older than v21 which introduced
    descriptor wallets.

    @caravan/clients

    • named wallet interactions
    • import descriptor support

Patch Changes

@caravan/[email protected]

01 May 03:44
b3acd31
Compare
Choose a tag to compare

Minor Changes

  • #76 6c04ac4 Thanks @bucko13! - Caravan Coordinator:
    Adds descriptor import support for caravan coordinator. This is a backwards incompatible
    change for instances that need to interact with bitcoind nodes older than v21 which introduced
    descriptor wallets.

    @caravan/clients

    • named wallet interactions
    • import descriptor support

[email protected]

30 Apr 17:57
22173ec
Compare
Choose a tag to compare

Patch Changes

  • #81 0e2b045 Thanks @bucko13! - Fixes incorrect call for interaction messages in address generator