From f70147ed5adde8f4a2e11e7688d28e9429b04583 Mon Sep 17 00:00:00 2001 From: "artem.ivanov" Date: Fri, 22 Mar 2019 18:13:36 +0300 Subject: [PATCH] IS-1139: Updated samples. Corrected some links Signed-off-by: artem.ivanov --- docs/getting-started/getting-started.dockerfile | 4 ++-- libindy/src/api/anoncreds.rs | 6 +++--- samples/java/pom.xml | 2 +- samples/python/setup.py | 2 +- wrappers/ios/libindy-pod/Indy/Wrapper/IndyAnoncreds.h | 4 ++-- wrappers/nodejs/README.md | 10 +++++----- wrappers/python/indy/anoncreds.py | 6 +++--- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/getting-started/getting-started.dockerfile b/docs/getting-started/getting-started.dockerfile index db872e998c..583942f809 100644 --- a/docs/getting-started/getting-started.dockerfile +++ b/docs/getting-started/getting-started.dockerfile @@ -20,13 +20,13 @@ RUN pip3 install -U \ pip \ setuptools \ jupyter \ - python3-indy==1.6.8-dev-906 + python3-indy==1.8.1-dev-1039 RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88 \ && add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial master" \ && apt-get update \ && apt-get install -y \ - libindy=1.6.8~906 + libindy=1.8.1~1039 USER indy diff --git a/libindy/src/api/anoncreds.rs b/libindy/src/api/anoncreds.rs index 9bf2ac6068..00bcdb06ee 100644 --- a/libindy/src/api/anoncreds.rs +++ b/libindy/src/api/anoncreds.rs @@ -954,7 +954,7 @@ pub extern fn indy_prover_get_credentials(command_handle: CommandHandle, /// #Params /// wallet_handle: wallet handler (created by open_wallet). /// query_json: Wql query filter for credentials searching based on tags. -/// where query: indy-sdk/doc/design/011-wallet-query-language/README.md +/// where query: indy-sdk/docs/design/011-wallet-query-language/README.md /// cb: Callback that takes command result as parameter. /// /// #Returns @@ -1242,7 +1242,7 @@ pub extern fn indy_prover_get_credentials_for_proof_req(command_handle: CommandH /// "": , /// "": , /// } -/// where wql query: indy-sdk/doc/design/011-wallet-query-language/README.md +/// where wql query: indy-sdk/docs/design/011-wallet-query-language/README.md /// cb: Callback that takes command result as parameter. /// /// #Returns @@ -1472,7 +1472,7 @@ pub extern fn indy_prover_close_credentials_search_for_proof_req(command_handle /// cb: Callback that takes command result as parameter. /// /// where -/// where wql query: indy-sdk/doc/design/011-wallet-query-language/README.md +/// where wql query: indy-sdk/docs/design/011-wallet-query-language/README.md /// attr_referent: Proof-request local identifier of requested attribute /// attr_info: Describes requested attribute /// { diff --git a/samples/java/pom.xml b/samples/java/pom.xml index 9d5b1a475c..9e1bfed75a 100644 --- a/samples/java/pom.xml +++ b/samples/java/pom.xml @@ -109,7 +109,7 @@ org.hyperledger indy - 1.8.1-dev-985 + 1.8.1-dev-1039 diff --git a/samples/python/setup.py b/samples/python/setup.py index 29a862b152..3fe2b1e473 100644 --- a/samples/python/setup.py +++ b/samples/python/setup.py @@ -8,5 +8,5 @@ author='Artem Ivanov', author_email='artem.ivanov@dsr-company.com', description='This is the sample of usage python wrapper for Hyperledger Indy SDK.', - install_requires=['python3-indy==1.6.2-dev-720'] + install_requires=['python3-indy==1.8.1-dev-1039'] ) diff --git a/wrappers/ios/libindy-pod/Indy/Wrapper/IndyAnoncreds.h b/wrappers/ios/libindy-pod/Indy/Wrapper/IndyAnoncreds.h index 468751ae2f..6a7d58918d 100644 --- a/wrappers/ios/libindy-pod/Indy/Wrapper/IndyAnoncreds.h +++ b/wrappers/ios/libindy-pod/Indy/Wrapper/IndyAnoncreds.h @@ -372,7 +372,7 @@ @param walletHandle Wallet handler (created by IndyWallet::openWalletWithName). @param queryJSON Wql style filter for credentials searching based on tags. - (indy-sdk/doc/design/011-wallet-query-language/README.md) + (indy-sdk/docs/design/011-wallet-query-language/README.md) @param completion Callback that takes command result as parameter. Returns searchHandle: Search handle that can be used later to fetch records by small batches (with proverFetchCredentialsWithSearchHandle) @@ -524,7 +524,7 @@ "": , "": , } - where wql query: indy-sdk/doc/design/011-wallet-query-language/README.md + where wql query: indy-sdk/docs/design/011-wallet-query-language/README.md @param completion Callback that takes command result as parameter. Returns searchHandle: Search handle that can be used later to fetch records by small batches (with proverFetchCredentialsForProofReqItemReferent) diff --git a/wrappers/nodejs/README.md b/wrappers/nodejs/README.md index 401e7696c0..fe62c35bc1 100644 --- a/wrappers/nodejs/README.md +++ b/wrappers/nodejs/README.md @@ -543,7 +543,7 @@ to fetch records by small batches \(with proverFetchCredentialsForProofReq\). "": , "": , } -where wql query: indy-sdk/doc/design/011-wallet-query-language/README.md +where wql query: indy-sdk/docs/design/011-wallet-query-language/README.md ```` * __->__ `sh`: Handle (Number) - search\_handle: Search handle that can be used later to fetch records by small batches \(with proverFetchCredentialsForProofReq\) @@ -652,7 +652,7 @@ The proof contains either proof or self-attested attribute value for each reques }, } where -where wql query: indy-sdk/doc/design/011-wallet-query-language/README.md +where wql query: indy-sdk/docs/design/011-wallet-query-language/README.md ```` * __->__ `proof`: Json - Proof json For each requested attribute either a proof \(with optionally revealed attribute value\) or @@ -2717,9 +2717,9 @@ indy.capi.abbreviateVerkey(did, fullVerkey, function(err, verkey){ Setup an Indy SDK environment, and start a local pool. - * [ubuntu](https://github.com/hyperledger/indy-sdk/blob/master/doc/ubuntu-build.md) - * [osx](https://github.com/hyperledger/indy-sdk/blob/master/doc/mac-build.md) - * [windows](https://github.com/hyperledger/indy-sdk/blob/master/doc/windows-build.md) + * [ubuntu](https://github.com/hyperledger/indy-sdk/blob/master/docs/ubuntu-build.md) + * [osx](https://github.com/hyperledger/indy-sdk/blob/master/docs/mac-build.md) + * [windows](https://github.com/hyperledger/indy-sdk/blob/master/docs/windows-build.md) ```sh # You will need libindy in your system library path. (i.e. /usr/lib/libindy.so for linux) diff --git a/wrappers/python/indy/anoncreds.py b/wrappers/python/indy/anoncreds.py index 9c1ac721c5..8bcdfabc05 100644 --- a/wrappers/python/indy/anoncreds.py +++ b/wrappers/python/indy/anoncreds.py @@ -736,7 +736,7 @@ async def prover_search_credentials(wallet_handle: int, :param wallet_handle: wallet handler (created by open_wallet). :param query_json: wql style filter for credentials searching based on tags. - where wql query: indy-sdk/doc/design/011-wallet-query-language/README.md + where wql query: indy-sdk/docs/design/011-wallet-query-language/README.md :return: search_handle: Search handle that can be used later to fetch records by small batches (with prover_credentials_search_fetch_records) @@ -964,7 +964,7 @@ async def prover_search_credentials_for_proof_req(wallet_handle: int, "": , "": , } - where wql query: indy-sdk/doc/design/011-wallet-query-language/README.md + where wql query: indy-sdk/docs/design/011-wallet-query-language/README.md :return: search_handle: Search handle that can be used later to fetch records by small batches (with prover_fetch_credentials_for_proof_req) """ @@ -1145,7 +1145,7 @@ async def prover_create_proof(wallet_handle: int, }, } where - wql query: indy-sdk/doc/design/011-wallet-query-language/README.md + wql query: indy-sdk/docs/design/011-wallet-query-language/README.md attr_referent: Proof-request local identifier of requested attribute attr_info: Describes requested attribute {