Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: BREAKING Use RejectionMessage for ILP Errors #308

Closed
wants to merge 1 commit into from

Conversation

@codecov-io
Copy link

codecov-io commented Feb 17, 2017

Codecov Report

Merging #308 into master will increase coverage by 0.97%.
The diff coverage is 90%.

@@            Coverage Diff             @@
##           master     #308      +/-   ##
==========================================
+ Coverage   83.25%   84.22%   +0.97%     
==========================================
  Files          33       33              
  Lines        1051     1065      +14     
  Branches      158      161       +3     
==========================================
+ Hits          875      897      +22     
+ Misses        176      168       -8
Impacted Files Coverage Δ
src/errors/ilp-error.js 100% <100%> (ø)
src/lib/testPaymentExpiry.js 94.73% <75%> (ø)
src/lib/route-builder.js 96.62% <80%> (+0.03%)
src/models/payments.js 93.33% <95.45%> (+10.72%)
src/errors/unacceptable-rate-error.js

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 d860eb7...5bc1fcd. Read the comment docs.

@@ -0,0 +1,12 @@
'use strict'

const BaseError = require('five-bells-shared').BaseError
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than extending all of them directly in the code, it would probably be better to have an ILP error module as suggested in interledger-deprecated/ilp-plugin-bells#83

sentientwaffle added a commit that referenced this pull request Mar 9, 2017
PR includes #308

Depends on five-bells-shared, ilp-core, ilp-plugin-bells, ilp-routing
sentientwaffle added a commit that referenced this pull request Mar 9, 2017
PR includes #308

Depends on five-bells-shared, ilp-core, ilp-plugin-bells, ilp-routing
@sentientwaffle
Copy link
Contributor Author

Superseded by #322

sentientwaffle added a commit that referenced this pull request Mar 10, 2017
PR includes #308

Depends on five-bells-shared, ilp-core, ilp-plugin-bells, ilp-routing

Rename `IlpHeader` → `IlpPayment`
sentientwaffle added a commit that referenced this pull request Mar 13, 2017
PR includes #308

Depends on five-bells-shared, ilp-core, ilp-plugin-bells, ilp-routing

Rename `IlpHeader` → `IlpPayment`
sentientwaffle added a commit that referenced this pull request Mar 13, 2017
PR includes #308

Depends on five-bells-shared, ilp-core, ilp-plugin-bells, ilp-routing

Rename `IlpHeader` → `IlpPayment`
justmoon pushed a commit that referenced this pull request Mar 15, 2017
PR includes #308

Depends on five-bells-shared, ilp-core, ilp-plugin-bells, ilp-routing

Rename `IlpHeader` → `IlpPayment`
justmoon pushed a commit that referenced this pull request Mar 16, 2017
PR includes #308

Depends on five-bells-shared, ilp-core, ilp-plugin-bells, ilp-routing

Rename `IlpHeader` → `IlpPayment`
@emschwartz emschwartz deleted the dj-ilp-errors branch December 14, 2017 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants