Skip to content
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

Use firefly-signer for wallet creation #193

Merged
merged 4 commits into from
Jun 8, 2022

Conversation

nguyer
Copy link
Contributor

@nguyer nguyer commented Jun 8, 2022

This PR removes the dependence on the geth account import command to perform the keystore v3 wallet encryption, and uses the firefly-signer library for that. This should speed up first time startup and new account creation.

I needed to re-arrange a couple of the steps around account creation, but I think the end result is better, deferring more of the specifics to the blockchain-provider implementation.

Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Copy link
Contributor

@peterbroadhurst peterbroadhurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

nguyer added 2 commits June 8, 2022 14:36
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
@peterbroadhurst peterbroadhurst merged commit 13348f5 into hyperledger:main Jun 8, 2022
@peterbroadhurst peterbroadhurst deleted the wallet-creation branch June 8, 2022 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants