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.22.0-dev.2
What's changed
- feat: dump wallet storage
Wallet lib v7.22.0-dev.1
chore: bump version to 7.22.0-dev.1 (#347)
Wallet lib v7.21.0
Features
- provide plugin dependencies sorting (#281)
- Keychain:
getHardenedDIP15AccountKey
,getDIP15ExtendedPrivateKey
(#282) - overridable coinbase maturity value (#322)
- retry policy of unconfirmed transaction from stream (#304), closes #303
- implement transaction metadata handling (#291, #303)
- transaction history (#295), closes #303
- TransactionSyncWorker: improve stream response handling (#323, #339, #338, #336)
- prevent broadcast and throw error on transaction below min relay fee (#305)
- provide watch-only mode for public key and address based wallet (#290)
Bug Fixes
- logger doesn't work in the browser (#330)
- typings fix for
waitForInstantLock
(#289) - correct logging of identity fetched (#310)
- correctly announced when a plugin is initialized (#321)
stream.cancel
were causing double-free and segfault (#328, #329)- grpc-web doesn't throw cancel error (#332)
Refactoring
- Keychain: proper naming for BIP44 and DIP9 get keys methods (#288)
BREAKING CHANGES
getHardenedBIP44Path
renamed togetHardenedBIP44HDKey
getHardenedDIP9FeaturePath
renamed togetHardenedDIP9FeatureHDKey
Wallet lib v7.21.0-dev.16
What's Changed
- fix: pendingRequests prevent to stop plugins by @shuplenkov in #338
Full Changelog: v7.21.0-dev.15...v7.21.0-dev.16
Wallet lib v7.21.0-dev.15
What's Changed
Full Changelog: v7.21.0-dev.14...v7.21.0-dev.15
Wallet lib v7.21.0-dev.14
What's Changed
- fix: grpc-web doesn't throws cancel error by @shuplenkov in #332
- chore: bump version to 7.21.0-dev.14 by @shuplenkov in #333
Full Changelog: v7.21.0-dev.13...v7.21.0-dev.14
Wallet lib v7.21.0-dev.13
What's Changed
- feat(Keychain): getHardenedDIP15AccountKey, getDIP15ExtendedPrivateKey (#282)
- feat: provide plugin dependencies sorting (#281)
- feat: add patched Console transport for winston to make it work in the browser (#330)
- fix: `fix: avoid trying to cancel already cancelled stream (#329)
- doc: fix markdown for better sidebar ui (#187)
Full Changelog: v7.21.0-dev.12...v7.21.0-dev.13
Wallet lib v7.21.0-dev.12
What's Changed
- fix:
stream.cancel
were causing double-free and segfault by @jawid-h in #328 - fix(TransactionSyncWorker): improve stream response handling by @Alex-Werner in #323
Full Changelog: v7.21.0-dev.11...v7.21.0-dev.12
Wallet lib v7.21.0-dev.11
chore: bump version to 7.21.0-dev.11 (#327)
Wallet lib v7.21.0-dev.10
chore: bump veriosn to 7.21.0-dev.10 (#325)