Skip to content

Releases: evannetwork/dbcp

v1.4.3

14 Dec 10:51

Choose a tag to compare

Fixes

  • remove oboslete ipfs informations from ipfs class
  • return proper 0x prefix when namehashing empty string with NameResolver.namehash

v1.4.2

26 Nov 09:01

Choose a tag to compare

Fixes

  • disable Ipfs addMultiple binary accountId prefixing

v1.4.1

23 Nov 15:02

Choose a tag to compare

Fixes

  • add missing ipfs hash accountId parsing

v1.4.0

23 Nov 15:02

Choose a tag to compare

Features

  • add accountId handling for IPFS files which is a preparation for payment channels

v1.3.1

18 Oct 08:12

Choose a tag to compare

Fixes

  • fix finalNodeOwner check within setDescriptionToEns when owner is not set (currentOwner === 0x0000000000000000000000000000000000000000)
  • add fallback for hash <=> Hash in dfs - Ipfs - addMultiple

v1.3.0

14 Sep 15:50

Choose a tag to compare

  • fix issue in NameResolver, that when trying to get ownership of a node, when no address is set at the same time
  • setDescriptionToEns in Description now keeps current node owner if node is owned

v1.2.0

17 Aug 13:07

Choose a tag to compare

Fixes

  • fix unsubscribe chain handling in EventHub
  • fix unsubscribe in Executor, that caused issues, when event based result handling was used, but transaction was rejected because estimation predicted an error
  • add timeout of 1s to Executor event unsubscribe if transaction caused an error to ensure proper unsubscribe

v1.1.0

29 Jun 07:04

Choose a tag to compare

Features

  • add support for setting descriptions by hash (which allows to encode them beforehand)
  • add support for using custom gas prices via gasPrice in executor and signer
  • allow passing defaultOptions to executor, that will be used in transactions/call, if not overwritten by explicit options

Fixes

  • fix setting ipfs cache correctly
  • fix result order in NameResolver.getArrayFromUintMapping
  • fix Logger initialization for options.logLevel and options.logLogLevel to take the correct values
  • fix EventHub error logging (did throw with unrelated error message and fail to add message to error message log)

v1.0.3

05 Jun 10:27

Choose a tag to compare

Fixes

  • fix unbound entry retrieval in getArrayFromUintMapping by adding paging to it

v1.0.2

01 Jun 07:35

Choose a tag to compare

Fixes

  • add check to ignore all log messages above level 'technical' (100), which includes 'gasLog'; gasLog messages can still be retrieved from Loggers 'logLog' property
  • make typescript devDepency instead of dependency
  • add LogLogInterface to allow one central logging storage