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

cleanups #212

Merged
merged 6 commits into from
Aug 24, 2023
Merged

cleanups #212

merged 6 commits into from
Aug 24, 2023

Conversation

richardpringle
Copy link
Contributor

@richardpringle richardpringle commented Aug 23, 2023

Broken up into the following commits:

  • Remove firewood- prefix from sub-crates
  • Remove glob imports from merkle_util
  • Remove unnecessary empty lines
  • Remove glob imports from proof.rs
  • Break up merkle.rs
  • Merge imports in proof.rs

If there are any conflicts with stuff you're working on, @rkuris, let me know and I can create separate PRs.

Scope:

I only moved code, if you spot anything odd, I'm happy to clean it up in a follow up PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be broken up further, but at least it's under 1k lines. Not sure how scary it is that there are no specific tests for this one...

@@ -1,5 +1,5 @@
[package]
name = "firewood-growth-ring"
name = "growth-ring"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason these have a prefix is that we don't own these namespaces in crates.io.

https://crates.io/crates/growth-ring

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can deal with that when it comes time to publish.

Copy link
Collaborator

@rkuris rkuris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎢 🚀 Making assumptions that these are just code moves per the comments

@richardpringle richardpringle merged commit 9f7e6d5 into main Aug 24, 2023
5 checks passed
@richardpringle richardpringle deleted the cleanups branch August 24, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants