Skip to content

Releases: luxtagofficial/Apostille-library

v6.1.2

07 Nov 05:55
Compare
Choose a tag to compare

6.1.2 (2018-11-07)

Bug Fixes

  • Apostille: Change to public constructure (e438889)
  • Apostille: Remove trailing space (63179ec)

v6.1.1

07 Nov 02:39
Compare
Choose a tag to compare

6.1.1 (2018-11-07)

Bug Fixes

  • Apostille: Fix problem hdAccont is not found (da60932)

v6.1.0

07 Nov 02:11
Compare
Choose a tag to compare

6.1.0 (2018-11-07)

Features

  • Apostille: Init with private key (6c40ce6)

v6.0.4

04 Nov 09:35
Compare
Choose a tag to compare

6.0.4 (2018-11-04)

Bug Fixes

  • ApostilleAccount: Fix getCreationTransaction method (d4ce66f)

v6.0.3

04 Nov 03:49
Compare
Choose a tag to compare

6.0.3 (2018-11-04)

Bug Fixes

  • urls: pass urls to getTrasactionInfo (8f2fdec)

v6.0.2

01 Nov 06:31
Compare
Choose a tag to compare

6.0.2 (2018-11-01)

Bug Fixes

  • url: passed the urls parameter down in the announce function (19c68e3)

v6.0.1

01 Nov 06:16
Compare
Choose a tag to compare

6.0.1 (2018-11-01)

Bug Fixes

  • url: passing a url is now possible (d982eaf)

v6.0.0

08 Aug 04:51
Compare
Choose a tag to compare

6.0.0 (2018-08-08)

Bug Fixes

  • monitor: the close function should close all connections (1069a6f)
  • test: fixed all the failing tests (ba82a58)

Code Refactoring

  • apostille: extended apostille from apostilleAcount (1cb6a19)
  • associate: renamed own to associate (25ad9c2)
  • isCreated: isCreated now throws an error if something wrong happens (50e2ccd)

Features

  • deadline: refresh the deadline on announcing (d0d9e51)
  • isCreated: check unconfiremed transactions as well (366f587), closes #13

BREAKING CHANGES

  • associate: renamed ownn to associate
  • isCreated: throws an error if something wrong happens
  • apostille: hdAccount got renamed to publicHD

v5.0.0

19 Jul 07:48
Compare
Choose a tag to compare

5.0.0 (2018-07-19)

Bug Fixes

  • ApostilleAccount: removed urls from constructor (4d4eaaf)
  • TransactionStream: fixed the constructor (f0fe549)

BREAKING CHANGES

  • ApostilleAccount: constructor don't accept urls anymore

v4.0.1

17 Jul 07:33
Compare
Choose a tag to compare

4.0.1 (2018-07-17)

Performance Improvements

  • ApostilleAccount: Improve ApostilleAccount code and methods (f0c42e6)