-
Notifications
You must be signed in to change notification settings - Fork 704
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
Remove the Keystore API #3657
Remove the Keystore API #3657
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@meaghanfitzgerald Is there a change that needs to be made to the docs repo with the removal of this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The keystore API has been marked deprecated in the docs since March 2023. Once this PR is merged, we should include "[DEPRECATED]" in the title and sidebar, and remove the documentation entirely after about 4-6 weeks. cc: @owenwahlgren @ashucoder9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link to docs: https://docs.avax.network/api-reference/keystore-api
cc: @Andyvargtz |
Why this should be merged
The Keystore API has been deprecated for almost 2 years. Since Etna was recently activated, now is the ideal time to remove it.
How this works
This PR removes all code related to the keystore.
How this was tested
CI
Need to be documented in RELEASES.md?
Yes.