Skip to content
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

cola03 #1395

Merged
merged 17 commits into from
Jan 10, 2023
Merged

cola03 #1395

merged 17 commits into from
Jan 10, 2023

Conversation

ucwong
Copy link
Member

@ucwong ucwong commented Jan 2, 2023

No description provided.

@codecov
Copy link

codecov bot commented Jan 2, 2023

Codecov Report

Merging #1395 (af2b5de) into master (3d30c63) will increase coverage by 0.03%.
The diff coverage is 59.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1395      +/-   ##
==========================================
+ Coverage   51.63%   51.67%   +0.03%     
==========================================
  Files         463      464       +1     
  Lines       58364    58390      +26     
==========================================
+ Hits        30139    30171      +32     
+ Misses      25932    25917      -15     
- Partials     2293     2302       +9     
Impacted Files Coverage Δ
core/blockchain.go 23.07% <0.00%> (-0.05%) ⬇️
p2p/discover/v5wire/msg.go 27.27% <8.00%> (+2.27%) ⬆️
common/mclock/alarm.go 70.58% <70.58%> (ø)
p2p/discover/v5_udp.go 82.01% <84.61%> (+0.86%) ⬆️
p2p/dial.go 88.93% <100.00%> (+0.44%) ⬆️
trie/sync_bloom.go 58.33% <0.00%> (-5.96%) ⬇️
core/txpool/txpool.go 72.58% <0.00%> (-0.97%) ⬇️
ctxc/downloader/downloader.go 76.45% <0.00%> (-0.73%) ⬇️
trie/proof.go 75.45% <0.00%> (-0.61%) ⬇️
p2p/simulations/http.go 69.56% <0.00%> (-0.55%) ⬇️
... and 8 more

ucwong and others added 10 commits January 4, 2023 04:41
* p2p/discover: add more packet information in logs

This adds more fields to discv5 packet logs. These can be useful when
debugging multi-packet interactions.

The FINDNODE message also gets an additional field, OpID for debugging
purposes. This field is not encoded onto the wire.

I'm also removing topic system related message types in this change.
These will come back in the future, where support for them will be
guarded by a config flag.

* p2p/discover/v5wire: rename 'Total' to 'RespCount'

The new name captures the meaning of this field better.
@ucwong ucwong merged commit 23f296d into master Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants