This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 735
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 #2019 from Artemkaaas/indy-1.14.1
Indy 1.14.1
- Loading branch information
Showing
24 changed files
with
84 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "libindy", | ||
"version": "1.14.1", | ||
"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.14.1/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.14.0" | ||
version = "1.14.1" | ||
authors = ["Hyperledger Indy Contributors <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -29,4 +29,4 @@ serde_json = "1.0.40" | |
serde_derive = "1.0.97" | ||
term = "0.4.6" | ||
rpassword = "1.0.0" | ||
indy = { version = "1.14.0", path = "../wrappers/rust/" } | ||
indy = { version = "1.14.1", path = "../wrappers/rust/" } |
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
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 = "libindy" | ||
version = "1.14.0" | ||
version = "1.14.1" | ||
authors = ["Hyperledger Indy Contributors <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
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
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 = "null-payment-method" | ||
version = "1.14.0" | ||
version = "1.14.1" | ||
authors = ["Hyperledger Indy Contributors <[email protected]>"] | ||
build = "build.rs" | ||
|
||
|
@@ -26,7 +26,7 @@ serde_derive = "1.0.97" | |
|
||
[dev-dependencies] | ||
dirs = "1.0.4" | ||
indy = { version="1.14.0", path="../wrappers/rust" } | ||
indy = { version="1.14.1", path="../wrappers/rust" } | ||
|
||
[target.'cfg(target_os = "android")'.dependencies] | ||
android_logger = "0.5" |
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.14.0) unstable; urgency=medium | ||
libnullpay (1.14.1) unstable; urgency=medium | ||
|
||
[ Hyperledger ] | ||
* Initial release |
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.6.0" | ||
version = "0.6.1" | ||
authors = ["Hyperledger Indy Contributors <[email protected]>"] | ||
publish = false | ||
description = "This is the official SDK for Evernym's VCX" | ||
|
@@ -47,8 +47,8 @@ rmp-serde = "0.13.7" | |
base64 = "0.8.0" | ||
openssl = "0.10" | ||
num-traits = "0.2.0" | ||
indy = { version = "1.14.0", path = "../../wrappers/rust/" } | ||
indy-sys = { version = "1.14.0", path = "../../wrappers/rust/indy-sys/" } | ||
indy = { version = "1.14.1", path = "../../wrappers/rust/" } | ||
indy-sys = { version = "1.14.1", path = "../../wrappers/rust/indy-sys/" } | ||
log-panics = "2.0.0" | ||
tokio-threadpool = "0.1.6" | ||
futures = "0.1.23" | ||
|
@@ -75,7 +75,7 @@ dirs = "1.0.4" | |
[package.metadata.deb] | ||
maintainer = "Evernym, Inc." | ||
copyright = "2018, Evernym Inc." | ||
depends = "$auto, libindy (=1.14.0)" | ||
depends = "$auto, libindy (=1.14.1)" | ||
extended-description = """\ | ||
This is Evernym's SDK for managing Verifiable Credential eXchange against an Indy network. For specific instructions on building see the README in the corresponding github repo https://github.com/evernym/sdk""" | ||
section = "admin" | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ test { | |
} | ||
|
||
static def versionMajor() { | ||
return '0.6.0' | ||
return '0.6.1' | ||
} | ||
|
||
static def version() { | ||
|
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
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
Oops, something went wrong.