ethereum / aleth

Aleth – Ethereum C++ client, tools and libraries
GNU General Public License v3.0
3.96k stars 2.18k forks source link

testeth treat nullrlp as invalid #5893

Closed winsvega closed 4 years ago

winsvega commented 4 years ago

fetch tests with this PR https://github.com/ethereum/tests/pull/614

includes this PR: https://github.com/ethereum/aleth/pull/5891

codecov-io commented 4 years ago

Codecov Report

Merging #5893 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5893      +/-   ##
==========================================
+ Coverage   63.95%   63.99%   +0.04%     
==========================================
  Files         365      365              
  Lines       31095    31097       +2     
  Branches     3441     3442       +1     
==========================================
+ Hits        19887    19902      +15     
+ Misses       9976     9964      -12     
+ Partials     1232     1231       -1