Skip to content

Releases: evannetwork/dbcp

v1.11.2

08 May 07:00
Compare
Choose a tag to compare

Fixes

  • check Node.js 13 compatibility

v1.11.1

05 Mar 14:24
Compare
Choose a tag to compare

Fixes

  • add check for passing undefined to getAddress, getContents, getAddressOrContents
  • fix buffer-to-string conversion, try to decode to utf8, if this fails, decode it to binary
  • add member-ordering rule to eslint config
  • updated dfs-interface.get return value to be more precise (Promise<string | Buffer>)
  • fix missing resolve on event-hub when event already removed
  • Omitting mandatory parameters when using executor methods now results in meaningful error messages
  • The EventHub now allows to subscribe to the same event multiple times using different listeners

v1.11.0

07 Feb 10:27
Compare
Choose a tag to compare

Features

  • add getGasPrice to SignerInterface

Fixes

  • use typescript version 3.7.4
  • update AccountStore to throw if private key is missing
  • check dataSchema for incorrect ajv schema when setting description

v1.10.0

08 Jan 13:44
Compare
Choose a tag to compare

Features

  • add getPublicKey implementation to SignerIdentity
  • add Did module for managing DID documents
  • add possiblity to instantiate a new SignerIdentity in two steps
    • can be used to create circular structures if required
    • first call constructor, you can omit config argument
    • when rest (e.g. verifications) has been set up you can call updateConfig to finalize SignerIdenty instantiation
  • add getService, setService to DidResolver
  • add Vc module for managing VC documents and revocations

Fixes

  • fix Container documentation links and add warning to ContainerUnshareConfig documentation
  • add interfaces used in exported classes to export list
  • update pre-commit hook to use eslint for typescript

v1.9.0

03 Dec 08:08
Compare
Choose a tag to compare

Features

  • add remove function to Dfs interface
  • add remove function to Ipfs

Fixes

  • add tests for parallel transactions to executor

Deprecations

  • remove stop function from Dfs interface
  • remove stop function from Ipfs

v1.8.4

05 Nov 11:12
Compare
Choose a tag to compare

Fixes

  • fix creation of multiple containers at the same time

v1.8.3

08 Oct 08:23
Compare
Choose a tag to compare

Fixes

  • fix missing blocks, that could not be retrieved after newBlockHeaders was triggered

v1.8.2

27 Aug 10:04
Compare
Choose a tag to compare

Features

  • add signMessage to signers interface to handle signing of messages without using private keys directly

Fixes

  • improve sendSignedTransaction for signer-internal to handle correct receipt loading logic

dbcp - Version 1.8.2

Fixes

  • fix missing SignerSignedMessage

v1.8.0

08 Aug 14:15
Compare
Choose a tag to compare

Features

  • update versions of dependencies

Fixes

  • remove unnecessary dependen

v1.7.0

25 Jul 13:30
Compare
Choose a tag to compare

Features

  • add support for timeout (adjusts transaction timeout) option to Executor