interledger-deprecated / ilp-core

Core ILP module — handles ledger abstraction and quoting
Other
8 stars 5 forks source link

feat: BREAKING: make getConnectors return IlpAddress[] #77

Closed sentientwaffle closed 7 years ago

sentientwaffle commented 7 years ago

Also use sync get{Account,Info}

Related to https://github.com/interledger/rfcs/pull/143

Requires https://github.com/interledgerjs/ilp-plugin-bells/pull/87

codecov-io commented 7 years ago

Current coverage is 98.22% (diff: 100%)

Merging #77 into master will increase coverage by 0.01%

@@             master        #77   diff @@
==========================================
  Files             3          3          
  Lines           223        225     +2   
  Methods          31         30     -1   
  Messages          0          0          
  Branches         56         57     +1   
==========================================
+ Hits            219        221     +2   
  Misses            4          4          
  Partials          0          0          

Powered by Codecov. Last update 35d02b7...4225294