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

Remove Outdated Keystore Cryptography #7796

Merged
merged 5 commits into from
Nov 12, 2020

Conversation

rauljordan
Copy link
Contributor

To support the Medalla testnet, we checked in an old version of the EIP keystore derivation logic. This PR removes the dependency, thereby breaking really old Medalla wallets, and resolves #7752. This also unskips the tests for the EIP-2333 derivation compliance: https://eips.ethereum.org/EIPS/eip-2333

@rauljordan rauljordan self-assigned this Nov 12, 2020
@rauljordan rauljordan added OK to merge Ready For Review A pull request ready for code review Security Security Related Issues labels Nov 12, 2020
prestonvanloon
prestonvanloon previously approved these changes Nov 12, 2020
@codecov
Copy link

codecov bot commented Nov 12, 2020

Codecov Report

Merging #7796 (117e203) into master (5f92395) will increase coverage by 0.14%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #7796      +/-   ##
==========================================
+ Coverage   62.03%   62.17%   +0.14%     
==========================================
  Files         430      429       -1     
  Lines       30475    30395      -80     
==========================================
- Hits        18905    18898       -7     
+ Misses       8628     8554      -74     
- Partials     2942     2943       +1     

@prylabs-bulldozer prylabs-bulldozer bot merged commit e9136e9 into master Nov 12, 2020
@delete-merged-branch delete-merged-branch bot deleted the remove-deprecated-crypto branch November 12, 2020 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review Security Security Related Issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Support for Pre-V2 EIP Keystores Before Mainnet
2 participants