interledgerjs / five-bells-condition

JavaScript implementation of Crypto Conditions validation and fulfillment
https://github.com/rfcs/crypto-conditions
Other
31 stars 21 forks source link

refactor: use oer-utils module #50

Closed justmoon closed 8 years ago

justmoon commented 8 years ago

Move binary parser/serializer into a reusable separate module.

codecov-io commented 8 years ago

Current coverage is 76.07% (diff: 100%)

Merging #50 into master will increase coverage by 2.04%

@@             master        #50   diff @@
==========================================
  Files            26         22     -4   
  Lines           882        719   -163   
  Methods         138         99    -39   
  Messages          0          0          
  Branches        132        113    -19   
==========================================
- Hits            653        547   -106   
+ Misses          229        172    -57   
  Partials          0          0          

Powered by Codecov. Last update 2216c9e...7c5c631

emschwartz commented 8 years ago

Nice. LGTM