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

Separate cache checking with removing #608

Merged
merged 4 commits into from
Oct 25, 2019

Conversation

limebell
Copy link
Member

This patch separates KademliaProtocol<T>.CheckReplacementCacheAsync() from KademliaProtocol<T>.RemovePeerAsync().

@limebell limebell self-assigned this Oct 23, 2019
@codecov
Copy link

codecov bot commented Oct 23, 2019

Codecov Report

Merging #608 into master will increase coverage by 0.01%.
The diff coverage is 96.87%.

@@            Coverage Diff            @@
##           master    #608      +/-   ##
=========================================
+ Coverage   90.88%   90.9%   +0.01%     
=========================================
  Files         202     202              
  Lines       15761   15775      +14     
=========================================
+ Hits        14325   14340      +15     
+ Misses       1131    1129       -2     
- Partials      305     306       +1
Impacted Files Coverage Δ
Libplanet/Net/Swarm.cs 85.58% <100%> (ø) ⬆️
Libplanet.Tests/Net/SwarmTest.cs 99% <100%> (ø) ⬆️
Libplanet/Net/Protocols/KademliaProtocol.cs 68.32% <96%> (+0.63%) ⬆️
Libplanet/Crypto/PrivateKey.cs 85.34% <0%> (-0.87%) ⬇️
Libplanet/Net/Protocols/RoutingTable.cs 83.67% <0%> (+3.06%) ⬆️

longfin
longfin previously approved these changes Oct 23, 2019
longfin
longfin previously approved these changes Oct 24, 2019
earlbread
earlbread previously approved these changes Oct 24, 2019
moreal
moreal previously approved these changes Oct 24, 2019
@limebell limebell dismissed stale reviews from moreal, earlbread, and longfin via 46536e2 October 24, 2019 12:42
@longfin longfin merged commit b851f8e into planetarium:master Oct 25, 2019
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.

4 participants