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

Enrich protocol debug loggings #1066

Merged
merged 3 commits into from
Nov 3, 2020

Conversation

limebell
Copy link
Member

@limebell limebell commented Nov 3, 2020

Patch contains followings:

  • Fix bug in KademliaProtocol.CheckReplacementCacheAsync()
  • Catch and logs error occurred in NetMQTransport.DoBroadcast()
  • Fix NullReferenceException in Swarm<T>.GetPeerChainStateAsync()

@limebell limebell added the bug Something isn't working label Nov 3, 2020
@limebell limebell self-assigned this Nov 3, 2020
@limebell limebell closed this Nov 3, 2020
@limebell limebell reopened this Nov 3, 2020
@limebell limebell changed the base branch from main to 9c-main November 3, 2020 01:38
@codecov
Copy link

codecov bot commented Nov 3, 2020

Codecov Report

Merging #1066 into 9c-main will increase coverage by 0.03%.
The diff coverage is 77.77%.

@@             Coverage Diff             @@
##           9c-main    #1066      +/-   ##
===========================================
+ Coverage    88.36%   88.39%   +0.03%     
===========================================
  Files          343      343              
  Lines        31495    31509      +14     
===========================================
+ Hits         27829    27853      +24     
+ Misses        1987     1975      -12     
- Partials      1679     1681       +2     
Impacted Files Coverage Δ
Libplanet/Net/NetMQTransport.cs 81.70% <75.86%> (-1.55%) ⬇️
Libplanet/Net/Swarm.cs 84.74% <80.00%> (+1.61%) ⬆️
Libplanet/Net/Protocols/KademliaProtocol.cs 79.44% <100.00%> (+0.08%) ⬆️
Libplanet/Net/Protocols/KBucket.cs 92.37% <0.00%> (-2.55%) ⬇️
Libplanet/Store/DefaultStore.cs 86.70% <0.00%> (+0.94%) ⬆️

@limebell limebell merged commit 515f3ce into planetarium:9c-main Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants