-
Notifications
You must be signed in to change notification settings - Fork 25
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!: fx and interscheme implementation #353
Conversation
feat(mojaloop/#3933): update participant accounts validation - Added validation for `supportedCurrencies` when present in `POST /quotes` request (payer DFSP must have position account for all supported currencies - Added validation for `payeeReceiveAmount` currency when present (payee DFSP must have position account for the `payeeReceiveAmount` currency) - Fixed error handling to prevent sending double error callbacks - Ensure top-level tracing spans are finished correctly - Updated integration tests harness to support new changes - Added integration tests for the use case - Updated dependencies and resolve audit issues
* fix: quotes validation * chore(snapshot): 15.8.0-snapshot.22 * fix: integration test * chore: await in promise all * fix: lint
feat(mojaloop/#3991): add support for cross-network proxy routing (#341) - Added proxy lib - Added configuration for proxy - Added unit and integration tests for proxy related functionalities
* feat(csi-334): updated proxyCache lib to use redis cluster * chore(snapshot): 15.8.0-snapshot.33
…updated proxyCache lib; added request logging (#344) * feat(csi-334): updated proxyCache lib; added request logging * fix(csi-414): fixed TypeError - Cannot read properties of undefined (reading 'value')
Quality Gate failedFailed conditions |
A general comment: I couldn't find any changes to readme files corresponding to these updates and on the documentation repo, could only find the PR: mojaloop/documentation#434 for the fx transfers sequences but not quotes. Please update here if these are provided elsewhere or if they're still needed. |
Thanks Steven, for the updates! Few comments / questions for clarification:
|
Quality Gate failedFailed conditions |
|
Changes: