interledger-deprecated / java-crypto-conditions

WE'VE MOVED: This project has moved to Hyperledger Quilt
https://github.com/hyperledger/quilt/tree/master/crypto-conditions
Apache License 2.0
5 stars 12 forks source link

Fix preimage constructors #73

Closed adrianhopebailie closed 7 years ago

adrianhopebailie commented 7 years ago

See https://github.com/interledger/java-ilp-core/pull/102 Remove deprecation annotation from Condition.getFingerprint()

codecov[bot] commented 7 years ago

Codecov Report

Merging #73 into development will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff               @@
##             development      #73   +/-   ##
==============================================
  Coverage          69.41%   69.41%           
  Complexity           206      206           
==============================================
  Files                 25       25           
  Lines               1030     1030           
  Branches             116      116           
==============================================
  Hits                 715      715           
  Misses               256      256           
  Partials              59       59
Impacted Files Coverage Δ Complexity Δ
.../interledger/cryptoconditions/Sha256Condition.java 65.38% <100%> (ø) 6 <1> (ø) :arrow_down:
...dger/cryptoconditions/PreimageSha256Condition.java 100% <100%> (ø) 4 <1> (ø) :arrow_down:

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 7899ab3...0047d8e. Read the comment docs.