interledger-deprecated / ilp-core

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

Use new field names for sendMessage #84

Closed michielbdejong closed 7 years ago

michielbdejong commented 7 years ago

Necessary for ilp-kit 2.0

codecov-io commented 7 years ago

Codecov Report

Merging #84 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files           3        3           
  Lines         235      235           
  Branches       58       58           
=======================================
  Hits          229      229           
  Misses          6        6
Impacted Files Coverage Δ
src/lib/client.js 97.1% <ø> (ø) :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 afb5960...bd98c73. Read the comment docs.

michielbdejong commented 7 years ago

Squashed into one commit. Will merge as soon as related PRs from https://github.com/interledgerjs/ilp-kit/pull/297#issuecomment-293261470 are ready for merging too.

michielbdejong commented 7 years ago

Included version bump as discussed with @dappelt