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

Make BlockHeader and BlockDigest public #785

Merged
merged 3 commits into from
Feb 7, 2020

Conversation

earlbread
Copy link
Contributor

This makes BlockHeader and BlockDigest class public to implement RocksDBStore.

@earlbread earlbread self-assigned this Feb 6, 2020
@codecov
Copy link

codecov bot commented Feb 6, 2020

Codecov Report

Merging #785 into master will decrease coverage by 0.01%.
The diff coverage is 72.72%.

@@            Coverage Diff             @@
##           master     #785      +/-   ##
==========================================
- Coverage   86.77%   86.76%   -0.02%     
==========================================
  Files         232      232              
  Lines       20468    20472       +4     
==========================================
+ Hits        17761    17762       +1     
- Misses       1482     1486       +4     
+ Partials     1225     1224       -1
Impacted Files Coverage Δ
Libplanet/Store/BaseStore.cs 80.64% <ø> (ø) ⬆️
Libplanet.Tests/Store/StoreTracker.cs 53.25% <0%> (-1.3%) ⬇️
Libplanet/Blocks/Block.cs 84.22% <100%> (ø) ⬆️
Libplanet/Blocks/BlockDigest.cs 76.31% <100%> (ø) ⬆️
Libplanet/Blocks/BlockHeader.cs 85.71% <100%> (ø) ⬆️
Libplanet/Store/DefaultStore.cs 84.55% <65.21%> (ø) ⬆️
Libplanet/Net/Swarm.cs 85.79% <0%> (ø) ⬆️
Libplanet.Tests/Net/Protocols/TestTransport.cs 75.94% <0%> (-0.64%) ⬇️
Libplanet/Net/Protocols/KademliaProtocol.cs 64.47% <0%> (+0.38%) ⬆️
Libplanet/Crypto/PrivateKey.cs 86.2% <0%> (+0.86%) ⬆️

longfin
longfin previously approved these changes Feb 6, 2020
Libplanet/Blocks/BlockHeader.cs Outdated Show resolved Hide resolved
limebell
limebell previously approved these changes Feb 6, 2020
earlbread and others added 2 commits February 6, 2020 23:30
Co-Authored-By: Chanhyuck <lime_bell@naver.com>
limebell
limebell previously approved these changes Feb 7, 2020
longfin
longfin previously approved these changes Feb 7, 2020
CHANGES.md Outdated Show resolved Hide resolved
CHANGES.md Outdated Show resolved Hide resolved
Co-Authored-By: Hong Minhee <hong.minhee@gmail.com>
@earlbread earlbread merged commit 2206621 into planetarium:master Feb 7, 2020
@earlbread earlbread deleted the make-public branch February 7, 2020 06:33
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.

5 participants