Releases: evannetwork/api-blockchain-core
Releases · evannetwork/api-blockchain-core
Release list
v1.2.0
Features
- add
NameResolverclass, that extends DBCPs version withclaimAddressthat allows to claim domains from a fifs registrar node - add functions for editing sharings with
Sharingsmodule in bulk - improve
ServiceContractcall 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
Claimsmodule for issuing and managing claims about other parties - add
getCallOwnerto get aServiceContractss call creator
Fixes
- add validation for service definitions, calls and answers to
ServiceContract - remove
@evan.network/smart-contracts-admindependency
Deprecations
- remove endpoint property from service contracts