leapdao / leap-contracts

LeapDAO's implementation of More Viable Plasma / Plasma Leap
https://leapdao.org
Mozilla Public License 2.0
45 stars 18 forks source link

Fix exit visibility #240

Closed johannbarbie closed 5 years ago

johannbarbie commented 5 years ago

created a view function on exits that includes periodRoot, this might be needed for the watchtower to distinguish valid from invalid exits.

codecov-io commented 5 years ago

Codecov Report

Merging #240 into master will increase coverage by 0.08%. The diff coverage is 54.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
+ Coverage   73.99%   74.08%   +0.08%     
==========================================
  Files          36       36              
  Lines         869      872       +3     
  Branches      199      199              
==========================================
+ Hits          643      646       +3     
  Misses        109      109              
  Partials      117      117
Impacted Files Coverage Δ
contracts/FastExitHandler.sol 65.3% <33.33%> (ø) :arrow_up:
contracts/ExitHandler.sol 69.93% <57.14%> (+0.56%) :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 8fcee9e...bf09e5b. Read the comment docs.