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

softsign: add account key support; drop raw format #86

Merged
merged 1 commit into from
Jun 20, 2020

Conversation

tony-iqlusion
Copy link
Member

Adds support for generating and loading secp256k1 (ECDSA) account keys when using the softsign provider.

Keys must be serialized as raw Base64.

For maintainability purposes, this commit also drops support for the legacy raw key format. Users who still have keys in this format will need to Base64 encode them.

Adds support for generating and loading secp256k1 (ECDSA) account keys
when using the `softsign` provider.

Keys must be serialized as raw Base64.

For maintainability purposes, this commit also drops support for the
legacy `raw` key format. Users who still have keys in this format will
need to Base64 encode them.
@tony-iqlusion tony-iqlusion merged commit 8161361 into develop Jun 20, 2020
@tony-iqlusion tony-iqlusion deleted the softsign/account-key-support branch June 20, 2020 06:24
This was referenced Jun 23, 2020
@tony-iqlusion tony-iqlusion mentioned this pull request Jul 2, 2020
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.

1 participant