forked from hyperledger-indy/indy-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hyperledger-indy#2390 from ianco/rc
Merge changes from RC branch (release version 1.16.0)
- Loading branch information
Showing
25 changed files
with
167 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "libindy", | ||
"version": "1.16.0", | ||
"summary": "Summary TODO.", | ||
"description": "Description TODO.", | ||
"homepage": "TODO", | ||
"license": { | ||
"type": "Apache License 2.0", | ||
"file": "LICENSE" | ||
}, | ||
"authors": { | ||
"Daniel Hardman": "[email protected]" | ||
}, | ||
"platforms": { | ||
"ios": "10.0" | ||
}, | ||
"source": { | ||
"http": "https://repo.sovrin.org/ios/libindy/stable/libindy-core/1.16.0/libindy.tar.gz" | ||
}, | ||
"source_files": "*.h", | ||
"vendored_libraries": "*.a", | ||
"requires_arc": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "indy-cli" | ||
version = "1.15.0" | ||
version = "1.16.0" | ||
authors = ["Hyperledger Indy Contributors <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
description = """\ | ||
|
@@ -34,10 +34,10 @@ serde_json = "1.0.40" | |
serde_derive = "1.0.97" | ||
term = "0.4.6" | ||
rpassword = "1.0.0" | ||
indy = { version = "1.15.0", path = "../wrappers/rust/" } | ||
indy = { version = "1.16.0", path = "../wrappers/rust/" } | ||
|
||
[package.metadata.deb] | ||
depends = "libindy (= 1.15.0), libncursesw5-dev" | ||
depends = "libindy (= 1.16.0), libncursesw5-dev" | ||
section = "devel" | ||
priority = "optional" | ||
assets = [ | ||
|
@@ -48,8 +48,8 @@ changelog = "./debian/changelog" | |
|
||
[package.metadata.deb.variants.indy-cli-xenial] | ||
name = "indy-cli" | ||
provides = "indy-cli (= 1.15.0)" | ||
provides = "indy-cli (= 1.16.0)" | ||
|
||
[package.metadata.deb.variants.indy-cli-bionic] | ||
name = "indy-cli" | ||
provides = "indy-cli (= 1.15.0)" | ||
provides = "indy-cli (= 1.16.0)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!-- markdownlint-disable MD033 --> | ||
|
||
# Libindy 1.14 to 1.15 migration Guide | ||
|
||
This document is written for developers using Libindy to provide necessary information and | ||
to simplify their transition to Libindy 1.14 from Libindy 1.15. If you are using older Libindy | ||
version you can check migration guides history: | ||
|
||
* [Libindy 1.3 to 1.4 migration](https://github.com/hyperledger/indy-sdk/blob/v1.4.0/doc/migration-guide.md) | ||
* [Libindy 1.4 to 1.5 migration](https://github.com/hyperledger/indy-sdk/blob/v1.5.0/doc/migration-guide-1.4.0-1.5.0.md) | ||
* [Libindy 1.5 to 1.6 migration](https://github.com/hyperledger/indy-sdk/blob/v1.6.0/doc/migration-guide-1.5.0-1.6.0.md) | ||
* [Libindy 1.6 to 1.7 migration](https://github.com/hyperledger/indy-sdk/blob/v1.7.0/doc/migration-guide-1.6.0-1.7.0.md) | ||
* [Libindy 1.7 to 1.8 migration](https://github.com/hyperledger/indy-sdk/blob/v1.8.0/doc/migration-guide-1.7.0-1.8.0.md) | ||
* [Libindy 1.8 to 1.9 migration](https://github.com/hyperledger/indy-sdk/blob/v1.9.0/docs/migration-guides/migration-guide-1.8.0-1.9.0.md) | ||
* [Libindy 1.9 to 1.10 migration](https://github.com/hyperledger/indy-sdk/blob/v1.10.0/docs/migration-guides/migration-guide-1.9.0-1.10.0.md) | ||
* [Libindy 1.10 to 1.11 migration](https://github.com/hyperledger/indy-sdk/blob/v1.11.0/docs/migration-guides/migration-guide-1.10.0-1.11.0.md) | ||
* [Libindy 1.11 to 1.12 migration](https://github.com/hyperledger/indy-sdk/blob/v1.12.0/docs/migration-guides/migration-guide-1.11.0-1.12.0.md) | ||
* [Libindy 1.12 to 1.13 migration](https://github.com/hyperledger/indy-sdk/blob/v1.13.0/docs/migration-guides/migration-guide-1.12.0-1.13.0.md) | ||
* [Libindy 1.13 to 1.14 migration](https://github.com/hyperledger/indy-sdk/blob/v1.14.0/docs/migration-guides/migration-guide-1.13.0-1.14.0.md) | ||
* [Libindy 1.14 to 1.15 migration](https://github.com/hyperledger/indy-sdk/blob/v1.15.0/docs/migration-guides/migration-guide-1.14.0-1.15.0.md) | ||
|
||
## Table of contents | ||
|
||
* [Notes](#notes) | ||
* [Libindy 1.15 to 1.16 migration](#libindy-115-to-116-migration) | ||
|
||
## Libindy 1.15 to 1.16 migration | ||
|
||
The Libindy 1.16 release contains bug fixes that don't affect API functions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "libindy" | ||
version = "1.15.0" | ||
version = "1.16.0" | ||
authors = ["Hyperledger Indy Contributors <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -102,34 +102,34 @@ maintainer-scripts = "./debian" | |
changelog = "./debian/changelog" | ||
|
||
[package.metadata.deb.variants.libindy-xenial] | ||
provides = "libindy (= 1.15.0)" | ||
provides = "libindy (= 1.16.0)" | ||
name = "libindy" | ||
depends = "libzmq5, libsodium18, libssl1.0.0" | ||
assets = [ | ||
["target/release/libindy.so", "usr/lib/", "644"], | ||
] | ||
|
||
[package.metadata.deb.variants.libindy-bionic] | ||
provides = "libindy (= 1.15.0)" | ||
provides = "libindy (= 1.16.0)" | ||
name = "libindy" | ||
depends = "libzmq5, libsodium23, libssl1.1" | ||
assets = [ | ||
["target/release/libindy.so", "usr/lib/", "644"], | ||
] | ||
|
||
[package.metadata.deb.variants.libindy-dev-xenial] | ||
provides = "libindy-dev (= 1.15.0)" | ||
provides = "libindy-dev (= 1.16.0)" | ||
name = "libindy-dev" | ||
depends = "libindy (= 1.15.0)" | ||
depends = "libindy (= 1.16.0)" | ||
assets = [ | ||
["include/*.h", "usr/include/indy/", "644"], | ||
["target/release/libindy.a", "usr/lib/", "644"], | ||
] | ||
|
||
[package.metadata.deb.variants.libindy-dev-bionic] | ||
provides = "libindy-dev (= 1.15.0)" | ||
provides = "libindy-dev (= 1.16.0)" | ||
name = "libindy-dev" | ||
depends = "libindy (= 1.15.0)" | ||
depends = "libindy (= 1.16.0)" | ||
assets = [ | ||
["include/*.h", "usr/include/indy/", "644"], | ||
["target/release/libindy.a", "usr/lib/", "644"], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "null-payment-method" | ||
version = "1.15.0" | ||
version = "1.16.0" | ||
authors = ["Hyperledger Indy Contributors <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
description = """\ | ||
|
@@ -35,7 +35,7 @@ indy = { version="1.15.0", path="../wrappers/rust" } | |
android_logger = "0.5" | ||
|
||
[package.metadata.deb] | ||
depends = "libindy (= 1.15.0)" | ||
depends = "libindy (= 1.16.0)" | ||
section = "devel" | ||
priority = "optional" | ||
assets = [ | ||
|
@@ -46,8 +46,8 @@ changelog = "./debian/changelog" | |
|
||
[package.metadata.deb.variants.libnullpay-xenial] | ||
name = "libnullpay" | ||
provides = "libnullpay (= 1.15.0)" | ||
provides = "libnullpay (= 1.16.0)" | ||
|
||
[package.metadata.deb.variants.libnullpay-bionic] | ||
name = "libnullpay" | ||
provides = "libnullpay (= 1.15.0)" | ||
provides = "libnullpay (= 1.16.0)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
libnullpay (1.15.0) unstable; urgency=medium | ||
libnullpay (1.16.0) unstable; urgency=medium | ||
|
||
[ Hyperledger ] | ||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# LibVCX migration guide from 0.8.x to 0.9.0 | ||
## A Developer Guide for LibVCX migration | ||
|
||
This document is written for developers using LibVCX to provide necessary information and | ||
to simplify their transition to LibVCX 0.9.x from LibVCX 0.8.x. | ||
|
||
* [API](#api) | ||
* [Protocols Compatibility](#protocols-compatibility) | ||
|
||
#### Protocols compatibility | ||
|
||
* Supported `protocol_version`: `4.0`. | ||
When VCX is set to use `protocol_version`: `4.0` for all VCX API functions the following met: | ||
* all inputs are expected to be in the Aries message format. | ||
* all outputs will be in the Aries message format. | ||
|
||
* Added a new function `vcx_delete_credential` to delete credential from the wallet. | ||
|
||
|
||
* Changed behavior of `vcx_*_update_state_with_message` functions for Aries protocols handling. | ||
|
||
In previous Libvcx versions was possible situation when | ||
1. VCX processed some message | ||
2. VCX automatically update message status on the Agency | ||
3. VCX return result to the app | ||
4. An application failed before storing new VCX object state. | ||
5. That makes the message unavailable anymore. | ||
|
||
The behavior of `vcx_*_update_state_with_message` functions was changed to not update the status of messages on the Agency internally. | ||
Instead, the application using VCX should care about changing of message status using `vcx_messages_update_status` function. | ||
|
||
* Bugfixes | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
|
||
name = "libvcx" | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
authors = ["Hyperledger Indy Contributors <[email protected]>"] | ||
publish = false | ||
description = "This is the official SDK for Evernym's VCX" | ||
|
@@ -43,8 +43,8 @@ rmp-serde = "0.13.7" | |
base64 = "0.8.0" | ||
openssl = "0.10" | ||
num-traits = "0.2.0" | ||
indy = { version = "1.15.0", path = "../../wrappers/rust/" } | ||
indy-sys = { version = "1.15.0", path = "../../wrappers/rust/indy-sys/" } | ||
indy = { version = "1.16.0", path = "../../wrappers/rust/" } | ||
indy-sys = { version = "1.16.0", path = "../../wrappers/rust/indy-sys/" } | ||
tokio-threadpool = "0.1.6" | ||
futures = "0.1.23" | ||
libloading = "0.5.0" | ||
|
@@ -64,7 +64,7 @@ serde_json = "1.0" | |
serde_derive = "1.0" | ||
|
||
[package.metadata.deb] | ||
depends = "libindy (= 1.15.0)" | ||
depends = "libindy (= 1.16.0)" | ||
extended-description = """\ | ||
This is the official SDK for Hyperledger Indy, which provides a\ | ||
distributed-ledger-based foundation for self-sovereign identity.\ | ||
|
@@ -85,11 +85,11 @@ changelog = "./debian/changelog" | |
|
||
[package.metadata.deb.variants.libvcx-xenial] | ||
name = "libvcx" | ||
provides = "libvcx (= 0.8.0)" | ||
provides = "libvcx (= 0.9.0)" | ||
|
||
[package.metadata.deb.variants.libvcx-bionic] | ||
name = "libvcx" | ||
provides = "libvcx (= 0.8.0)" | ||
provides = "libvcx (= 0.9.0)" | ||
|
||
[profile.release] | ||
debug = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.