From cc8e9e21af7c5d13f59f61d483c43d7032577d07 Mon Sep 17 00:00:00 2001 From: "artem.ivanov" Date: Fri, 5 Oct 2018 16:43:33 +0300 Subject: [PATCH 1/2] Corrected typo in wallet path param description Signed-off-by: artem.ivanov --- libindy/include/indy_wallet.h | 8 ++++---- libindy/src/api/wallet.rs | 8 ++++---- wrappers/dotnet/indy-sdk-dotnet/WalletApi/Wallet.cs | 10 +++++----- wrappers/ios/libindy-pod/Indy/Wrapper/IndyWallet.h | 8 ++++---- .../java/org/hyperledger/indy/sdk/wallet/Wallet.java | 8 ++++---- wrappers/nodejs/README.md | 8 ++++---- wrappers/nodejs/codegen/api.json | 8 ++++---- wrappers/python/indy/wallet.py | 8 ++++---- 8 files changed, 33 insertions(+), 33 deletions(-) diff --git a/libindy/include/indy_wallet.h b/libindy/include/indy_wallet.h index 20a6291488..fa4a267b8e 100644 --- a/libindy/include/indy_wallet.h +++ b/libindy/include/indy_wallet.h @@ -159,7 +159,7 @@ extern "C" { /// For 'default' storage type configuration is: /// { /// "path": optional, Path to the directory with wallet files. - /// Defaults to $HOME/.indy_client/wallets. + /// Defaults to $HOME/.indy_client/wallet. /// Wallet will be stored in the file {path}/{id}/sqlite.db /// } /// } @@ -207,7 +207,7 @@ extern "C" { /// For 'default' storage type configuration is: /// { /// "path": optional, Path to the directory with wallet files. - /// Defaults to $HOME/.indy_client/wallets. + /// Defaults to $HOME/.indy_client/wallet. /// Wallet will be stored in the file {path}/{id}/sqlite.db /// } /// @@ -293,7 +293,7 @@ extern "C" { /// For 'default' storage type configuration is: /// { /// "path": optional, Path to the directory with wallet files. - /// Defaults to $HOME/.indy_client/wallets. + /// Defaults to $HOME/.indy_client/wallet. /// Wallet will be stored in the file {path}/{id}/sqlite.db /// } /// } @@ -362,7 +362,7 @@ extern "C" { /// For 'default' storage type configuration is: /// { /// "path": optional, Path to the directory with wallet files. - /// Defaults to $HOME/.indy_client/wallets. + /// Defaults to $HOME/.indy_client/wallet. /// Wallet will be stored in the file {path}/{id}/sqlite.db /// } /// } diff --git a/libindy/src/api/wallet.rs b/libindy/src/api/wallet.rs index 8344c7ff18..6d0ca2e7b7 100644 --- a/libindy/src/api/wallet.rs +++ b/libindy/src/api/wallet.rs @@ -158,7 +158,7 @@ pub extern fn indy_register_wallet_storage(command_handle: i32, /// For 'default' storage type configuration is: /// { /// "path": optional, Path to the directory with wallet files. -/// Defaults to $HOME/.indy_client/wallets. +/// Defaults to $HOME/.indy_client/wallet. /// Wallet will be stored in the file {path}/{id}/sqlite.db /// } /// } @@ -231,7 +231,7 @@ pub extern fn indy_create_wallet(command_handle: i32, /// For 'default' storage type configuration is: /// { /// "path": optional, Path to the directory with wallet files. -/// Defaults to $HOME/.indy_client/wallets. +/// Defaults to $HOME/.indy_client/wallet. /// Wallet will be stored in the file {path}/{id}/sqlite.db /// } /// @@ -366,7 +366,7 @@ pub extern fn indy_export_wallet(command_handle: i32, /// For 'default' storage type configuration is: /// { /// "path": optional, Path to the directory with wallet files. -/// Defaults to $HOME/.indy_client/wallets. +/// Defaults to $HOME/.indy_client/wallet. /// Wallet will be stored in the file {path}/{id}/sqlite.db /// } /// } @@ -484,7 +484,7 @@ pub extern fn indy_close_wallet(command_handle: i32, /// For 'default' storage type configuration is: /// { /// "path": optional, Path to the directory with wallet files. -/// Defaults to $HOME/.indy_client/wallets. +/// Defaults to $HOME/.indy_client/wallet. /// Wallet will be stored in the file {path}/{id}/sqlite.db /// } /// } diff --git a/wrappers/dotnet/indy-sdk-dotnet/WalletApi/Wallet.cs b/wrappers/dotnet/indy-sdk-dotnet/WalletApi/Wallet.cs index 8cce5e0198..c269419b75 100644 --- a/wrappers/dotnet/indy-sdk-dotnet/WalletApi/Wallet.cs +++ b/wrappers/dotnet/indy-sdk-dotnet/WalletApi/Wallet.cs @@ -18,8 +18,8 @@ public sealed class Wallet : IDisposable /// /// Wallet type registrations by type name. /// - private static ConcurrentBag _registeredWalletTypes = new ConcurrentBag(); - + private static ConcurrentBag _registeredWalletTypes = new ConcurrentBag(); + /// /// Gets the callback to use when a wallet open command has completed. /// @@ -101,7 +101,7 @@ private static void OpenWalletCallback(int xcommand_handle, int err, IntPtr wall /// For 'default' storage type configuration is: /// { /// "path": optional<string>, Path to the directory with wallet files. - /// Defaults to $HOME/.indy_client/wallets. + /// Defaults to $HOME/.indy_client/wallet. /// Wallet will be stored in the file {path}/{id}/sqlite.db /// } /// } @@ -158,7 +158,7 @@ public static Task CreateWalletAsync(string config, string credentials) /// For 'default' storage type configuration is: /// { /// "path": optional<string>, Path to the directory with wallet files. - /// Defaults to $HOME/.indy_client/wallets. + /// Defaults to $HOME/.indy_client/wallet. /// Wallet will be stored in the file {path}/{id}/sqlite.db /// } /// } @@ -254,7 +254,7 @@ public Task ExportAsync(string exportConfig) /// For 'default' storage type configuration is: /// { /// "path": optional<string>, Path to the directory with wallet files. - /// Defaults to $HOME/.indy_client/wallets. + /// Defaults to $HOME/.indy_client/wallet. /// Wallet will be stored in the file {path}/{id}/sqlite.db /// } /// } diff --git a/wrappers/ios/libindy-pod/Indy/Wrapper/IndyWallet.h b/wrappers/ios/libindy-pod/Indy/Wrapper/IndyWallet.h index a3d46972fe..9345e7272b 100644 --- a/wrappers/ios/libindy-pod/Indy/Wrapper/IndyWallet.h +++ b/wrappers/ios/libindy-pod/Indy/Wrapper/IndyWallet.h @@ -52,7 +52,7 @@ For 'default' storage type configuration is: { "path": optional, Path to the directory with wallet files. - Defaults to $HOME/.indy_client/wallets. + Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db } } @@ -95,7 +95,7 @@ For 'default' storage type configuration is: { "path": optional, Path to the directory with wallet files. - Defaults to $HOME/.indy_client/wallets. + Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db } } @@ -150,7 +150,7 @@ For 'default' storage type configuration is: { "path": optional, Path to the directory with wallet files. - Defaults to $HOME/.indy_client/wallets. + Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db } } @@ -214,7 +214,7 @@ For 'default' storage type configuration is: { "path": optional, Path to the directory with wallet files. - Defaults to $HOME/.indy_client/wallets. + Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db } } diff --git a/wrappers/java/src/main/java/org/hyperledger/indy/sdk/wallet/Wallet.java b/wrappers/java/src/main/java/org/hyperledger/indy/sdk/wallet/Wallet.java index 3e1f5b46bc..f8134694cc 100644 --- a/wrappers/java/src/main/java/org/hyperledger/indy/sdk/wallet/Wallet.java +++ b/wrappers/java/src/main/java/org/hyperledger/indy/sdk/wallet/Wallet.java @@ -165,7 +165,7 @@ public static CompletableFuture registerWalletType( * For 'default' storage type configuration is: * { * "path": optional["string"], Path to the directory with wallet files. - * Defaults to $HOME/.indy_client/wallets. + * Defaults to $HOME/.indy_client/wallet. * Wallet will be stored in the file {path}/{id}/sqlite.db * } * } @@ -218,7 +218,7 @@ public static CompletableFuture createWallet( * For 'default' storage type configuration is: * { * "path": optional["string"], Path to the directory with wallet files. - * Defaults to $HOME/.indy_client/wallets. + * Defaults to $HOME/.indy_client/wallet. * Wallet will be stored in the file {path}/{id}/sqlite.db * } * } @@ -306,7 +306,7 @@ private static CompletableFuture closeWallet( * For 'default' storage type configuration is: * { * "path": optional["string"], Path to the directory with wallet files. - * Defaults to $HOME/.indy_client/wallets. + * Defaults to $HOME/.indy_client/wallet. * Wallet will be stored in the file {path}/{id}/sqlite.db * } * } @@ -404,7 +404,7 @@ public static CompletableFuture exportWallet( * For 'default' storage type configuration is: * { * "path": optional["string"], Path to the directory with wallet files. - * Defaults to $HOME/.indy_client/wallets. + * Defaults to $HOME/.indy_client/wallet. * Wallet will be stored in the file {path}/{id}/sqlite.db * } * } diff --git a/wrappers/nodejs/README.md b/wrappers/nodejs/README.md index 7226ed90bf..138352c1cc 100644 --- a/wrappers/nodejs/README.md +++ b/wrappers/nodejs/README.md @@ -2274,7 +2274,7 @@ Create a new secure wallet. For 'default' storage type configuration is: { "path": optional, Path to the directory with wallet files. - Defaults to $HOME/.indy_client/wallets. + Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db } } @@ -2314,7 +2314,7 @@ Wallet must be previously created with createWallet method. For 'default' storage type configuration is: { "path": optional, Path to the directory with wallet files. - Defaults to $HOME/.indy_client/wallets. + Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db } } @@ -2378,7 +2378,7 @@ This can be seen as an createWallet call with additional content import For 'default' storage type configuration is: { "path": optional, Path to the directory with wallet files. - Defaults to $HOME/.indy_client/wallets. + Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db } } @@ -2432,7 +2432,7 @@ Deletes created wallet. For 'default' storage type configuration is: { "path": optional, Path to the directory with wallet files. - Defaults to $HOME/.indy_client/wallets. + Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db } } diff --git a/wrappers/nodejs/codegen/api.json b/wrappers/nodejs/codegen/api.json index 86565c0202..91b88dd407 100644 --- a/wrappers/nodejs/codegen/api.json +++ b/wrappers/nodejs/codegen/api.json @@ -2228,7 +2228,7 @@ "ret": "indy_error_t" }, "indy_create_wallet": { - "docs": "Create a new secure wallet.\n\n#Params\nconfig: Wallet configuration json.\n{\n \"id\": string, Identifier of the wallet.\n Configured storage uses this identifier to lookup exact wallet data placement.\n \"storage_type\": optional, Type of the wallet storage. Defaults to 'default'.\n 'Default' storage type allows to store wallet data in the local file.\n Custom storage types can be registered with indy_register_wallet_storage call.\n \"storage_config\": optional, Storage configuration json. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type configuration is:\n {\n \"path\": optional, Path to the directory with wallet files.\n Defaults to $HOME/.indy_client/wallets.\n Wallet will be stored in the file {path}/{id}/sqlite.db\n }\n}\ncredentials: Wallet credentials json\n{\n \"key\": string, Passphrase used to derive wallet master key\n \"storage_credentials\": optional Credentials for wallet storage. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type should be empty.\n \"key_derivation_method\": optional algorithm to use for master key derivation:\n ARGON2I_MOD (used by default)\n ARGON2I_INT - less secured but faster\n}\n\n#Returns\nerr: Error code\n\n#Errors\nCommon*\nWallet*", + "docs": "Create a new secure wallet.\n\n#Params\nconfig: Wallet configuration json.\n{\n \"id\": string, Identifier of the wallet.\n Configured storage uses this identifier to lookup exact wallet data placement.\n \"storage_type\": optional, Type of the wallet storage. Defaults to 'default'.\n 'Default' storage type allows to store wallet data in the local file.\n Custom storage types can be registered with indy_register_wallet_storage call.\n \"storage_config\": optional, Storage configuration json. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type configuration is:\n {\n \"path\": optional, Path to the directory with wallet files.\n Defaults to $HOME/.indy_client/wallet.\n Wallet will be stored in the file {path}/{id}/sqlite.db\n }\n}\ncredentials: Wallet credentials json\n{\n \"key\": string, Passphrase used to derive wallet master key\n \"storage_credentials\": optional Credentials for wallet storage. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type should be empty.\n \"key_derivation_method\": optional algorithm to use for master key derivation:\n ARGON2I_MOD (used by default)\n ARGON2I_INT - less secured but faster\n}\n\n#Returns\nerr: Error code\n\n#Errors\nCommon*\nWallet*", "group": "wallet", "params": [ {"name": "command_handle", "type": "indy_handle_t"}, @@ -2245,7 +2245,7 @@ "ret": "indy_error_t" }, "indy_open_wallet": { - "docs": "Open the wallet.\n\nWallet must be previously created with indy_create_wallet method.\n\n#Params\nconfig: Wallet configuration json.\n {\n \"id\": string, Identifier of the wallet.\n Configured storage uses this identifier to lookup exact wallet data placement.\n \"storage_type\": optional, Type of the wallet storage. Defaults to 'default'.\n 'Default' storage type allows to store wallet data in the local file.\n Custom storage types can be registered with indy_register_wallet_storage call.\n \"storage_config\": optional, Storage configuration json. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type configuration is:\n {\n \"path\": optional, Path to the directory with wallet files.\n Defaults to $HOME/.indy_client/wallets.\n Wallet will be stored in the file {path}/{id}/sqlite.db\n }\n\n }\ncredentials: Wallet credentials json\n {\n \"key\": string, Passphrase used to derive current wallet master key\n \"rekey\": optional, If present than wallet master key will be rotated to a new one\n derived from this passphrase.\n \"storage_credentials\": optional Credentials for wallet storage. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type should be empty.\n \"key_derivation_method\": optional algorithm to use for master key derivation:\n ARGON2I_MOD (used by default)\n ARGON2I_INT - less secured but faster\n \"rekey_derivation_method\": optional algorithm to use for master rekey derivation:\n ARGON2I_MOD (used by default)\n ARGON2I_INT - less secured but faster\n }\n\n#Returns\nerr: Error code\nhandle: Handle to opened wallet to use in methods that require wallet access.\n\n#Errors\nCommon*\nWallet*", + "docs": "Open the wallet.\n\nWallet must be previously created with indy_create_wallet method.\n\n#Params\nconfig: Wallet configuration json.\n {\n \"id\": string, Identifier of the wallet.\n Configured storage uses this identifier to lookup exact wallet data placement.\n \"storage_type\": optional, Type of the wallet storage. Defaults to 'default'.\n 'Default' storage type allows to store wallet data in the local file.\n Custom storage types can be registered with indy_register_wallet_storage call.\n \"storage_config\": optional, Storage configuration json. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type configuration is:\n {\n \"path\": optional, Path to the directory with wallet files.\n Defaults to $HOME/.indy_client/wallet.\n Wallet will be stored in the file {path}/{id}/sqlite.db\n }\n\n }\ncredentials: Wallet credentials json\n {\n \"key\": string, Passphrase used to derive current wallet master key\n \"rekey\": optional, If present than wallet master key will be rotated to a new one\n derived from this passphrase.\n \"storage_credentials\": optional Credentials for wallet storage. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type should be empty.\n \"key_derivation_method\": optional algorithm to use for master key derivation:\n ARGON2I_MOD (used by default)\n ARGON2I_INT - less secured but faster\n \"rekey_derivation_method\": optional algorithm to use for master rekey derivation:\n ARGON2I_MOD (used by default)\n ARGON2I_INT - less secured but faster\n }\n\n#Returns\nerr: Error code\nhandle: Handle to opened wallet to use in methods that require wallet access.\n\n#Errors\nCommon*\nWallet*", "group": "wallet", "params": [ {"name": "command_handle", "type": "indy_handle_t"}, @@ -2280,7 +2280,7 @@ "ret": "indy_error_t" }, "indy_import_wallet": { - "docs": "Creates a new secure wallet and then imports its content\naccording to fields provided in import_config\nThis can be seen as an indy_create_wallet call with additional content import\n\n#Params\nconfig: Wallet configuration json.\n{\n \"id\": string, Identifier of the wallet.\n Configured storage uses this identifier to lookup exact wallet data placement.\n \"storage_type\": optional, Type of the wallet storage. Defaults to 'default'.\n 'Default' storage type allows to store wallet data in the local file.\n Custom storage types can be registered with indy_register_wallet_storage call.\n \"storage_config\": optional, Storage configuration json. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type configuration is:\n {\n \"path\": optional, Path to the directory with wallet files.\n Defaults to $HOME/.indy_client/wallets.\n Wallet will be stored in the file {path}/{id}/sqlite.db\n }\n}\ncredentials: Wallet credentials json\n{\n \"key\": string, Passphrase used to derive wallet master key\n \"storage_credentials\": optional Credentials for wallet storage. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type should be empty.\n \"key_derivation_method\": optional algorithm to use for master key derivation:\n ARGON2I_MOD (used by default)\n ARGON2I_INT - less secured but faster\n}\nimport_config: Import settings json.\n{\n \"path\": , path of the file that contains exported wallet content\n \"key\": , passphrase used to derive export key\n}\n\n#Returns\nError code\n\n#Errors\nCommon*\nWallet*", + "docs": "Creates a new secure wallet and then imports its content\naccording to fields provided in import_config\nThis can be seen as an indy_create_wallet call with additional content import\n\n#Params\nconfig: Wallet configuration json.\n{\n \"id\": string, Identifier of the wallet.\n Configured storage uses this identifier to lookup exact wallet data placement.\n \"storage_type\": optional, Type of the wallet storage. Defaults to 'default'.\n 'Default' storage type allows to store wallet data in the local file.\n Custom storage types can be registered with indy_register_wallet_storage call.\n \"storage_config\": optional, Storage configuration json. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type configuration is:\n {\n \"path\": optional, Path to the directory with wallet files.\n Defaults to $HOME/.indy_client/wallet.\n Wallet will be stored in the file {path}/{id}/sqlite.db\n }\n}\ncredentials: Wallet credentials json\n{\n \"key\": string, Passphrase used to derive wallet master key\n \"storage_credentials\": optional Credentials for wallet storage. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type should be empty.\n \"key_derivation_method\": optional algorithm to use for master key derivation:\n ARGON2I_MOD (used by default)\n ARGON2I_INT - less secured but faster\n}\nimport_config: Import settings json.\n{\n \"path\": , path of the file that contains exported wallet content\n \"key\": , passphrase used to derive export key\n}\n\n#Returns\nError code\n\n#Errors\nCommon*\nWallet*", "group": "wallet", "params": [ {"name": "command_handle", "type": "indy_handle_t"}, @@ -2314,7 +2314,7 @@ "ret": "indy_error_t" }, "indy_delete_wallet": { - "docs": "Deletes created wallet.\n\n#Params\nconfig: Wallet configuration json.\n{\n \"id\": string, Identifier of the wallet.\n Configured storage uses this identifier to lookup exact wallet data placement.\n \"storage_type\": optional, Type of the wallet storage. Defaults to 'default'.\n 'Default' storage type allows to store wallet data in the local file.\n Custom storage types can be registered with indy_register_wallet_storage call.\n \"storage_config\": optional, Storage configuration json. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type configuration is:\n {\n \"path\": optional, Path to the directory with wallet files.\n Defaults to $HOME/.indy_client/wallets.\n Wallet will be stored in the file {path}/{id}/sqlite.db\n }\n}\ncredentials: Wallet credentials json\n{\n \"key\": string, Passphrase used to derive wallet master key\n \"storage_credentials\": optional Credentials for wallet storage. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type should be empty.\n \"key_derivation_method\": optional algorithm to use for master key derivation:\n ARGON2I_MOD (used by default)\n ARGON2I_INT - less secured but faster\n}\n\n#Returns\nError code\n\n#Errors\nCommon*\nWallet*", + "docs": "Deletes created wallet.\n\n#Params\nconfig: Wallet configuration json.\n{\n \"id\": string, Identifier of the wallet.\n Configured storage uses this identifier to lookup exact wallet data placement.\n \"storage_type\": optional, Type of the wallet storage. Defaults to 'default'.\n 'Default' storage type allows to store wallet data in the local file.\n Custom storage types can be registered with indy_register_wallet_storage call.\n \"storage_config\": optional, Storage configuration json. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type configuration is:\n {\n \"path\": optional, Path to the directory with wallet files.\n Defaults to $HOME/.indy_client/wallet.\n Wallet will be stored in the file {path}/{id}/sqlite.db\n }\n}\ncredentials: Wallet credentials json\n{\n \"key\": string, Passphrase used to derive wallet master key\n \"storage_credentials\": optional Credentials for wallet storage. Storage type defines set of supported keys.\n Can be optional if storage supports default configuration.\n For 'default' storage type should be empty.\n \"key_derivation_method\": optional algorithm to use for master key derivation:\n ARGON2I_MOD (used by default)\n ARGON2I_INT - less secured but faster\n}\n\n#Returns\nError code\n\n#Errors\nCommon*\nWallet*", "group": "wallet", "params": [ {"name": "command_handle", "type": "indy_handle_t"}, diff --git a/wrappers/python/indy/wallet.py b/wrappers/python/indy/wallet.py index 05c78a5340..ba24633049 100644 --- a/wrappers/python/indy/wallet.py +++ b/wrappers/python/indy/wallet.py @@ -23,7 +23,7 @@ async def create_wallet(config: str, For 'default' storage type configuration is: { "path": optional, Path to the directory with wallet files. - Defaults to $HOME/.indy_client/wallets. + Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db } } @@ -83,7 +83,7 @@ async def open_wallet(config: str, For 'default' storage type configuration is: { "path": optional, Path to the directory with wallet files. - Defaults to $HOME/.indy_client/wallets. + Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db } @@ -171,7 +171,7 @@ async def delete_wallet(config: str, For 'default' storage type configuration is: { "path": optional, Path to the directory with wallet files. - Defaults to $HOME/.indy_client/wallets. + Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db } } @@ -270,7 +270,7 @@ async def import_wallet(config: str, For 'default' storage type configuration is: { "path": optional, Path to the directory with wallet files. - Defaults to $HOME/.indy_client/wallets. + Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db } } From e68985a438cf8e49dc93f86fc57d80f827d7ea4f Mon Sep 17 00:00:00 2001 From: "artem.ivanov" Date: Mon, 8 Oct 2018 15:31:44 +0300 Subject: [PATCH 2/2] Incremented version of Rust wrapper Signed-off-by: artem.ivanov --- wrappers/rust/Cargo.toml | 4 ++-- wrappers/rust/README.md | 2 +- wrappers/rust/indy-sys/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wrappers/rust/Cargo.toml b/wrappers/rust/Cargo.toml index a3492b7c19..fe3f9a074f 100644 --- a/wrappers/rust/Cargo.toml +++ b/wrappers/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indy" -version = "1.6.6" +version = "1.6.7" description = "A library for assisting developers using LibIndy API" authors = ["Mike Lodder ", "Matt Raffel ", @@ -22,7 +22,7 @@ lazy_static = "0.2" log = "0.4" num-traits = "0.2" num-derive = "0.2" -indy-sys = { path ="indy-sys", version = "1.6.6" } +indy-sys = { path ="indy-sys", version = "1.6.7" } [dev-dependencies] bs58 = {version = "0.2.2", features = ["check"]} diff --git a/wrappers/rust/README.md b/wrappers/rust/README.md index 71b135e1ae..033f3ac18f 100644 --- a/wrappers/rust/README.md +++ b/wrappers/rust/README.md @@ -12,7 +12,7 @@ - Add **indy** to Cargo.toml ``` [dependencies] -indy = "1.6.6" +indy = "1.6.7" ``` # Note diff --git a/wrappers/rust/indy-sys/Cargo.toml b/wrappers/rust/indy-sys/Cargo.toml index 4acf2b293e..c3a7d73da6 100644 --- a/wrappers/rust/indy-sys/Cargo.toml +++ b/wrappers/rust/indy-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "indy-sys" description = "FFI bindings to Libindy C API" -version = "1.6.6" +version = "1.6.7" authors = ["Mike Lodder "] build = "build.rs" links = "indy"