-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Cleanup] Partial cleanup & refactor of different parts of the codebase #44
Conversation
…but struggling with parsing in smst_example_test.go
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.
Overall great refactor - bring the branch in line with main though. Left some comments with context and suggestions.
Nice job cleaning up my baby - but I miss my s
s over your z
s
Also add //nolint directives for unsued functions so the CI can check tests pass
Co-authored-by: h5law <[email protected]> Signed-off-by: Daniel Olshansky <[email protected]>
Co-authored-by: h5law <[email protected]> Signed-off-by: Daniel Olshansky <[email protected]>
Co-authored-by: h5law <[email protected]> Signed-off-by: Daniel Olshansky <[email protected]>
Co-authored-by: h5law <[email protected]> Signed-off-by: Daniel Olshansky <[email protected]>
@h5law Appreciate the quick review! Summary:
Next steps:
|
Your VerifyClosestProof method was old so it seems out of sync maybe a rebase is in order ahah gl Line 340 in fea9ecb
This also explains the
I will tackle this if you give me a spec/idea of the desired results and deadline |
Noted. Don't want to take too much of your time so I'll handle it. |
@h5law Please see #44 (comment) |
I would kinda like to do it ngl ahaha but up to you Regarding the out of sync I think I was in the error there ill do a once over now and see if I missed anything otherwise approve |
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.
Overall LGTM, approving now as the majority of my comments are in fact comments themselves and some naming - easy fixes no need for another review IMO. Great job on the refactor 🚀
Co-authored-by: h5law <[email protected]> Signed-off-by: Daniel Olshansky <[email protected]>
Co-authored-by: h5law <[email protected]> Signed-off-by: Daniel Olshansky <[email protected]>
Co-authored-by: h5law <[email protected]> Signed-off-by: Daniel Olshansky <[email protected]>
Co-authored-by: h5law <[email protected]> Signed-off-by: Daniel Olshansky <[email protected]>
Co-authored-by: h5law <[email protected]> Signed-off-by: Daniel Olshansky <[email protected]>
This PR does not introduce any functional changes to the logic.