chfast / ethash

C/C++ implementation of Ethash and ProgPoW – the Ethereum Proof of Work algorithms
Apache License 2.0
140 stars 126 forks source link

Drop support for custom hash function for light cache #213

Closed chfast closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #213 (8721c04) into master (793aa1f) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
- Coverage   98.65%   98.64%   -0.01%     
==========================================
  Files          17       17              
  Lines        1336     1333       -3     
==========================================
- Hits         1318     1315       -3     
  Misses         18       18              
Flag Coverage Δ
be 85.48% <100.00%> (-0.04%) :arrow_down:
default 98.40% <100.00%> (-0.01%) :arrow_down:
x86_64 85.10% <100.00%> (-0.04%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/ethash/ethash-internal.hpp 100.00% <ø> (ø)
lib/ethash/ethash.cpp 100.00% <100.00%> (ø)