You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
All functions reside in
main
pkg, which is not ideal, pollutes themain
pkg, and makes the API hard to use. I'd recommend to split main into a few more pkgs likemerkle
,withdrawal
,validator
, etc.The text was updated successfully, but these errors were encountered: