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

Avoid deserialization in CheckIntegrity #1792

Merged
merged 1 commit into from
Sep 4, 2019
Merged

Conversation

KaustubhShamshery
Copy link
Contributor

@KaustubhShamshery KaustubhShamshery commented Sep 4, 2019

Description

Make Validation faster by avoiding unnecessary deserialization .

Backward Compatibility

  • This is not a breaking change
  • This is a breaking change

Review Suggestion

Status

Implementation

  • ready for review

Integration Test (Core Team)

  • local machine test
  • small-scale cloud test

@KaustubhShamshery KaustubhShamshery self-assigned this Sep 4, 2019
@KaustubhShamshery KaustubhShamshery added the Ready Ready for review label Sep 4, 2019
@KaustubhShamshery KaustubhShamshery added this to PRs in development in Core via automation Sep 4, 2019
@codecov-io
Copy link

codecov-io commented Sep 4, 2019

Codecov Report

Merging #1792 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master    #1792      +/-   ##
==========================================
- Coverage   33.77%   33.76%   -0.02%     
==========================================
  Files         274      274              
  Lines       33732    33737       +5     
==========================================
- Hits        11394    11390       -4     
- Misses      22338    22347       +9
Impacted Files Coverage Δ
src/libPersistence/BlockStorage.h 84.61% <ø> (ø) ⬆️
src/libNode/Node.cpp 0.62% <0%> (ø) ⬆️
src/libPersistence/BlockStorage.cpp 27.47% <0%> (-0.17%) ⬇️
tests/Utils/Test_TimeLockedFunction.cpp 96.15% <0%> (-3.85%) ⬇️
src/libUtils/SWInfo.cpp 90.83% <0%> (-2.3%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4fbb94e...1754bf8. Read the comment docs.

@ansnunez ansnunez moved this from PRs in development to PRs needing review in Core Sep 4, 2019
Core automation moved this from PRs needing review to PRs approved - ready to merge! Sep 4, 2019
@ansnunez ansnunez merged commit 670ec13 into master Sep 4, 2019
Core automation moved this from PRs approved - ready to merge! to PRs done (merged) Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready Ready for review
Projects
Core
  
PRs done (merged)
Development

Successfully merging this pull request may close these issues.

None yet

4 participants