Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1198 from Artemkaaas/bugfix/rust-wrapper-version
Browse files Browse the repository at this point in the history
Bugfix/rust wrapper version
  • Loading branch information
jovfer authored Oct 8, 2018
2 parents 91ae632 + a6aaec5 commit ebb0728
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 37 deletions.
8 changes: 4 additions & 4 deletions libindy/include/indy_wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ extern "C" {
/// 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
/// }
/// }
Expand Down Expand Up @@ -207,7 +207,7 @@ extern "C" {
/// 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
/// }
///
Expand Down Expand Up @@ -293,7 +293,7 @@ extern "C" {
/// 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
/// }
/// }
Expand Down Expand Up @@ -362,7 +362,7 @@ extern "C" {
/// 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
/// }
/// }
Expand Down
8 changes: 4 additions & 4 deletions libindy/src/api/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pub extern fn indy_register_wallet_storage(command_handle: i32,
/// 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
/// }
/// }
Expand Down Expand Up @@ -231,7 +231,7 @@ pub extern fn indy_create_wallet(command_handle: i32,
/// 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
/// }
///
Expand Down Expand Up @@ -366,7 +366,7 @@ pub extern fn indy_export_wallet(command_handle: i32,
/// 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
/// }
/// }
Expand Down Expand Up @@ -484,7 +484,7 @@ pub extern fn indy_close_wallet(command_handle: i32,
/// 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
/// }
/// }
Expand Down
10 changes: 5 additions & 5 deletions wrappers/dotnet/indy-sdk-dotnet/WalletApi/Wallet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public sealed class Wallet : IDisposable
/// <summary>
/// Wallet type registrations by type name.
/// </summary>
private static ConcurrentBag<WalletType> _registeredWalletTypes = new ConcurrentBag<WalletType>();

private static ConcurrentBag<WalletType> _registeredWalletTypes = new ConcurrentBag<WalletType>();

/// <summary>
/// Gets the callback to use when a wallet open command has completed.
/// </summary>
Expand Down Expand Up @@ -101,7 +101,7 @@ private static void OpenWalletCallback(int xcommand_handle, int err, IntPtr wall
/// For 'default' storage type configuration is:
/// {
/// "path": optional&lt;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
/// }
/// }
Expand Down Expand Up @@ -158,7 +158,7 @@ public static Task CreateWalletAsync(string config, string credentials)
/// For 'default' storage type configuration is:
/// {
/// "path": optional&lt;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
/// }
/// }
Expand Down Expand Up @@ -254,7 +254,7 @@ public Task ExportAsync(string exportConfig)
/// For 'default' storage type configuration is:
/// {
/// "path": optional&lt;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
/// }
/// }
Expand Down
8 changes: 4 additions & 4 deletions wrappers/ios/libindy-pod/Indy/Wrapper/IndyWallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
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
}
}
Expand Down Expand Up @@ -95,7 +95,7 @@
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
}
}
Expand Down Expand Up @@ -150,7 +150,7 @@
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
}
}
Expand Down Expand Up @@ -214,7 +214,7 @@
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
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public static CompletableFuture<Void> 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
* }
* }
Expand Down Expand Up @@ -218,7 +218,7 @@ public static CompletableFuture<Void> 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
* }
* }
Expand Down Expand Up @@ -306,7 +306,7 @@ private static CompletableFuture<Void> 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
* }
* }
Expand Down Expand Up @@ -404,7 +404,7 @@ public static CompletableFuture<Void> 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
* }
* }
Expand Down
8 changes: 4 additions & 4 deletions wrappers/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2277,7 +2277,7 @@ Create a new secure wallet.
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
}
}
Expand Down Expand Up @@ -2317,7 +2317,7 @@ Wallet must be previously created with createWallet method.
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
}
}
Expand Down Expand Up @@ -2381,7 +2381,7 @@ This can be seen as an createWallet call with additional content import
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
}
}
Expand Down Expand Up @@ -2435,7 +2435,7 @@ Deletes created wallet.
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
}
}
Expand Down
Loading

0 comments on commit ebb0728

Please sign in to comment.