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!: add iso 20022 compatibility #383

Merged
merged 104 commits into from
Jan 18, 2025
Merged

feat!: add iso 20022 compatibility #383

merged 104 commits into from
Jan 18, 2025

Conversation

kleyow
Copy link
Contributor

@kleyow kleyow commented Jan 8, 2025

No description provided.

oderayi and others added 30 commits March 8, 2024 11:05
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')
kleyow and others added 5 commits December 23, 2024 15:44
* feat: add error counters for metrics

* feat: add error counters for metrics

* chore: tests

* chore: tests

* chore: more metrics

* chore: add steps

* chore: better metrics

* chore: coverage
* chore: refactor error metrics

* chore: refactor error metrics

* chore: refactor error metrics

* chore: operations

* chore: use lib

* chore: fix init

* chore: dep
* chore(release): [ci skip] 15.9.0-iso-depdency-updates-pi26.0

* chore: update dependencies and create custom operators for json-rules-engine

* chore(release): [ci skip] 15.9.0-iso-depdency-updates-pi26.1

* chore: fix hoek vulnerability

fixed by removing unused good-console and good-squeeze which are deprecated as of 2020

* chore(release): [ci skip] 15.9.0-iso-depdency-updates-pi26.2

* chore(release): [ci skip] 15.9.0-iso-depdency-updates-pi26.3

* chore: sync versions in package json and lock

* chore: sync versions in package json and lock

* chore(release): [ci skip] 15.9.0-iso-depdency-updates-pi26.5

---------

Co-authored-by: mojaloopci <[email protected]>
@kleyow kleyow marked this pull request as ready for review January 12, 2025 17:24
@shashi165
Copy link
Contributor

@kleyow in this PR also please add license header for new files

@kleyow
Copy link
Contributor Author

kleyow commented Jan 14, 2025

@kleyow in this PR also please add license header for new files

@shashi165 I've created a follow up PR that updates all code files with licensing here to keep this PR clean #384

src/lib/util.js Outdated Show resolved Hide resolved
src/model/quotes.js Outdated Show resolved Hide resolved
@kleyow kleyow merged commit 8406c75 into main Jan 18, 2025
17 checks passed
@kleyow kleyow deleted the minor/iso branch January 18, 2025 00:14
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.

8 participants