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 #527

Merged
merged 175 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
175 commits
Select commit Hold shift + click to select a range
f43fc47
feat(3618): added support for POST /fxQuotes and /fxTransfers inbound…
geka-evk Nov 30, 2023
baaea1e
feat(mojaloop/#3655): add support for parties supportedcurrencies & k…
aaronreynoza Nov 30, 2023
e4c3733
fix: unit test
vijayg10 Nov 30, 2023
bbefa17
chore(snapshot): 23.2.0-snapshot.0
vijayg10 Nov 30, 2023
9c1a61c
feat(3654): added FX States and Transitions for OutboundTransfersMode…
geka-evk Dec 1, 2023
b5b6c45
feat(3654): added fxQuote step to outbound model; added inbound fxQuo…
geka-evk Dec 1, 2023
211c138
feat(3654): added fxTransfer flow (#462)
geka-evk Dec 4, 2023
5427670
feat(3654): added subscribeToOneMessageWithTimer(); simplified FX han…
geka-evk Dec 6, 2023
296152f
chore(snapshot): 23.2.0-snapshot.3
vijayg10 Dec 6, 2023
20ba891
feat(mojaloop/#3689): fx quotes changes (#469)
oderayi Mar 8, 2024
060732d
chore(snapshot): 23.2.0-snapshot.4
oderayi Mar 8, 2024
8676532
feat(3784): updated deps
geka-evk Mar 12, 2024
618227f
feat(3784): updated deps
geka-evk Mar 12, 2024
94a76ce
feat(3784): updated from master
geka-evk Mar 12, 2024
d5749f9
feat(3784): updated @mojaloop/central-services-shared version
geka-evk Mar 12, 2024
ed242e5
feat(3784): updated @mojaloop/sdk-standard-components version
geka-evk Mar 12, 2024
710581e
chore: update enabled checks
kleyow Mar 12, 2024
aa8bb60
feat(3784): updated @mojaloop/sdk-standard-components version to v18.…
geka-evk Mar 13, 2024
f2558e6
Merge branch 'feat/fx-impl' of github.com:mojaloop/sdk-scheme-adapter…
geka-evk Mar 13, 2024
50bfb9d
chore(snapshot): 23.5.0-snapshot.0
geka-evk Mar 13, 2024
0463636
chore(snapshot): 23.2.0-snapshot.5
oderayi Mar 15, 2024
cabb328
chore(snapshot): 23.2.0-snapshot.6
oderayi Mar 15, 2024
94a81ab
fix: oauth tls
vijayg10 Mar 18, 2024
57801c9
chore(snapshot): 23.5.0-snapshot.1
vijayg10 Mar 18, 2024
72c62b6
fix: audit
vijayg10 Mar 18, 2024
1e02c90
chore(snapshot): 23.5.0-snapshot.2
vijayg10 Mar 18, 2024
faba4ca
fix: fx jws
vijayg10 Mar 21, 2024
555ecdd
chore(snapshot): 23.5.0-snapshot.3
vijayg10 Mar 21, 2024
1bc8950
chore(snapshot): 23.5.0-snapshot.4
vijayg10 Mar 21, 2024
1ee91b6
feat: configurable generation of ids (#484)
kalinkrustev Jun 10, 2024
568c161
chore(mojaloop/#3909): add unit tests for fx flow (#488)
kleyow Jun 24, 2024
9c16f21
chore(snapshot): 20.7.0-snapshot.17
kleyow Jun 24, 2024
209b5b3
Merge remote-tracking branch 'origin' into feat/fx-impl
kleyow Jun 24, 2024
2be1881
fix
kleyow Jun 24, 2024
1d847e1
audit
kleyow Jun 24, 2024
f2f0681
chore(snapshot): 23.6.0-snapshot.0
kleyow Jun 24, 2024
308430f
chore(mojaloop/#3909): update func test harness and add fx sdk tests …
kleyow Jun 26, 2024
36057c4
fix: fx quotes error
vijayg10 Jul 1, 2024
1c2ddcd
fix: deps
vijayg10 Jul 2, 2024
35c7713
chore(snapshot): 23.6.0-snapshot.1
vijayg10 Jul 2, 2024
fa95843
fix(csi-498): added logs to incoming requests (#491)
geka-evk Aug 19, 2024
ce18210
Merge branch 'feat/fx-impl' of github.com:mojaloop/sdk-scheme-adapter…
oderayi Aug 28, 2024
d64ec2a
chore(snapshot): 23.6.0-snapshot.4
oderayi Aug 28, 2024
fd03a6e
fix(csi-532): added logs for restarting (#492)
geka-evk Sep 4, 2024
c1cb3a8
fix: new public jws keys hot reload (#494)
vijayg10 Sep 5, 2024
17f3802
chore(snapshot): 23.6.0-snapshot.9
vijayg10 Sep 5, 2024
c6b5cad
chore(snapshot): 23.6.0-snapshot.10
vijayg10 Sep 5, 2024
6912693
chore(snapshot): 23.6.0-snapshot.11
vijayg10 Sep 5, 2024
f31f4d8
fix: memory leaks (#497)
kalinkrustev Sep 13, 2024
1287ca4
chore(snapshot): 23.6.0-snapshot.12
kalinkrustev Sep 13, 2024
592657c
chore(snapshot): 23.6.0-snapshot.13
kalinkrustev Sep 13, 2024
22a7ac2
chore(snapshot): 23.6.0-snapshot.14
kalinkrustev Sep 13, 2024
22b82f1
fix: empty supported currencies (#495)
oderayi Sep 18, 2024
07d9dd5
chore(snapshot): 23.6.0-snapshot.15
kalinkrustev Sep 18, 2024
cb15127
feat: add ULID support (#499)
kalinkrustev Oct 1, 2024
8542d2d
feat: IME 115 ADD patch fx transfer (#498)
Ujjwal-Izyane Oct 1, 2024
7703e4b
fix: sonar security hot spots
kalinkrustev Oct 21, 2024
9e39adb
Fix many broken things after updating deps as required by commit hooks.
bushjames Oct 24, 2024
cec835f
attempt to fix python3 missing distutil issue for node gyp
bushjames Oct 24, 2024
ba7a030
attempt to fix python3 missing distutil issue for node gyp
bushjames Oct 24, 2024
befc280
attempt to fix python3 missing distutil issue for node gyp
bushjames Oct 24, 2024
cf2eff4
attempt to fix python3 missing distutil issue for node gyp
bushjames Oct 24, 2024
34fdc2c
attempt to fix python3 missing distutil issue for node gyp
bushjames Oct 24, 2024
2d35d9e
attempt to fix python3 missing distutil issue for node gyp
bushjames Oct 24, 2024
5b72313
bump deps yet again to fix whining ci.
bushjames Oct 24, 2024
dc2715f
bump deps yet again to fix whining ci.
bushjames Oct 24, 2024
6c36875
bump deps yet again to fix whining ci.
bushjames Oct 24, 2024
8594b68
add exceptions to audit temporarily
bushjames Oct 24, 2024
cc001c1
outbound ISO20022 translation working for all three phases
bushjames Oct 25, 2024
b298ec0
inbound translation from iso20022 to fspiop for parties, quotes and t…
bushjames Oct 25, 2024
fe9b6ee
add ILP version switch to config.
bushjames Oct 25, 2024
dacbcd3
feat(csi-194): updated deps; fixed unit-tests
geka-evk Oct 28, 2024
6d7c3c0
feat(csi-110): updated deps
geka-evk Oct 28, 2024
afb9b6d
feat(csi-110): updated from feat/fx-impl
geka-evk Oct 28, 2024
1217881
feat(csi-110): fixed unit tests
geka-evk Oct 28, 2024
23e15c2
feat(csi-110): fixed unit tests
geka-evk Oct 28, 2024
d55d63e
feat(csi-110): updated deps
geka-evk Oct 28, 2024
e30ed74
feat(csi-110): added ilpFactory
geka-evk Oct 28, 2024
51e1650
feat(csi-110): made Inbound handlers dynamically detect API_TYPE and …
geka-evk Oct 28, 2024
925825e
chore: add context for iso put quote/post transfer
kleyow Oct 28, 2024
6e0f0b1
feat(csi-110): added transformation for ISO POST fxQuotes/fxTransfers
geka-evk Oct 29, 2024
84f33fe
feat(csi-110): added transformation for ISO error callbacks
geka-evk Oct 29, 2024
2b51790
chore(snapshot): 23.6.0-snapshot.17
geka-evk Oct 29, 2024
7e05b0f
chore(snapshot): 23.6.0-snapshot.18
geka-evk Oct 29, 2024
ee9ad3d
feat(csi-110): fixed headers and body validation for ISO requests
geka-evk Oct 29, 2024
ab8f06f
chore(snapshot): 23.6.0-snapshot.19
geka-evk Oct 29, 2024
06315cd
feat(csi-110): updated sdk-standard-components version
geka-evk Oct 30, 2024
b3e1e41
chore(snapshot): 23.6.0-snapshot.20
geka-evk Oct 30, 2024
69d6fd3
feat(csi-110): updated ml-schema-transformer-lib
geka-evk Oct 30, 2024
2759f31
chore(snapshot): 23.6.0-snapshot.21
geka-evk Oct 30, 2024
d17f38b
feat(csi-110): updated ml-schema-transformer-lib
geka-evk Oct 30, 2024
3282db0
chore(snapshot): 23.6.0-snapshot.22
geka-evk Oct 30, 2024
19b810d
feat(csi-110): updated ml-schema-transformer-lib
geka-evk Oct 30, 2024
7c28c98
chore(snapshot): 23.6.0-snapshot.23
geka-evk Oct 30, 2024
70a3f73
feat(csi-110): updated ml-schema-transformer-lib
geka-evk Oct 30, 2024
5b696d3
chore(snapshot): 23.6.0-snapshot.24
geka-evk Oct 30, 2024
572c40f
feat(csi-110): updated ml-schema-transformer-lib and sdk-standard-com…
geka-evk Oct 30, 2024
e19e316
chore(snapshot): 23.6.0-snapshot.25
geka-evk Oct 30, 2024
428eb00
feat(csi-110): updated ml-schema-transformer-lib and sdk-standard-com…
geka-evk Oct 30, 2024
c4b86cd
chore(snapshot): 23.6.0-snapshot.26
geka-evk Oct 30, 2024
1854dd8
chore: store fspiop payloads for websocket test server (#505)
kleyow Oct 30, 2024
d32a8d9
chore(snapshot): 23.6.0-snapshot.27
kalinkrustev Oct 30, 2024
527a5d0
feat: transform iso headers for test server fspiop payload (#507)
oderayi Oct 31, 2024
ef1e90c
chore: update deps (#508)
oderayi Oct 31, 2024
5345906
chore(snapshot): 23.6.0-snapshot.29
kleyow Oct 31, 2024
f5759b5
chore(snapshot): 23.6.0-snapshot.30
kleyow Oct 31, 2024
5e239b5
chore(csi-110): fixed ILP creation logic (#506)
geka-evk Oct 31, 2024
15ccf57
chore: test server fix (#509)
kleyow Oct 31, 2024
200d731
fix: inbound /transactionRequests with only FSPIOP header (#510)
geka-evk Nov 5, 2024
a83cf5d
chore(snapshot): 23.6.0-snapshot.32
geka-evk Nov 5, 2024
ccfaff5
chore(snapshot): 23.6.0-snapshot.33
geka-evk Nov 5, 2024
7939c2c
chore: start using the mojaloop/build orb (#511)
kalinkrustev Nov 5, 2024
04d9aa5
chore(release): [ci skip] 23.6.0-iso.0
Nov 5, 2024
617acad
fix: updated sdk-standard-components
geka-evk Nov 5, 2024
70ed012
chore(release): [ci skip] 23.6.0-iso.1
Nov 5, 2024
a6e1f47
fix: put-transaction-requests-callback (#512)
geka-evk Nov 5, 2024
d0b382a
chore(release): [ci skip] 23.6.0-iso.2
Nov 5, 2024
59ac9bf
chore: updated deps
geka-evk Nov 12, 2024
4f171c8
chore(release): [ci skip] 23.6.0-iso.3
Nov 12, 2024
3dc2a67
feat(csi-128): updated sdk-standard-components with axios impl.; fixe…
geka-evk Nov 20, 2024
676fec1
chore(release): [ci skip] 23.6.0-iso.4
Nov 20, 2024
e0f6a41
feat(csi-303): added support for FX transfer RECEIVE type (#516)
geka-evk Nov 20, 2024
f0847d9
chore(release): [ci skip] 23.6.0-iso.5
Nov 20, 2024
e4e2eff
fix: participants not working (#517)
vijayg10 Nov 20, 2024
378acdd
chore(release): [ci skip] 23.6.0-iso.6
Nov 20, 2024
94c188d
feat(csi-303): added RESOURCE_VERSIONS_STRING (#519)
geka-evk Nov 21, 2024
2ea2299
chore(release): [ci skip] 23.6.0-iso.7
Nov 21, 2024
e7eb678
fix: participant resource versions
vijayg10 Nov 21, 2024
784e051
chore(release): [ci skip] 23.6.0-iso.8
Nov 21, 2024
410771d
feat(csi-927): excluded internal routes from logging (#522)
geka-evk Dec 12, 2024
fc2ab7b
chore(release): [ci skip] 23.6.0-iso.9
Dec 12, 2024
196f827
fix(csi-1023): used updated api-snippets (#523)
geka-evk Dec 13, 2024
4f5d281
chore(release): [ci skip] 23.6.0-iso.10
Dec 13, 2024
0763a93
feat: allow optional dfspId to be in the endpoint path (#526)
kalinkrustev Jan 10, 2025
8e37d8f
chore(release): [ci skip] 23.6.0-iso.11
Jan 10, 2025
d812b71
feat: allow optional dfspId to be in the endpoint path (#528)
kalinkrustev Jan 13, 2025
4655ef6
chore(release): [ci skip] 23.6.0-iso.12
Jan 13, 2025
134736b
fix: handle multiDfsp
kalinkrustev Jan 14, 2025
0afbca5
chore(release): [ci skip] 23.6.0-iso.13
Jan 14, 2025
3d7a3d9
feat(ime-306): fix experience api crashing issue (#525)
Ujjwal-Izyane Jan 14, 2025
579f927
chore(release): [ci skip] 23.6.0-iso.14
Jan 14, 2025
0e27cc6
Merge remote-tracking branch 'origin/master' into minor/iso
kleyow Jan 17, 2025
147e64d
chore: dep update
kleyow Jan 17, 2025
cf9cef1
chore(release): [ci skip] 23.6.0-iso.15
Jan 17, 2025
d18e3a6
chore: add build phase script to package.json
kalinkrustev Jan 19, 2025
f45d550
chore(release): [ci skip] 23.6.0-iso.16
Jan 19, 2025
55ef1f1
feat(ime-5): extension list caching changes (#530)
Ujjwal-Izyane Jan 21, 2025
713d1f9
chore(release): [ci skip] 23.6.0-iso.17
Jan 21, 2025
0bd5d64
chore: address comments
kleyow Jan 23, 2025
edbca54
chore: address comments
kleyow Jan 23, 2025
19d23f2
chore: lock
kleyow Jan 23, 2025
8babf91
chore: lock
kleyow Jan 23, 2025
520438a
chore(release): [ci skip] 23.6.0-iso.18
Jan 23, 2025
19c43b1
fix: restore mem leak fix #497
kalinkrustev Jan 23, 2025
4361db7
chore(release): [ci skip] 23.6.0-iso.19
Jan 23, 2025
6a4c4e9
chore: address comments
kleyow Jan 23, 2025
9e3a2b8
chore: why is test failing again?
kleyow Jan 23, 2025
d8ebf34
chore: fix?
kleyow Jan 23, 2025
ecf1ff2
chore: update snippets with reordered resources
kleyow Jan 24, 2025
fa0cb9d
chore: give down more time
kleyow Jan 24, 2025
01ed1e5
chore: fix
kleyow Jan 24, 2025
7e4a258
chore(release): [ci skip] 23.6.0-iso.20
Jan 24, 2025
4cb9bfb
chore: add message on close
kleyow Jan 24, 2025
27a764e
chore lockfile
kleyow Jan 24, 2025
ec073aa
chore(release): [ci skip] 23.6.0-iso.21
Jan 24, 2025
cb80504
chore: tin foil hat
kleyow Jan 24, 2025
eb1226a
chore(release): [ci skip] 23.6.0-iso.22
Jan 24, 2025
2c8ab01
chore: tin foil hat
kleyow Jan 24, 2025
ce8a451
chore: tin foil hat
kleyow Jan 24, 2025
89bd67f
chore(release): [ci skip] 23.6.0-iso.23
Jan 24, 2025
d619a89
chore: tin foil hat
kleyow Jan 24, 2025
5512581
Merge remote-tracking branch 'origin/minor/iso' into minor/iso
kleyow Jan 24, 2025
3b10a69
chore(release): [ci skip] 23.6.0-iso.24
Jan 24, 2025
4ea51d6
chore: address comments
kleyow Jan 24, 2025
4b43d64
chore(release): [ci skip] 23.6.0-iso.25
Jan 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,085 changes: 5 additions & 1,080 deletions .circleci/config.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ devspace*
**/dist/*
.DS_Store
dist

.rush
4 changes: 0 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn dep:check
yarn lint
3 changes: 3 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
yarn test:unit:affected
yarn dep:check
yarn audit:check
6 changes: 4 additions & 2 deletions .ncurc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ reject: [
## TODO: The kafka connectivity is not working properly and the following update is causing service crash.
'@mojaloop/logging-bc-client-lib',
## TODO: The new version of npm-check-updates uses new Glob v9.x and it is introducing a dependency Package "[email protected]" which is licensed under "BlueOak-1.0.0" which is not permitted by the Mojaloop License Policy
npm-check-updates,
'npm-check-updates',
## TODO: The new version of nx causes submodules to be broken.
"nx"
"nx",
## esLint 9.15.0 caused the error: TypeError: Error while loading rule '@typescript-eslint/no-unused-expressions': Cannot read properties of undefined (reading 'allowShortCircuit')
"eslint"
]
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18.20.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG NODE_VERSION=lts-alpine
#

# Build Image
FROM node:${NODE_VERSION} as builder
FROM node:${NODE_VERSION} AS builder

## Install tool dependencies
RUN apk add --no-cache -t build-dependencies make gcc g++ python3 libtool openssl-dev autoconf automake yarn bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ It is recommend that you set the `NODE_VERSION` argument against the version set
This can be done using the following command:

```bash
export NODE_VERSION="$(cat .nvmrc)-alpine"
export NODE_VERSION="$(cat .nvmrc)-alpine3.19"

docker build \
--build-arg NODE_VERSION=$NODE_VERSION \
Expand Down
19 changes: 18 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@
"GHSA-78xj-cgh5-2h22",
// https://github.com/advisories/GHSA-rm97-x556-q36h
"GHSA-rm97-x556-q36h",
"GHSA-wf5p-g6vw-rhxx" // https://github.com/advisories/GHSA-wf5p-g6vw-rhxx
"GHSA-wf5p-g6vw-rhxx", // https://github.com/advisories/GHSA-wf5p-g6vw-rhxx,
"GHSA-2p57-rm9w-gvfp",
"GHSA-8hc4-vh64-cxmj",
"GHSA-952p-6rrq-rcjv",
"GHSA-9wv6-86v2-598j",
"GHSA-cgfm-xwp7-2cvr",
"GHSA-cm22-4g7w-348p",
"GHSA-ghr5-ch3p-vcr6",
"GHSA-grv7-fg5c-xmjg",
"GHSA-m6fv-jmcg-4jfg",
"GHSA-m95q-7qp3-xv42",
"GHSA-qw6h-vgh9-j6wx",
"GHSA-qwcr-r2fm-qrc7",
"GHSA-rv95-896h-c2vc",
"GHSA-3xgq-45jj-v275", // https://github.com/advisories/GHSA-3xgq-45jj-v275
"GHSA-7q7g-4xm8-89cq", // https://github.com/advisories/GHSA-7q7g-4xm8-89cq
"GHSA-mwcw-c2x4-8c55",
"GHSA-rhx6-c78j-4q9w"
]
}
5 changes: 4 additions & 1 deletion docker-compose.pm4ml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ services:
sdk-scheme-adapter-api-svc:
env_file: ./modules/api-svc/test/config/integration-pm4ml.env
depends_on:
- mock-management-svc
mock-management-svc:
condition: service_healthy
init-kafka:
condition: service_completed_successfully
command: yarn nx run modules-api-svc:start

mock-management-svc:
Expand Down
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
aliases:
- ttkbackendsim
- ttkhubsim
image: mojaloop/ml-testing-toolkit:v15.0.0
image: mojaloop/ml-testing-toolkit:v17.2.2
volumes:
- "./docker/ml-testing-toolkit/spec_files:/opt/app/spec_files"
- "./docker/ml-testing-toolkit/secrets:/opt/app/secrets"
Expand All @@ -71,11 +71,12 @@ services:
environment:
- AUTH_ENABLED=FALSE
command: npm start
user: root

# For local development we want to have ttk-ui
#
mojaloop-testing-toolkit-ui:
image: mojaloop/ml-testing-toolkit-ui:v15.0.0
image: mojaloop/ml-testing-toolkit-ui:v15.5.0
ports:
- "6060:6060"
networks:
Expand All @@ -86,6 +87,7 @@ services:
command:
- sh
- /usr/share/nginx/start.sh
user: root

kafka:
networks:
Expand Down Expand Up @@ -131,15 +133,13 @@ services:

# For local development we want to have a kafka-ui
#
kowl:
kafka-debug-ui:
networks:
- mojaloop-net
image: quay.io/cloudhut/kowl:v1.4.0
container_name: kowl
image: docker.redpanda.com/redpandadata/console:v23.2.17
deploy:
replicas: 1
restart: on-failure
hostname: kowl
ports:
- "9080:8080"
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2906,7 +2906,7 @@ components:
- description: Identifies the quote message.
- example: b51ec534-ee48-4575-b6a9-ead2955b8069
payee:
allOf:
allOf:
- $ref: "#/components/schemas/Party"
- description: Information about the Payee in the proposed financial transaction.
transferAmount:
Expand Down Expand Up @@ -3796,4 +3796,4 @@ components:
required: true
schema:
type: string
description: A sub-identifier of the party identifier, or a sub-type of the party identifier's type. For example, `PASSPORT`, `DRIVING_LICENSE`.
description: A sub-identifier of the party identifier, or a sub-type of the party identifier's type. For example, `PASSPORT`, `DRIVING_LICENSE`.
Loading