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

Clean up only temporary chains only #902

Merged
merged 2 commits into from
Jun 9, 2020

Conversation

longfin
Copy link
Member

@longfin longfin commented Jun 9, 2020

This PR fixes Swarm<T>.Preload to clean up temporary chains only.

@longfin longfin added the network Related to networking (Libplanet.Net) label Jun 9, 2020
@longfin longfin self-assigned this Jun 9, 2020
@longfin longfin marked this pull request as ready for review June 9, 2020 12:32
CHANGES.md Outdated Show resolved Hide resolved
Co-authored-by: Hong Minhee (洪 民憙) <hong.minhee@gmail.com>
@codecov
Copy link

codecov bot commented Jun 9, 2020

Codecov Report

Merging #902 into master will decrease coverage by 0.22%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #902      +/-   ##
==========================================
- Coverage   87.41%   87.19%   -0.23%     
==========================================
  Files         252      248       -4     
  Lines       23202    22534     -668     
==========================================
- Hits        20283    19649     -634     
+ Misses       1542     1519      -23     
+ Partials     1377     1366      -11     
Impacted Files Coverage Δ
Libplanet.Tests/Net/SwarmTest.Preload.cs 99.28% <100.00%> (+0.22%) ⬆️
Libplanet/Net/Swarm.cs 85.36% <100.00%> (+0.05%) ⬆️
Libplanet/Blocks/BlockDigest.cs 76.31% <0.00%> (-10.53%) ⬇️
Libplanet/Crypto/PrivateKey.cs 85.34% <0.00%> (-0.87%) ⬇️
Libplanet.RocksDBStore/RocksDBStore.cs
Libplanet.RocksDBStore/RocksDBStoreBitConverter.cs
...ibplanet.RocksDBStore.Tests/RocksDBStoreFixture.cs
Libplanet.RocksDBStore.Tests/RocksDBStoreTest.cs
Libplanet/Net/Protocols/KademliaProtocol.cs 65.01% <0.00%> (+0.38%) ⬆️
... and 1 more

@dahlia dahlia merged commit 02daf27 into planetarium:master Jun 9, 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.

3 participants