chfast / ethash

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

Deprecate ProgPoW support #201

Closed chfast closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #201 (e826806) into master (834ffae) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #201   +/-   ##
=======================================
  Coverage   98.60%   98.60%           
=======================================
  Files          24       24           
  Lines        1930     1930           
=======================================
  Hits         1903     1903           
  Misses         27       27           
Flag Coverage Δ
be 53.30% <ø> (ø)
default 99.78% <ø> (ø)
x86_64 90.42% <ø> (ø)

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

Impacted Files Coverage Δ
lib/ethash/progpow.cpp 100.00% <ø> (ø)
test/unittests/test_progpow.cpp 97.82% <ø> (ø)