-
Notifications
You must be signed in to change notification settings - Fork 89
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(incoming-payment): make it actionable #2827
Commits on Jul 30, 2024
-
feat(backend): incoming paymentm igrations approved or canceled fields
This change will add two new table columns in the incomingPayments table on the backend service. ASE will be able to call cancel or approve incoming payment GraphQL API, and the timestamp of the call will be save in the database under these two fields. Normally, both of these two fields are optional.
Configuration menu - View commit details
-
Copy full SHA for fa9cc27 - Browse repository at this point
Copy the full SHA fa9cc27View commit details -
feat(incoming-payment): option to approve incoming payment
This commit introduces possibility, to approve incoming payment through Admin API. API can be called with existing incoming payment as ID. Rafiki will fetch the incoming payment and update it's approvedAt field in the database. In case that payment does not exists or that it is not in the PENDING state, appropriate error is returned. #2811
Configuration menu - View commit details
-
Copy full SHA for d9ec7e5 - Browse repository at this point
Copy the full SHA d9ec7e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6767fbf - Browse repository at this point
Copy the full SHA 6767fbfView commit details -
feat(incoming-payment): possibility to cancel incoming payment
It will be possible to cancel incoming payment due to some requirements. Rafiki just need to get a call to cancel incoming payment, with the payment ID. If transaction is in PENDING state and it is in the database, then it will get updated. It's cancelledAt field will be set to current time. #2811
Configuration menu - View commit details
-
Copy full SHA for e4fbc3c - Browse repository at this point
Copy the full SHA e4fbc3cView commit details -
chore(graphql): generate new graphql fiels for dependencies due to ca…
…ncel incoming payment API #2811
Configuration menu - View commit details
-
Copy full SHA for c28d430 - Browse repository at this point
Copy the full SHA c28d430View commit details
Commits on Jul 31, 2024
-
feat(config): backend to introduce env variables for actionable incom…
…ing payments Introduced three new env variables that will set the behaviour of actionable incoming payments. One env variable will define if polling will be done, meaning that it will wait for the incoming payment to be accepted or rejected, and other two env variables defines timeout for polling and polling frequency
Configuration menu - View commit details
-
Copy full SHA for 076af94 - Browse repository at this point
Copy the full SHA 076af94View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57b2526 - Browse repository at this point
Copy the full SHA 57b2526View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ab248 - Browse repository at this point
Copy the full SHA c2ab248View commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dcb31a1 - Browse repository at this point
Copy the full SHA dcb31a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e434637 - Browse repository at this point
Copy the full SHA e434637View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9dd6606 - Browse repository at this point
Copy the full SHA 9dd6606View commit details
Commits on Aug 12, 2024
-
Update packages/backend/src/open_payments/payment/incoming/service.te…
…st.ts Co-authored-by: Max Kurapov <max@interledger.org>
Configuration menu - View commit details
-
Copy full SHA for ea46b1e - Browse repository at this point
Copy the full SHA ea46b1eView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ff5178 - Browse repository at this point
Copy the full SHA 7ff5178View commit details -
refactor(dependencies): axios to 1.7.4
Our builds are failing due to Trivy scanner. Trivy scanner actually found that our Axios version v1.6.8 has a vulnerability - CVE-2024-39338. This was fixed in version 1.7.4, hence, the upgrade. fix #2860
Configuration menu - View commit details
-
Copy full SHA for 5259f5c - Browse repository at this point
Copy the full SHA 5259f5cView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ef9991 - Browse repository at this point
Copy the full SHA 5ef9991View commit details
Commits on Aug 16, 2024
-
fix(incoming-payment): check other fields before approving or cancell…
…ing incoming payment
Configuration menu - View commit details
-
Copy full SHA for 26d8178 - Browse repository at this point
Copy the full SHA 26d8178View commit details -
Configuration menu - View commit details
-
Copy full SHA for aad8fa5 - Browse repository at this point
Copy the full SHA aad8fa5View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 629b7b6 - Browse repository at this point
Copy the full SHA 629b7b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e13eccf - Browse repository at this point
Copy the full SHA e13eccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a4838b - Browse repository at this point
Copy the full SHA 3a4838bView commit details