Skip to content

Releases: multiversx/mx-sdk-js-hw-provider

v7.0.0

23 Sep 11:01
6c0d0b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.4.0...v7.0.0

v7.0.0-alpha.0

19 Sep 13:36
b7ddf4b
Compare
Choose a tag to compare
v7.0.0-alpha.0 Pre-release
Pre-release

What's Changed

Full Changelog: v6.4.0...v7.0.0-alpha.0

v6.4.0

17 Aug 14:18
b6dcf0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.3.0...v6.4.0

v6.3.0

04 Aug 13:22
8380bf1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2.0...v6.3.0

v6.2.0

20 Jul 10:36
e363334
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.1...v6.2.0

v6.1.1

29 Jun 08:07
1b5be3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v6.1.1

v6.1.0

20 Jun 08:29
4e94dee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.1.0-alpha.0

19 Jun 17:14
50652b3
Compare
Choose a tag to compare
v6.1.0-alpha.0 Pre-release
Pre-release

Full Changelog: v6.0.0...v6.1.0-alpha.0

v6.0.0

08 May 10:25
7237ffa
Compare
Choose a tag to compare

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

03 May 10:22
840b26c
Compare
Choose a tag to compare

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