Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Releases: dashevo/wallet-lib

Wallet lib v7.15.0-dev.4

03 Sep 11:28
897475a
Compare
Choose a tag to compare
Pre-release
chore: bump version to 7.15.0-dev.4 (#182)

Wallet lib v7.15.0-dev.3

01 Sep 14:30
Compare
Choose a tag to compare
Pre-release
chore(release): bump version to 7.15.0-dev.3

Wallet lib v7.15.0-dev.2

08 Aug 17:44
8b452ca
Compare
Choose a tag to compare
Pre-release
chore: bump version to 7.15.0-dev.2 (#176)

Wallet lib v7.15.0-dev.1

28 Jul 10:12
9327771
Compare
Choose a tag to compare
Pre-release
chore: bump version to 7.15.0-dev.1 (#173)

Wallet lib v7.14.0

23 Jul 16:06
9f80851
Compare
Choose a tag to compare

Bug Fixes

  • merge conflict artefact issue (#170)
  • outdated network option values (#167)

Features

  • run tests against mn-bootstrap instead of devnet (#168)
  • update to DAPI Client 0.14 and refactor transport layer (#163)

Documentation

  • readme standard updates (#165)
  • update documentation and definitions files (#154)

BREAKING CHANGES

  • transporter option is replaced with transport that accepts DAPI Client options or a Transport instance.

Wallet lib v7.14.0-dev.2

17 Jul 10:47
2449da7
Compare
Choose a tag to compare
Pre-release
chore: bump version to 7.14.0-dev.2 (#169)

Wallet lib v7.14.0-dev.1

03 Jul 15:19
cf866a1
Compare
Choose a tag to compare
Pre-release
feat!: update to DAPI Client 0.14 and refactor transport layer (#163)

BREAKING CHANGE: `transporter` option is replaced with `transport` that accepts DAPI Client options or a Transport instance.

Wallet lib v7.13.4

01 Jul 13:04
cb35158
Compare
Choose a tag to compare

Bug Fixes

  • simple transaction do not have any 4 inputs limitation (#158)
  • account: forward all storage events (#159)

Features

  • update dashcore-lib and DAPI Client (#161)

Wallet lib v7.13.3

16 Jun 17:18
1031737
Compare
Choose a tag to compare

7.13.3 (2020-06-16)

Notable Changes:

  • Fixes:

    • fix!: createTransaction should be checking for 'recipient' instead of 'address' in 'txOpts.recipients' (#152)
    • fix: transaction hash not present on address (#151)
  • Breaking changes:

    • Previously, the documentation stated a usage on createTransaction() with multiples recipients as such: recipients:[{recipient,satoshis}].
      However, the code where still referring and expecting recipients recipients:[{address,satoshis}].
      This version fixes that inconsistency.

Wallet lib v7.13.2

15 Jun 18:52
f25c299
Compare
Choose a tag to compare

7.13.2 (2020-06-15)

Notable Changes:

  • Features:

    • feature: Worker will now have ability to return a value on onStart and onExecute (#149)
  • Fixes:

    • fix: comportement on new address with existing transaction in store (#147)
    • fix: SyncUp plugin not awaiting long enough (#149)