-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Client pool state machine #1230
Conversation
0b3884f
to
d8f3a3e
Compare
9e8c559
to
3a27072
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1230 +/- ##
==========================================
- Coverage 84.63% 82.85% -1.79%
==========================================
Files 64 65 +1
Lines 18446 18847 +401
==========================================
+ Hits 15612 15615 +3
- Misses 2834 3232 +398 ☔ View full report in Codecov by Sentry. |
3a27072
to
ae74b60
Compare
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.
Of course the pool-related stuff should be hidden behind feauture flags.
I think (for maintainability) that it is better if the NTS-POOL-KE related decoders are spun off in their own file (nts_record_extensions.rs
or nts_pool_record.rs
or some such?). That would also cut down on the amount of #[cfg(feature = "nts-pool")]
that is needed.
The changes that are not related to the pool-ke look pretty innocuous to me.
febc345
to
76786f3
Compare
No description provided.