-
Notifications
You must be signed in to change notification settings - Fork 141
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
cleanup async_std
from network_helpers_sv2
#1433
base: main
Are you sure you want to change the base?
cleanup async_std
from network_helpers_sv2
#1433
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1433 +/- ##
==========================================
- Coverage 24.04% 18.90% -5.15%
==========================================
Files 112 157 +45
Lines 7942 11222 +3280
==========================================
+ Hits 1910 2121 +211
- Misses 6032 9101 +3069
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
as a consequence of stratum-mining#1433 and stratum-mining#1389
as a consequence of stratum-mining#1433 and stratum-mining#1389
9588fc2
to
824f85d
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.
ACK. Few nits.
@@ -1,5 +1,5 @@ | |||
[default] | |||
features = "with_buffer_pool async_std tokio with_tokio default" | |||
features = "with_buffer_pool tokio with_tokio default" |
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.
features = "with_buffer_pool tokio with_tokio default" | |
features = "with_buffer_pool default" |
@@ -26,7 +26,7 @@ roles_logic_sv2 = { path = "../../../protocols/v2/roles-logic-sv2" } | |||
const_sv2 = { path = "../../../protocols/v2/const-sv2" } | |||
async-channel = "1.5.1" | |||
binary_sv2 = { path = "../../../protocols/v2/binary-sv2/binary-sv2" } | |||
network_helpers_sv2 = { path = "../../roles-utils/network-helpers", features=["tokio"] } | |||
network_helpers_sv2 = { path = "../../roles-utils/network-helpers" } |
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.
any reason why we are not using ['use_buffer_pool'] feature here
close #1402
as described in #1402 (comment)