Skip to content

Releases: evannetwork/api-blockchain-core

v1.2.0

14 Sep 15:50
Compare
Choose a tag to compare

Features

  • add NameResolver class, that extends DBCPs version with claimAddress that allows to claim domains from a fifs registrar node
  • add functions for editing sharings with Sharings module in bulk
  • improve ServiceContract call creation performance
  • add encryptioncontext to dataContract

Fixes

  • fix contract references in service contract calls
  • fix decryption issues in service contracts

v1.1.0

17 Aug 17:18
Compare
Choose a tag to compare

Features

  • add support for wallet/proxy contracts (current implementation allows n wallet owner with a required confirmation count of 1, to allow grouping of accounts)
  • add ExecutorWallet, that wraps calls to Wallet, but behaves like the normal Executor
  • add ExecutorAgent, that wraps contract creation and interaction to edge-server actions
  • add Claims module for issuing and managing claims about other parties
  • add getCallOwner to get a ServiceContractss call creator

Fixes

  • add validation for service definitions, calls and answers to ServiceContract
  • remove @evan.network/smart-contracts-admin dependency

Deprecations

  • remove endpoint property from service contracts