Skip to content

Commit 1b579fd

Browse files
author
Tobias Winkler
committed
Merge branch 'release/v1.2.0'
2 parents 2d39110 + f275785 commit 1b579fd

25 files changed

Lines changed: 1579 additions & 428 deletions

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ docs/_build/*
55
docs/blockchain/account-store.rst
66
docs/blockchain/event-hub.rst
77
docs/blockchain/executor.rst
8-
docs/blockchain/name-resolver.rst
98
docs/blockchain/signer.rst
109
docs/common/logger.rst
1110
docs/common/validator.rst

VERSIONS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
### Fixes
66
### Deprecations
77

8+
## Version 1.2.0
9+
### Features
10+
- add `NameResolver` class, that extends DBCPs version with `claimAddress` that allows to claim domains from a fifs registrar node
11+
- add functions for editing sharings with `Sharings` module in bulk
12+
- improve `ServiceContract` call creation performance
13+
- add encryptioncontext to dataContract
14+
15+
### Fixes
16+
- fix contract references in service contract calls
17+
- fix decryption issues in service contracts
818

919
## Version 1.1.0
1020
### Features
@@ -17,6 +27,7 @@
1727
### Fixes
1828
- add validation for service definitions, calls and answers to `ServiceContract`
1929
- remove `@evan.network/smart-contracts-admin` dependency
30+
- `ServiceContracts`s getter for calls and answers now return null, if unable to decrypt to allow retrieving multiple calls/answers and ignore unrelated ones
2031

2132
### Deprecations
2233
- remove endpoint property from service contracts

docs/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ help:
2323
wget -P blockchain -N "$(dbcpDocsUrl)blockchain/account-store.rst"
2424
wget -P blockchain -N "$(dbcpDocsUrl)blockchain/event-hub.rst"
2525
wget -P blockchain -N "$(dbcpDocsUrl)blockchain/executor.rst"
26-
wget -P blockchain -N "$(dbcpDocsUrl)blockchain/name-resolver.rst"
2726
wget -P blockchain -N "$(dbcpDocsUrl)blockchain/signer.rst"
2827
wget -P common -N "$(dbcpDocsUrl)common/logger.rst"
2928
wget -P common -N "$(dbcpDocsUrl)common/validator.rst"

0 commit comments

Comments
 (0)