This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
Releases: dashevo/wallet-lib
Releases · dashevo/wallet-lib
Wallet lib v7.15.0-dev.4
chore: bump version to 7.15.0-dev.4 (#182)
Wallet lib v7.15.0-dev.3
chore(release): bump version to 7.15.0-dev.3
Wallet lib v7.15.0-dev.2
chore: bump version to 7.15.0-dev.2 (#176)
Wallet lib v7.15.0-dev.1
chore: bump version to 7.15.0-dev.1 (#173)
Wallet lib v7.14.0
Bug Fixes
Features
- run tests against mn-bootstrap instead of devnet (#168)
- update to DAPI Client 0.14 and refactor transport layer (#163)
Documentation
BREAKING CHANGES
transporter
option is replaced withtransport
that accepts DAPI Client options or a Transport instance.
Wallet lib v7.14.0-dev.2
chore: bump version to 7.14.0-dev.2 (#169)
Wallet lib v7.14.0-dev.1
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
Wallet lib v7.13.3
7.13.3 (2020-06-16)
Notable Changes:
-
Fixes:
-
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 recipientsrecipients:[{address,satoshis}]
.
This version fixes that inconsistency.
- Previously, the documentation stated a usage on