-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Instrument proposal, validation and transaction messages #5348
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
Instrument proposal, validation and transaction messages #5348
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5348 +/- ##
=========================================
- Coverage 78.1% 78.1% -0.0%
=========================================
Files 795 795
Lines 68452 68567 +115
Branches 8277 8283 +6
=========================================
+ Hits 53487 53554 +67
- Misses 14965 15013 +48
🚀 New features to boost your workflow:
|
a5afb33
to
61fe42d
Compare
61fe42d
to
d22a505
Compare
ef47eae
to
623ee22
Compare
…s and duplicates adds total traffic counter improve MessageType type add squelch message category differentiate between incoming and outgoing squelch messages adds a metric to calculate the traffic saved by squelching Restores squelching ready check fixes total traffic measurements updates traffic count
d05f08d
to
1a38c1c
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.
Thanks for adding missing unit-tests.
Happy to approve once minor comments are addressed.
062db60
to
3338b11
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.
@Tapanito can you push your updated branch? Based on your responses you have made some changes, but I don't see those yet here. Also, please accept the suggested typo fix.
Co-authored-by: Bart <bthomee@users.noreply.github.com>
High Level Overview of Change
This PR adds metric counters for the following P2P message types:
Context of Change
Type of Change
.gitignore
, formatting, dropping support for older tooling)API Impact
libxrpl
change (any change that may affectlibxrpl
or dependents oflibxrpl
)