Skip to content

Releases: evannetwork/api-blockchain-core

v1.7.1

15 Jan 15:40
Compare
Choose a tag to compare

Fixes

  • add ignoring of missing keys when decrypting unencrypted data

v1.7.0

11 Jan 15:18
Compare
Choose a tag to compare

Features

  • update setClaims to use issuers identity for setting claims on subject
  • add linking and checks for contract identities
  • add missing dbcpVersion to dbcp files
  • add licenses to dbcp files

Fixes

  • remove OriginIdentity, as ClaimHolder is used for identities

v1.6.1

14 Dec 12:12
Compare
Choose a tag to compare

Fixes

  • remove web3 initialization within the ServiceContract
  • use 1.0.0-beta.33, beta.37 will cause Websocket errors in Edge browser

v1.6.0

14 Dec 10:51
Compare
Choose a tag to compare

Features

  • add own ipfs handler
  • add ipfs identification header to enable future ipfs payments
  • add defaultClaims to Profile loadActiveClaims
  • add Votings helper for holding votes on-chain
  • add support for PayableRegistrar, that allows to by domain names with EVEs
  • add support for ENS registries with time limited nodes
  • add support for permanent ENS address on payable registrar
  • add support for retrieving proposals paged

v1.5.0

03 Dec 14:30
Compare
Choose a tag to compare

Features

  • add description to claims
  • add addClaimWithMetadata function to claims for setting claim and metadata at the same time
  • add creation block data to claim information
  • claims are not overwritten anymore, but a new claim is created per set call
  • add description setting (on central claims ENS domain)
  • add description resolval to get function

Deprecations

  • claims are no longer updateable, a new claim is created for every setClaim transaction

v1.4.0

23 Nov 15:02
Compare
Choose a tag to compare

Features

  • adjust claims service to be ERC725/ERC735 compliant
  • add loadActiveClaims and setActiveClaims function to profile to handle users active claims

v1.3.1

09 Nov 15:00
Compare
Choose a tag to compare

api-blockchain-core: Version 1.3.1

Fixes

  • fix Profile.exists check, that threw if profile contract cannot be found

v1.3.0

18 Oct 08:11
Compare
Choose a tag to compare

Features

  • add getKeyHistory to sharings to retrieve all keys for an account and a section
  • add bumpSharings to sharings, that adds a new key for all given accounts for given section
  • add removeBcContract to profile to remove profile entries that were writte using addBcContract
  • export crypto library, DBCP Vaildator, DBCP Envelop
  • export createDefaultRuntime within the bcc frontend bundle + adjust it for frontend smartcontracts usage

Fixes

  • fix ipld deleting issue, that occurred when deleting linked nodes in linked subtrees

v1.2.2

27 Sep 15:17
Compare
Choose a tag to compare

Fixes

  • move require(@evan.network/smart-contracts-core) within createDefaultRuntime to capsuled scope, to be able to require it only in backend scope
  • fix window checks on node environments
  • fix initailization of aesblob with dfs
  • fix rights and roles 0x0 encoding

v1.2.1

19 Sep 13:13
Compare
Choose a tag to compare

Fixes

  • replace interruptStep = 200 with interruptStep = 2000 to fix old / mobile browser breaking by calling to many setTimeouts
  • add AesBlob to index export and runtime