-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add e2e test with encrypted keyring (#45)
* add e2e test with encrypted keyring
- Loading branch information
1 parent
6b2d632
commit 93839a8
Showing
7 changed files
with
78 additions
and
24 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
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,9 @@ | ||
Folder for testing encrypted file keyring. | ||
|
||
Contains one key with name `test` and passphrase `testtest`. | ||
|
||
Key was created by calling `btcec.NewPrivateKey()`, encoded to hex and importing | ||
to cosmos keyring by using : | ||
``` | ||
./build/babylond keys --keyring-backend=file --keyring-dir=babylon/testkeyring import-hex test d9d4221f4f1c98d6ce4b9390038f3b08b2c47156fd29bb417d03bf6118923f3f | ||
``` |
1 change: 1 addition & 0 deletions
1
...nt-signer/itest/testkeyring/keyring-file/6d3b082697e1099a7677bec1205d1f6153dafe26.address
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 @@ | ||
eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyNC0xMS0yNyAwODowMjozMC4zMzM1MTEgKzAxMDAgQ0VUIG09KzguMjUxOTc2NzkzIiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoiQ1NVRjRRNzJpMGhEWWFLZCJ9.3_kww_63YyTRioPbpVZJwSN8uf7gjdTzDg7OnM46netc4hrCSCNouQ.zEdN0b0Tlb4vjgAn.YOVylHtTQK90NDCNfJFE40S48DwStDD-c9orZvWLiHYud1YE_GAhsVYCZccYicL5bEnPvMdGCzMvA_V_5Iz-QwR2-0ofhkyO4a5LNtaS-iir3wS33rj112C_-ajoiMrrq1SkCh3VOMTpGdSCD5lpn5POEQMPAQhBQurNF2BBMCXYsMzwo2bR7oiMeWuKmHy_Z1s7irgukSCUMfe6gBwg-BoemJuNXXn2-pge38NP_chuoQ.2OotwwK0_SJ4OUIOB7dIig |
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 @@ | ||
$2a$10$xXYahf5o27DTopn6gS2hi.TCgO16g6LI4yMRplGBOCTBH6XaFqcN2 |
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 @@ | ||
eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyNC0xMS0yNyAwODowMjozMC4zMzE2MzMgKzAxMDAgQ0VUIG09KzguMjUwMDk5Mzc2IiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoib2ZXRjBhVnhMb01NWDFKdCJ9.bX9gLW-hEN6zmPJgxYKhYoKGuT9CXFxPctqEmeh943ZUBH7tT_mnXg.wUbZHCZ3E7Nx7SSH.1n6drbvjR-x2Fc-Bqx4ejrwOPC_XTBSTl7Z4hoZWHd3AwAbkwiFKxjzlyHGJ1k8ZP5bo3ukXT5f1R_lY7qr35W0HRQrhu1xG5l6lvo4xLQKYejhMG9yfJDVyKtBTrrNk7NlpoAVTeESO3QAIAtD1YAkw5TSdVy2od9RmlnujbelAE2TnydNDPYbECqSecJBzyr-YGvSiMlds0Fg70gBlcGRoVk1ZGDD93DxFha84sv2UIl6AWavcqDbNTYz4Sq2DxZpQLcet8YnirJV3m6a2a30Cz77Qy-83oAymrk5GmaCSL2TmTOuGzW4i1jtuC38EAZxOD1TJ-3aobWbasybg6SPi83y9lDVXogbJ-fOi0tY76ovDol2AypXbQ-r8W3qRLtqGkdhECV9vm1EX3v_b4gwERa_h3ahDUoneoRqiciA0T9Hho5uo1-yqrg.nIIVGQf_Q4I9-fCOa7AITg |
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