leapdao / solEVM-enforcer

Partial implementation of the Ethereum runtime in Solidity (PoC)
Mozilla Public License 2.0
98 stars 16 forks source link

pass-down customEnvironmentHash #156

Closed pinkiebell closed 5 years ago

pinkiebell commented 5 years ago

Pass the customEnvironmentHash to the relevant parts, instead of using ZERO_HASH placeholder

codecov-io commented 5 years ago

Codecov Report

Merging #156 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   97.78%   97.78%   +<.01%     
==========================================
  Files           6        6              
  Lines        1263     1264       +1     
  Branches      222      222              
==========================================
+ Hits         1235     1236       +1     
  Misses          7        7              
  Partials       21       21
Impacted Files Coverage Δ
contracts/Verifier.sol 88.72% <100%> (+0.08%) :arrow_up:

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 341d3f2...240eeef. Read the comment docs.