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

Restartable Swarm<T> #965

Merged
merged 3 commits into from
Aug 26, 2020
Merged

Conversation

longfin
Copy link
Member

@longfin longfin commented Aug 25, 2020

This PR fixes a bug that Swarm<T> hadn't started after Swarm<T>.StopAsync().

@longfin longfin added the network Related to networking (Libplanet.Net) label Aug 25, 2020
@longfin longfin self-assigned this Aug 25, 2020
@longfin longfin force-pushed the bugfix/restart-swarm branch 2 times, most recently from 65fe30f to 062ff44 Compare August 25, 2020 12:56
@longfin longfin marked this pull request as ready for review August 25, 2020 12:57
@riemannulus
Copy link
Member

CI pipeline seems failed. can you check it first?

@longfin
Copy link
Member Author

longfin commented Aug 26, 2020

CI pipeline seems failed. can you check it first?

Thanks for telling me. fixed.

earlbread
earlbread previously approved these changes Aug 26, 2020
moreal
moreal previously approved these changes Aug 26, 2020
CHANGES.md Outdated Show resolved Hide resolved
Co-authored-by: Hong Minhee (洪 民憙) <hong.minhee@gmail.com>
@codecov
Copy link

codecov bot commented Aug 26, 2020

Codecov Report

Merging #965 into main will decrease coverage by 0.10%.
The diff coverage is 84.20%.

@@            Coverage Diff             @@
##             main     #965      +/-   ##
==========================================
- Coverage   88.81%   88.70%   -0.11%     
==========================================
  Files         288      315      +27     
  Lines       26766    27714     +948     
==========================================
+ Hits        23771    24584     +813     
- Misses       1466     1584     +118     
- Partials     1529     1546      +17     
Impacted Files Coverage Δ
Libplanet/Store/Trie/Nodes/FullNode.cs 31.25% <31.25%> (ø)
Libplanet/Store/Trie/InvalidTrieNodeException.cs 33.33% <33.33%> (ø)
Libplanet/Store/Trie/Nodes/ShortNode.cs 50.00% <50.00%> (ø)
Libplanet/Store/Trie/DefaultKeyValueStore.cs 55.55% <55.55%> (ø)
Libplanet/Store/Trie/CacheableKeyValueStore.cs 63.33% <63.33%> (ø)
Libplanet.Tests/Store/Trie/MemoryKeyValueStore.cs 70.00% <70.00%> (ø)
Libplanet/Store/Trie/Nodes/HashNode.cs 72.72% <72.72%> (ø)
Libplanet/Store/TrieStateStore.cs 73.46% <73.46%> (ø)
Libplanet/Store/Trie/Nodes/NodeDecoder.cs 75.92% <75.92%> (ø)
...ibplanet.Tests/Store/Trie/BytesEqualityComparer.cs 76.92% <76.92%> (ø)
... and 57 more

@longfin longfin merged commit 9f544fe into planetarium:main Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
network Related to networking (Libplanet.Net)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants