This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Releases: LedgerHQ/bitcoin-lib-grpc
Releases · LedgerHQ/bitcoin-lib-grpc
v1.0.0
Extra information in CreateTransactionResponse
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
Ltc main net support
0.1.0 - Bitcoin support
Publish image to gh packages