-
Notifications
You must be signed in to change notification settings - Fork 43
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(connext): reject app install for transfers without status field #1863
Conversation
waiting for connext/rest-api-client#92 |
Merged, can be tested against https://github.com/connext/rest-api-client/releases/tag/1.3.3 @raladev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, this is an important fix.
This PR requires us to update the connext client to 1.3.3 and node to latest. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
above
…1863) * feat(connext): reject app install for transfers without status field
This PR changes the logic around how
Connext.lookupPayment
handles transfer statuses without a status field.Previously, we'd always consider the payment as pending. We're now attempting to reject the app proposal install. If successful, we're considering the payment as permanently failed.
Closes #1850