-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# @ledgerhq/device-signer-kit-bitcoin | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#640](https://github.com/LedgerHQ/device-sdk-ts/pull/640) [`4df35a8`](https://github.com/LedgerHQ/device-sdk-ts/commit/4df35a8392872eb401d81d80a335ffac77ccf895) Thanks [@valpinkman](https://github.com/valpinkman)! - 1.0.0 release | ||
|
||
### Minor Changes | ||
|
||
- [#516](https://github.com/LedgerHQ/device-sdk-ts/pull/516) [`f20f429`](https://github.com/LedgerHQ/device-sdk-ts/commit/f20f42940df096efbcda417d3cd4fc6ffff4354b) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Add RegisterWallet command | ||
|
||
- [#270](https://github.com/LedgerHQ/device-sdk-ts/pull/270) [`1f1485b`](https://github.com/LedgerHQ/device-sdk-ts/commit/1f1485be90f073d73f7013d6b755f1234e481844) Thanks [@paoun-ledger](https://github.com/paoun-ledger)! - Implement MerkleTree and MerkleMap services | ||
|
||
- [#282](https://github.com/LedgerHQ/device-sdk-ts/pull/282) [`c03eb92`](https://github.com/LedgerHQ/device-sdk-ts/commit/c03eb9206e4e4c106cc01a205ff830b2ab271e66) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Implement GetExtendedPublicKeyCommand | ||
|
||
- [#612](https://github.com/LedgerHQ/device-sdk-ts/pull/612) [`705097a`](https://github.com/LedgerHQ/device-sdk-ts/commit/705097a6558b0e0c7e7801a1dfbf838d39c403ce) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Implement get wallet device action and sample app getWalletAddress | ||
|
||
- [#525](https://github.com/LedgerHQ/device-sdk-ts/pull/525) [`21e9de8`](https://github.com/LedgerHQ/device-sdk-ts/commit/21e9de8b24307288a261499b97d8e987d162d4ad) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Implement GetSignMessageCommand | ||
|
||
- [#279](https://github.com/LedgerHQ/device-sdk-ts/pull/279) [`70770c6`](https://github.com/LedgerHQ/device-sdk-ts/commit/70770c6b4396dbec115cda4b2d40579ca108aeae) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Implement GetMasterFingerprintCommand | ||
|
||
- [#581](https://github.com/LedgerHQ/device-sdk-ts/pull/581) [`2521c7a`](https://github.com/LedgerHQ/device-sdk-ts/commit/2521c7ae33cbb885055b58a8b953c0b95e59c489) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Create SignPsbt API | ||
|
||
- [#522](https://github.com/LedgerHQ/device-sdk-ts/pull/522) [`ac0fd80`](https://github.com/LedgerHQ/device-sdk-ts/commit/ac0fd80cb6f6dd341bd734df57d6135e318eb923) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Add SignPsbt command | ||
|
||
- [#512](https://github.com/LedgerHQ/device-sdk-ts/pull/512) [`fc66f35`](https://github.com/LedgerHQ/device-sdk-ts/commit/fc66f3595d27ca003a23cb44b17d43a372b99214) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Add GetWalletAddressCommand | ||
|
||
- [#607](https://github.com/LedgerHQ/device-sdk-ts/pull/607) [`eae62c9`](https://github.com/LedgerHQ/device-sdk-ts/commit/eae62c97474d7a213d570bc790f6a9ada6411d81) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Sign transaction API | ||
|
||
- [#564](https://github.com/LedgerHQ/device-sdk-ts/pull/564) [`2c37119`](https://github.com/LedgerHQ/device-sdk-ts/commit/2c37119a61f89aef1f15b4c8d9130ea894fc4000) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Implement SignMessage | ||
|
||
- [#269](https://github.com/LedgerHQ/device-sdk-ts/pull/269) [`9a3afe4`](https://github.com/LedgerHQ/device-sdk-ts/commit/9a3afe42b6a70bbbea396324deb5052002c54042) Thanks [@paoun-ledger](https://github.com/paoun-ledger)! - Create device-signer-kit-bitcoin package | ||
|
||
- [#532](https://github.com/LedgerHQ/device-sdk-ts/pull/532) [`5da11c0`](https://github.com/LedgerHQ/device-sdk-ts/commit/5da11c04e5a774b23fbf54d83514c57a246449d9) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Implement SignerBtc, DI & GetExtendedPkeyDA | ||
|
||
### Patch Changes | ||
|
||
- [#508](https://github.com/LedgerHQ/device-sdk-ts/pull/508) [`0eab94e`](https://github.com/LedgerHQ/device-sdk-ts/commit/0eab94e580881900814232791cbda35f5c0bcdc9) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Set bitcoin-js as peer dep | ||
|
||
- [#273](https://github.com/LedgerHQ/device-sdk-ts/pull/273) [`6e780ec`](https://github.com/LedgerHQ/device-sdk-ts/commit/6e780ec73affd60a84c6fcb6a536d9ed6d007d53) Thanks [@paoun-ledger](https://github.com/paoun-ledger)! - Implement wallet policy service | ||
|
||
- [#627](https://github.com/LedgerHQ/device-sdk-ts/pull/627) [`dc52c78`](https://github.com/LedgerHQ/device-sdk-ts/commit/dc52c78231d9bd51f5549d51df84731df216e79e) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Polish readme | ||
|
||
- [#290](https://github.com/LedgerHQ/device-sdk-ts/pull/290) [`6dd1534`](https://github.com/LedgerHQ/device-sdk-ts/commit/6dd153414d0041795e0c145bc70bb5247af7ad92) Thanks [@jiyuzhuang](https://github.com/jiyuzhuang)! - Rename packages | ||
|
||
- [#271](https://github.com/LedgerHQ/device-sdk-ts/pull/271) [`5def5cb`](https://github.com/LedgerHQ/device-sdk-ts/commit/5def5cbd5805f7f25fd81b353d3de4a9587f44bb) Thanks [@paoun-ledger](https://github.com/paoun-ledger)! - Implement PSBT parser and mapper services | ||
|
||
- [#581](https://github.com/LedgerHQ/device-sdk-ts/pull/581) [`b59846f`](https://github.com/LedgerHQ/device-sdk-ts/commit/b59846ff9e006876d3b17b3e4d21b17b36a42e07) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Use CommandErrorHelper in BTC commands | ||
|
||
- Updated dependencies [[`a7984cd`](https://github.com/LedgerHQ/device-sdk-ts/commit/a7984cdcbd8e18aec614d6f07fda293971bd61eb), [`a56740a`](https://github.com/LedgerHQ/device-sdk-ts/commit/a56740a608dc95ab3545d90666c71aeff2f67212), [`1bf2166`](https://github.com/LedgerHQ/device-sdk-ts/commit/1bf2166776ed16c2adf8a4d9d796a567629f983b), [`8f6907a`](https://github.com/LedgerHQ/device-sdk-ts/commit/8f6907a9fd99546d88520f2d167485ef59f8ca2e), [`df4ef37`](https://github.com/LedgerHQ/device-sdk-ts/commit/df4ef37d39a2e214a06930b7ff3c09cf22befb7f), [`1153a78`](https://github.com/LedgerHQ/device-sdk-ts/commit/1153a78b1b56f1767dae380466a8bc7fd86fec73), [`eafad9e`](https://github.com/LedgerHQ/device-sdk-ts/commit/eafad9e1b39573ad3321413b7adaa0814245da96), [`cc342e5`](https://github.com/LedgerHQ/device-sdk-ts/commit/cc342e5335ef1bc91b82967f6f59808796f88b36), [`8799e83`](https://github.com/LedgerHQ/device-sdk-ts/commit/8799e83c92baeb5ccba53546a3d59867d3d6185c)]: | ||
- @ledgerhq/device-management-kit@0.6.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# @ledgerhq/device-transport-kit-web-ble | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#640](https://github.com/LedgerHQ/device-sdk-ts/pull/640) [`4df35a8`](https://github.com/LedgerHQ/device-sdk-ts/commit/4df35a8392872eb401d81d80a335ffac77ccf895) Thanks [@valpinkman](https://github.com/valpinkman)! - 1.0.0 release | ||
|
||
### Minor Changes | ||
|
||
- [#559](https://github.com/LedgerHQ/device-sdk-ts/pull/559) [`a56740a`](https://github.com/LedgerHQ/device-sdk-ts/commit/a56740a608dc95ab3545d90666c71aeff2f67212) Thanks [@valpinkman](https://github.com/valpinkman)! - Extract Transports to their own module | ||
|
||
### Patch Changes | ||
|
||
- [#637](https://github.com/LedgerHQ/device-sdk-ts/pull/637) [`8161b27`](https://github.com/LedgerHQ/device-sdk-ts/commit/8161b271888bb3a50aa396eafe620d034a5a9e7d) Thanks [@valpinkman](https://github.com/valpinkman)! - Fix Chrome windows ble connect | ||
|
||
- Updated dependencies [[`a7984cd`](https://github.com/LedgerHQ/device-sdk-ts/commit/a7984cdcbd8e18aec614d6f07fda293971bd61eb), [`a56740a`](https://github.com/LedgerHQ/device-sdk-ts/commit/a56740a608dc95ab3545d90666c71aeff2f67212), [`1bf2166`](https://github.com/LedgerHQ/device-sdk-ts/commit/1bf2166776ed16c2adf8a4d9d796a567629f983b), [`8f6907a`](https://github.com/LedgerHQ/device-sdk-ts/commit/8f6907a9fd99546d88520f2d167485ef59f8ca2e), [`df4ef37`](https://github.com/LedgerHQ/device-sdk-ts/commit/df4ef37d39a2e214a06930b7ff3c09cf22befb7f), [`1153a78`](https://github.com/LedgerHQ/device-sdk-ts/commit/1153a78b1b56f1767dae380466a8bc7fd86fec73), [`eafad9e`](https://github.com/LedgerHQ/device-sdk-ts/commit/eafad9e1b39573ad3321413b7adaa0814245da96), [`cc342e5`](https://github.com/LedgerHQ/device-sdk-ts/commit/cc342e5335ef1bc91b82967f6f59808796f88b36), [`8799e83`](https://github.com/LedgerHQ/device-sdk-ts/commit/8799e83c92baeb5ccba53546a3d59867d3d6185c)]: | ||
- @ledgerhq/device-management-kit@0.6.0 |