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

Wallet lib v7.21.0

Latest
Compare
Choose a tag to compare
@shuplenkov shuplenkov released this 25 Oct 10:15
· 1 commit to master since this release

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 to getHardenedBIP44HDKey
  • getHardenedDIP9FeaturePath renamed to getHardenedDIP9FeatureHDKey