-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Tech debt] Cleanup repo #48
Comments
Closed by #49 |
Reopening Another cleanup round: nim-blscurve/blscurve/common.nim Lines 760 to 801 in b435f1a
was missed. And when HashToCurve v7 lands and the v5 can be completely retired (probably soon as Schlesi testnet is down), we need to cleanup v5 code. |
Closed by #65 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of the tech debt week status-im/nimbus-eth2#867
With the varying schemes we had we have accumulated some cruft in the repo.
In preparation for auditing, the code paths that are not used should be cleaned up.
For example
The text was updated successfully, but these errors were encountered: