Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Releases: LedgerHQ/bitcoin-lib-grpc

v1.0.0

12 Oct 15:02
a9b7071
Compare
Choose a tag to compare

h2. Features:

Extra information in CreateTransactionResponse

22 Mar 10:30
e515b97
Compare
Choose a tag to compare

As the CreateTransaction service has 2 purposes (setting the change output and serializing), we expose the "setting change output" effect in a parse-able way. We don't want to parse the RawTx again to know the change amount and the total fees for the created transaction

Changes:

  • change_amount is added to CreateTransactionResponse
  • total_fees is added to CreateTransactionResponse

0.2.0 - Litecoin main net support

25 Feb 13:56
Compare
Choose a tag to compare
Pre-release
Ltc main net support

0.1.0 - Bitcoin support

17 Feb 09:37
Compare
Choose a tag to compare
Pre-release
Publish image to gh packages