interledger-deprecated / five-bells-shared

Common elements that are shared between Five Bells components
Other
4 stars 5 forks source link

feat: remove json signing (unused feature) #165

Closed justmoon closed 7 years ago

justmoon commented 7 years ago

JSON Signing is no longer used since we switched to websocket based notifications. This allows us to remove two big dependencies from five-bells-shared (five-bells-condition and jsrsasign).

codecov-io commented 7 years ago

Current coverage is 53.91% (diff: 100%)

Merging #165 into master will decrease coverage by 2.83%

@@             master       #165   diff @@
==========================================
  Files            24         23     -1   
  Lines           851        753    -98   
  Methods         143        133    -10   
  Messages          0          0          
  Branches        142        124    -18   
==========================================
- Hits            483        406    -77   
+ Misses          368        347    -21   
  Partials          0          0          

Powered by Codecov. Last update b42ddaf...27cb015