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

Modularize main #10

Closed
mpjunior92 opened this issue Nov 20, 2023 · 2 comments
Closed

Modularize main #10

mpjunior92 opened this issue Nov 20, 2023 · 2 comments

Comments

@mpjunior92
Copy link
Contributor

All functions reside in main pkg, which is not ideal, pollutes the main pkg, and makes the API hard to use. I'd recommend to split main into a few more pkgs like merkle, withdrawal, validator, etc.

@mpjunior92
Copy link
Contributor Author

Also, as this repo is intended to be used as a library, functions should not reside in main pkg.

@Sidu28
Copy link
Contributor

Sidu28 commented Dec 1, 2023

#13

@Sidu28 Sidu28 closed this as completed Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants