-
Notifications
You must be signed in to change notification settings - Fork 23
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
factor code to smaller crates #20
Conversation
zancas
commented
Jun 30, 2022
•
edited
Loading
edited
- async and tokio runtime are factored into a cli specific trait
- consts are moved to config
- get_initial_state migrates from config -> lightclient
* async and tokio runtime are factored into a cli specific trait * consts are moved to config
Codecov Report
@@ Coverage Diff @@
## dev #20 +/- ##
==========================================
- Coverage 58.28% 58.22% -0.06%
==========================================
Files 31 31
Lines 5832 5838 +6
==========================================
Hits 3399 3399
- Misses 2433 2439 +6
Continue to review full report at Codecov.
|
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.
Looks pretty good!
provide insight into note distribution
…rmat docs: better text alignment