-
Notifications
You must be signed in to change notification settings - Fork 27
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 #527
Open
kleyow
wants to merge
141
commits into
master
Choose a base branch
from
minor/iso
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… requests (#458) * feat(3618): added support for POST /fxQuotes and /fxTransfers inbound requests * feat(3618): added support for POST /fxQuotes and /fxTransfers inbound requests * feat(3618): ignored some vulnerabilities * feat(3618): added unit-test for postFxQuote model * feat(3618): added unit-test for postFxQuote model * feat(3618): added unit-tests for postFxTransfers method * feat(3618): added FX endpoints to .env * chore(snapshot): 20.7.0-snapshot.2 * feat(3618): updated @mojaloop/central-services-shared version to support FX resources * chore(snapshot): 20.7.0-snapshot.3 * feat(3618): disabled @mojaloop/central-services-shared"downgrading" from snapshot version (by dep:update) * chore(snapshot): 20.7.0-snapshot.4 * feat(3618): added ilp unit-test; updated Ilp version * chore(snapshot): 20.7.0-snapshot.5 * feat(3618): updated ilp packet version (with amount) * chore(snapshot): 20.7.0-snapshot.6 * feat(3618): added extractBodyHeadersSourceFspId() * add cache implementationf or fxquote * validate cache on conversionId * lint * feat(3618): reverted 3 last commits --------- Co-authored-by: Aaron Reynoza <[email protected]>
…yc (#459) * feat: add support for parties supportedcurrencies & kyc * dep updates and fix unit tests * update vulnerability check * move supportedCurrencies to inbound server * lint * fix: func tests * fix: func tests * feat: refactored * fix: func tests * fix: func tests * fix: add fx func test * fix: test * fix: test * fix: deps --------- Co-authored-by: Vijay <[email protected]>
…l; small refactoring (#460) * feat(3618): added support for POST /fxQuotes and /fxTransfers inbound requests * feat(3618): added support for POST /fxQuotes and /fxTransfers inbound requests * feat(3618): ignored some vulnerabilities * feat(3618): added unit-test for postFxQuote model * feat(3618): added unit-test for postFxQuote model * feat(3618): added unit-tests for postFxTransfers method * feat(3618): added FX endpoints to .env * chore(snapshot): 20.7.0-snapshot.2 * feat(3618): updated @mojaloop/central-services-shared version to support FX resources * chore(snapshot): 20.7.0-snapshot.3 * feat(3618): disabled @mojaloop/central-services-shared"downgrading" from snapshot version (by dep:update) * chore(snapshot): 20.7.0-snapshot.4 * feat(3618): added ilp unit-test; updated Ilp version * chore(snapshot): 20.7.0-snapshot.5 * feat(3618): updated ilp packet version (with amount) * chore(snapshot): 20.7.0-snapshot.6 * feat(3654): added FX States and Transitions for OutboundTransfersModel; small refactoring * feat(3654): added ErrorMessages; updated deps
…tes handler (#461) * feat(3618): added support for POST /fxQuotes and /fxTransfers inbound requests * feat(3618): added support for POST /fxQuotes and /fxTransfers inbound requests * feat(3618): ignored some vulnerabilities * feat(3618): added unit-test for postFxQuote model * feat(3618): added unit-test for postFxQuote model * feat(3618): added unit-tests for postFxTransfers method * feat(3618): added FX endpoints to .env * chore(snapshot): 20.7.0-snapshot.2 * feat(3618): updated @mojaloop/central-services-shared version to support FX resources * chore(snapshot): 20.7.0-snapshot.3 * feat(3618): disabled @mojaloop/central-services-shared"downgrading" from snapshot version (by dep:update) * chore(snapshot): 20.7.0-snapshot.4 * feat(3618): added ilp unit-test; updated Ilp version * chore(snapshot): 20.7.0-snapshot.5 * feat(3618): updated ilp packet version (with amount) * chore(snapshot): 20.7.0-snapshot.6 * feat(3654): added FX States and Transitions for OutboundTransfersModel; small refactoring * feat(3654): added ErrorMessages; updated deps * feat(3654): added fxQuote step to outbound model * feat(3654): added fxQuotes inbound handler * fix: fxquotes --------- Co-authored-by: Vijay <[email protected]>
* feat(3618): added support for POST /fxQuotes and /fxTransfers inbound requests * feat(3618): added support for POST /fxQuotes and /fxTransfers inbound requests * feat(3618): ignored some vulnerabilities * feat(3618): added unit-test for postFxQuote model * feat(3618): added unit-test for postFxQuote model * feat(3618): added unit-tests for postFxTransfers method * feat(3618): added FX endpoints to .env * chore(snapshot): 20.7.0-snapshot.2 * feat(3618): updated @mojaloop/central-services-shared version to support FX resources * chore(snapshot): 20.7.0-snapshot.3 * feat(3618): disabled @mojaloop/central-services-shared"downgrading" from snapshot version (by dep:update) * chore(snapshot): 20.7.0-snapshot.4 * feat(3618): added ilp unit-test; updated Ilp version * chore(snapshot): 20.7.0-snapshot.5 * feat(3618): updated ilp packet version (with amount) * chore(snapshot): 20.7.0-snapshot.6 * feat(3654): added FX States and Transitions for OutboundTransfersModel; small refactoring * feat(3654): added ErrorMessages; updated deps * feat(3654): added fxQuote step to outbound model * feat(3654): added fxQuotes inbound handler * feat(3654): added fxTransfer flow * feat(3654): added fxTransfer flow * fix: lint * chore(snapshot): 23.2.0-snapshot.1 * fix: deps * chore(snapshot): 23.2.0-snapshot.2 --------- Co-authored-by: Vijay <[email protected]>
…dlers; added e2e unit-test (#463) * feat(3654): added cache.subscribeToOneMessageWithTimer(); simplified FX handlers * feat(3654): added e2e FX transfer unit test * feat(3654): added e2e FX transfer unit test * feat(3654): fixed POST /quotes payload.amount for FX
* feat(TestServer): add getFxQuoteQuoteById endpoint
… into feat/fx-impl
…d unit-tests (#513) * feat(csi-128): updated sdk-standard-components with axios impl.; fixed unit-tests * feat(csi-128): added logs to artifacts in CI * feat(csi-128): added logs to artifacts in CI * feat(csi-128): added NODE_TLS_REJECT_UNAUTHORIZED=0 * feat(csi-128): updated sdk-standard-components with agent field * feat(csi-128): added NODE_TLS_REJECT_UNAUTHORIZED=0 * feat(csi-128): updated sdk components * feat(csi-128): added log on start * feat(csi-128): updated sdk components * feat(csi-128): updated sdk components with httpConfig * feat(csi-128): removed NODE_TLS_REJECT_UNAUTHORIZED env var * feat(csi-128): disabled coverageThreshold for outbound handlers * feat(csi-128): updated sdk-components with retry logic * feat(csi-128): fixed BR.sendRequest error handling * feat(csi-128): clean up * chore(snapshot): 23.6.0-snapshot.0 * chore(snapshot): 23.6.0-snapshot.1 * chore(snapshot): 23.7.0-snapshot.0 * feat(csi-128): skipped test coverage check for outbound handlers * chore(snapshot): 23.7.0-snapshot.1 * feat(csi-128): updated deps * feat(csi-128): reverted iso version * feat(csi-128): reverted iso version * feat(csi-128): added audit:check to pre-commit * feat(csi-128): updated deps
* feat(csi-128): updated sdk-standard-components with axios impl.; fixed unit-tests * feat(csi-128): added logs to artifacts in CI * feat(csi-128): added logs to artifacts in CI * feat(csi-128): added NODE_TLS_REJECT_UNAUTHORIZED=0 * feat(csi-128): updated sdk-standard-components with agent field * feat(csi-128): added NODE_TLS_REJECT_UNAUTHORIZED=0 * feat(csi-128): updated sdk components * feat(csi-128): added log on start * feat(csi-128): updated sdk components * feat(csi-128): updated sdk components with httpConfig * feat(csi-128): removed NODE_TLS_REJECT_UNAUTHORIZED env var * feat(csi-128): disabled coverageThreshold for outbound handlers * feat(csi-128): updated sdk-components with retry logic * feat(csi-128): fixed BR.sendRequest error handling * feat(csi-128): clean up * chore(snapshot): 23.6.0-snapshot.0 * chore(snapshot): 23.6.0-snapshot.1 * chore(snapshot): 23.7.0-snapshot.0 * feat(csi-128): skipped test coverage check for outbound handlers * chore(snapshot): 23.7.0-snapshot.1 * feat(csi-303): added support for FX transfer RECEIVE type * feat(csi-303): updated transform lib * feat(csi-303): added pre-push hook * feat(csi-303): added pre-push hook * feat(csi-303): fixed func. tests * feat(csi-303): fixed func. tests * feat(csi-303): added func. test for transfer RECEIVE type
* fix: participants api type * fix: audit issues * fix: test * chore: update deps
* feat(csi-303): added RESOURCE_VERSIONS_STRING * feat(csi-303): added RESOURCE_VERSIONS_STRING * chore(snapshot): 23.6.0-snapshot.0 * chore(snapshot): 23.6.0-snapshot.1 * chore(snapshot): 23.6.0-snapshot.2 * feat(csi-303): added RESOURCE_VERSIONS_STRING
* feat(csi-927): excluded internal routes from logging * feat(csi-927): excluded internal routes from logging * feat(csi-927): excluded internal routes from logging
kleyow
requested review from
mdebarros,
elnyry-sam-k and
vijayg10
as code owners
January 8, 2025 18:30
* chore: add log statements for debugging (#520) Co-authored-by: v3-Panwar-Ujjwal <[email protected]> * feat(ime-392): disable iso cache (#524) * chore: add log statements for debugging * ime-392:save the cache in fspiop form for payer side * ime-392:save the cache in fspiop form for inboundModel * ime-392:remove unused logs and variables * ime-406: stringify json payload for the experience api * Update advisories * ime-465: remove json stringify from sdk before caching * chore: update package versions * chore: update yarn.lock --------- Co-authored-by: v3-Panwar-Ujjwal <[email protected]> Co-authored-by: Nguni Phakela <[email protected]> * chore: update yarn.lock and dependencies --------- Co-authored-by: v3-Panwar-Ujjwal <[email protected]> Co-authored-by: Nguni Phakela <[email protected]>
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.