Releases: multiversx/mx-sdk-js-hw-provider
v7.0.0
What's Changed
- Standardize provider by @CiprianDraghici in #29
- 7.0.0 by @arhtudormorar in #30
New Contributors
- @arhtudormorar made their first contribution in #30
Full Changelog: v6.4.0...v7.0.0
v7.0.0-alpha.0
What's Changed
- Standardize provider by @CiprianDraghici in #29
Full Changelog: v6.4.0...v7.0.0-alpha.0
v6.4.0
v6.3.0
What's Changed
- [+] Format code with prettier by @razvantomegea in #27
- [+] Support for Ledger Transport Web Bluetooth by @razvantomegea in #26
Full Changelog: v6.2.0...v6.3.0
v6.2.0
What's Changed
- [+] Add ability for HWProvider class to spy on properties by @razvantomegea in #24
- Bump version. Update sdk-core reference (npm audit fix) by @andreibancioiu in #25
New Contributors
- @razvantomegea made their first contribution in #24
Full Changelog: v6.1.1...v6.2.0
v6.1.1
v6.1.0
What's Changed
- Fix provider initialization by upgrading ledger packages by @CiprianDraghici in #22
New Contributors
- @CiprianDraghici made their first contribution in #22
Full Changelog: v6.0.0...v6.1.0
v6.1.0-alpha.0
Full Changelog: v6.0.0...v6.1.0-alpha.0
v6.0.0
Transition to this new major version should be seamless, in practice. Make sure to hold and use the objects returned by signTransaction()
, signTransactions()
and signMessage()
. These objects contain the signature. The input objects aren't mutated anymore.
See: multiversx/mx-sdk-js-examples#22.
What's Changed
- Breaking change: Receive "Transaction" and "SignableMessage" as input, return new objects by @andreibancioiu in #21
Full Changelog: v5.0.0...v6.0.0
v5.0.0
Works only with sdk-core v12+
- however, v4.0.0 was already subject to this constraint.
Those who use sdk-core v12+
will not be affected by the change, in practice, since sdk-core v12's Transaction
already satisfies the adjusted interface ITransaction
.
What's Changed
- Breaking change: simplify interface and implementation (wrt. integration with sdk-core v12) by @andreibancioiu in #20
Full Changelog: v4.0.0...v5.0.0