Releases: evannetwork/api-blockchain-core
Releases · evannetwork/api-blockchain-core
v1.2.0
Features
- add
NameResolver
class, that extends DBCPs version withclaimAddress
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
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 toWallet
, but behaves like the normalExecutor
- 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 aServiceContracts
s 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