-
Notifications
You must be signed in to change notification settings - Fork 317
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
Derivation of stellar public key fails #645
Labels
Comments
Version 8.0.0 and lower works well. Bug was introduced in v8.1.0 with the bump of major version of stellar-base |
Thank you for bringing this to my attention! It's resolved by stellar/js-stellar-base#429 and will be included in base-5.2.1 and subsequently the pending sdk-8.2.0. |
This should be closed as of v8.2.0! |
OttoAllmendinger
added a commit
to BitGo/BitGoJS
that referenced
this issue
Aug 6, 2021
Should fix flaky build: stellar/js-stellar-sdk#645 Issue: BG-34800
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Trying to get a public key from stellar secret key can throw an error in library
What version are you on?
Latest 8.1.1
To Reproduce
Simply try to generate many keypairs
You will encounter failiure approximantelly every 200th derivation.
Known private keys from which publicKey fails to derive
Expected behavior
Generation does not fail
Additional context
The text was updated successfully, but these errors were encountered: