You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Changelog
2
2
3
3
## 1.12.0 - 2019-09-XX
4
-
* Minimal Support of Fully-Qualified identifiers:
4
+
* Minimal *EXPERIMENTAL* support of Fully-Qualified identifiers:
5
5
* general format of fully-qualified identifier is `<prefix>:<method>:<value>`.
6
6
* extended `did_info` parameter of `indy_create_and_store_my_did` function to accepts optional `method_name` filed. This field should be used to create fully qualified DID.
7
7
* all functions can work with fully-qualified identifiers (new way) as well as with unqualified.
@@ -66,7 +66,7 @@ Old `indy_build_get_payment_sources_request` and `indy_parse_get_payment_sources
66
66
67
67
Added correspondent `payment-address sign/verify` commands to Indy CLI.
68
68
69
-
* Added new *EXPEREMENTAL* functions to get requirements and price for a ledger request.
69
+
* Added new *EXPERIMENTAL* functions to get requirements and price for a ledger request.
70
70
* Libindy `indy_get_request_info` - returns request requirements (with minimal price) correspondent to specific auth rule in case the requester can perform this action.
71
71
* Libvcx `vcx_get_request_price` - returns request minimal request price for performing an action in case the requester can do it.
72
72
* Added a set of new Libvcx APIs around credentials and proofs that work with messages that should be exchanged without handling the transport of those messages.
* Minimal *EXPERIMENTAL* support of Fully-Qualified identifiers:
7
7
* extended `did_info` parameter of `indy_create_and_store_my_did` function to accepts optional `method_name` filed. This field should be used to create fully qualified DID.
8
8
* all functions can work with fully-qualified identifiers (new way) as well as with unqualified.
9
9
* added a new function -- `indy_to_unqualified` -- that gets unqualified form of a fully qualified identifier.
0 commit comments