-
Notifications
You must be signed in to change notification settings - Fork 63
feat: Initial version of a key generation utility for ream #757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 31 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
7978ad0
Feat: Adding message_types.rs
ch4r10t33r dcf8b61
feat: parallelise key generation
ch4r10t33r 6771ad2
feat: amended generate_keys function to create multiple keys based on…
ch4r10t33r 9021822
fix: resolved udeps error
ch4r10t33r c3712de
feat: Added struct definitions for post quantum keystore
ch4r10t33r 259be58
feat: Saving to QsKeystore
ch4r10t33r 2737548
feat: Added passphrase parameter to account_manager command
ch4r10t33r d18c60c
Merge branch 'master' into account_manager
ch4r10t33r cdbaba7
fix: review comments
ch4r10t33r 4ba922c
fix: fixed cargo fmt issue
ch4r10t33r 1731b6d
fix: removed ascii art
ch4r10t33r dc65161
fix: fixed review comments
ch4r10t33r 193b96c
Merge branch 'master' into account_manager
ch4r10t33r 424a8ff
Fix: addressed review comments.
ch4r10t33r 9660a93
Fix: review comment fixes
ch4r10t33r 949091e
fix: linting errors
ch4r10t33r 75a18f1
Fix: Update bin/ream/src/main.rs
ch4r10t33r 5f4321b
Fix: Update crates/common/account_manager/src/keystore.rs
ch4r10t33r 638959f
Fix: Update crates/common/account_manager/src/keystore.rs
ch4r10t33r 4aa6fe9
Fix: review comment fixes
ch4r10t33r 54b3a14
Merge branch 'account_manager' of https://github.com/ch4r10t33r/ream …
ch4r10t33r 861c390
fix: fixed issues with build and removed redundant code
ch4r10t33r d43a7b4
Fix: review comment fixes
ch4r10t33r f12db7b
fix: Update bin/ream/src/cli/account_manager.rs
ch4r10t33r 6da008b
Fix: Update bin/ream/src/cli/account_manager.rs
ch4r10t33r 9ef714f
fix: Update crates/common/account_manager/src/lib.rs
ch4r10t33r 7c03e53
Fix: Update crates/common/account_manager/src/message_types.rs
ch4r10t33r bfe8f5e
Fix: updated code to address comments
ch4r10t33r 4c07a12
fix: review comment fixes
ch4r10t33r 2269d17
fix: Removed parallel processing.
ch4r10t33r a2e260d
Fix: Removed rayon from Cargo.toml
ch4r10t33r 7c307b9
Fix: addressed review comments
ch4r10t33r 3f513b7
fix: renamed functions
ch4r10t33r eb82dd9
fix: changed the default keystore path
ch4r10t33r File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
|
@@ -27,3 +27,6 @@ testing/ef-tests/mainnet/* | |
|
||
# DS_Store: Desktop Services Store | ||
.DS_Store | ||
|
||
# keystore | ||
.keystore |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.