Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 20:11
· 30 commits to main since this release
763c0a0

Minor Changes

  • #112 7cf2bf4 Thanks @Harshil-Jani! - @caravan/client
    We are exposing a new method getAddressTransactions which will fetch all the transaction for a given address and format it as per needs. To facilitate the change, we had moved the interfaces in the new file types.ts.

    Another change was about getting the block fee-rate percentile history from mempool as a client.

    @caravan/bitcoin
    The new function that has the capability to detect the address type (i.e P2SH, P2PKH, P2WSH or P2TR) was added.

    Overall, The changes were to support the new library within caravan called @caravan/health.

Patch Changes