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

Fixed a bug when broadcasting #788

Merged
merged 5 commits into from
Feb 11, 2020
Merged

Conversation

limebell
Copy link
Member

@limebell limebell commented Feb 6, 2020

Fixed a bug where Swarm<T> broadcast a message to its source peer when guaranteeing minimum peers to broadcast.

@limebell limebell added bug Something isn't working network Related to networking (Libplanet.Net) labels Feb 6, 2020
@limebell limebell self-assigned this Feb 6, 2020
@codecov
Copy link

codecov bot commented Feb 6, 2020

Codecov Report

Merging #788 into master will decrease coverage by 6.25%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #788      +/-   ##
==========================================
- Coverage   86.42%   80.17%   -6.25%     
==========================================
  Files         227       61     -166     
  Lines       19524     1513   -18011     
==========================================
- Hits        16873     1213   -15660     
+ Misses       1439      271    -1168     
+ Partials     1212       29    -1183
Impacted Files Coverage Δ
Libplanet.Stun/Stun/TurnClient.cs 0% <0%> (-74.35%) ⬇️
Libplanet/Net/Messages/BlockHashes.cs
Libplanet/Net/NoSwarmContextException.cs
Libplanet.Tests/Action/ActionEvaluationTest.cs
Libplanet.Tests/Store/StoreTest.cs
Libplanet/Blocks/Block.cs
Libplanet/Net/PreloadBlockDownloadFailEventArgs.cs
Libplanet/Blocks/InvalidBlockTimestampException.cs
Libplanet/Tx/InvalidTxUpdatedAddressesException.cs
Libplanet/Net/Swarm.cs
... and 153 more

longfin
longfin previously approved these changes Feb 6, 2020
earlbread
earlbread previously approved these changes Feb 6, 2020
moreal
moreal previously approved these changes Feb 6, 2020
earlbread
earlbread previously approved these changes Feb 6, 2020
longfin
longfin previously approved these changes Feb 7, 2020
moreal
moreal previously approved these changes Feb 7, 2020
CHANGES.md Outdated Show resolved Hide resolved
CHANGES.md Outdated Show resolved Hide resolved
moreal
moreal previously approved these changes Feb 7, 2020
earlbread
earlbread previously approved these changes Feb 7, 2020
dahlia
dahlia previously approved these changes Feb 7, 2020
longfin
longfin previously approved these changes Feb 11, 2020
earlbread
earlbread previously approved these changes Feb 11, 2020
moreal
moreal previously approved these changes Feb 11, 2020
@limebell limebell merged commit d79a5b7 into planetarium:master Feb 11, 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 network Related to networking (Libplanet.Net)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants