-
Notifications
You must be signed in to change notification settings - Fork 147
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
Add SnifferSV1
to ITF
#1580
Add SnifferSV1
to ITF
#1580
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1580 +/- ##
==========================================
+ Coverage 21.71% 21.90% +0.19%
==========================================
Files 134 135 +1
Lines 9548 9578 +30
==========================================
+ Hits 2073 2098 +25
- Misses 7475 7480 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bd91e82
to
86049b4
Compare
b5b0b08
to
e4ee253
Compare
c882058
to
3ad8b9c
Compare
3a9cf61
to
24ae655
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.
Code looks pretty clean.
4c194fd
to
22c6e20
Compare
e1e20bf
to
24ce51f
Compare
..Currently if we exit a test while it is running the miner wont stop due to its background(async) jobs not getting the signal.
This module can be utilized in order to setup a connection either on the upstream or downstream side in a Stratum V1 enviornment.
`SnifferSV1` acts as a middleman between two SV1 roles. It forwards messages from one role to the other and vice versa. It also provides methods to wait for specific messages to be received from the downstream or upstream role. Add tracing to Sv1 Sniffer
.. In order to not conflict them with SV1 sniffer logs
24ce51f
to
c731c9c
Compare
resolves #1564