forked from hyperledger-archives/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-archives#8 from dastardlychimp/TOK-424
Add rust wrapper wallet tests.
- Loading branch information
Showing
4 changed files
with
404 additions
and
103 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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
pub const DEFAULT_CREDENTIALS: &str = r#"{"key":""}"#; | ||
pub const DID_1: &str = "VsKV7grR1BUE29mG2Fm2kX"; | ||
pub const EXPORT_KEY: &str = "export_key"; | ||
pub const DID: &str = "8wZcEriaNLNKtteJvx7f8i"; | ||
pub const DID_TRUSTEE: &str = "V4SGRU86Z58d6TV7PBUe6f"; | ||
pub const INVALID_HANDLE: i32 = 583741; | ||
pub const METADATA: &str = "some_metadata"; | ||
pub const MY1_SEED: &str = "00000000000000000000000000000My1"; | ||
pub const PROTOCOL_VERSION: i32 = 2; | ||
pub const SEED_1: &str = "00000000000000000000000000000My1"; | ||
pub const TRUSTEE_SEED: &str = "000000000000000000000000Trustee1"; | ||
pub const VERKEY_1: &str = "GjZWsBLgZCR18aL468JAT7w9CZRiBnpxUPPgyQxh4voa"; | ||
pub const VERKEY_ABV_1: &str = "~HYwqs2vrTc8Tn4uBV7NBTe"; | ||
pub const DID: &str = "8wZcEriaNLNKtteJvx7f8i"; | ||
pub const DID_TRUSTEE: &str = "V4SGRU86Z58d6TV7PBUe6f"; | ||
pub const VERKEY_TRUSTEE: &str = "GJ1SzoWzavQYfNL9XkaJdrQejfztN4XqdsiV4ct3LXKL"; | ||
pub const METADATA: &str = "some_metadata"; |
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.