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: fx and interscheme implementationFeat/fx impl #74

Closed
wants to merge 36 commits into from
Closed
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
0ac6532
feat(3953): added fspiop v2; added SDK backend/outbound v2.1; added …
geka-evk Nov 1, 2023
3454f40
Merge pull request #42 from geka-evk/feat/3593
geka-evk Nov 14, 2023
04797fc
feat: some fx changes
vijayg10 Nov 14, 2023
23ce99c
fix: fx rules
vijayg10 Nov 17, 2023
7c1bf16
feat: some fx changes
vijayg10 Nov 22, 2023
53d3224
fix: some fixes
vijayg10 Nov 22, 2023
0879928
chore: update cl and ml-api versions to support fx
vijayg10 Nov 22, 2023
f67d199
chore: update env vars
vijayg10 Nov 23, 2023
e0fe3d6
feat(3618): added fx-provider (sdk-scheme-adapter) (#43)
geka-evk Nov 29, 2023
62cea06
feat: added payer and payee fx sdks
vijayg10 Nov 30, 2023
11c514a
feat: added sdk tests
vijayg10 Dec 1, 2023
4c41e91
feat: payersdk tests working
vijayg10 Dec 1, 2023
62bba20
chore(mojaloop/#3819): update harness and get functional tests passin…
kleyow May 3, 2024
7d3e669
Updates for FXP Golden Path
sri-miriyala May 30, 2024
c74aa43
More negative scenarios
sri-miriyala May 30, 2024
ebe87f1
Added more negative scenarios
sri-miriyala May 31, 2024
6a62bc3
fix: remove ttk spec config pointing to inexistent spec files
oderayi Jun 5, 2024
a0cb53b
Updates to rules
sri-miriyala Jun 13, 2024
3e043b9
Merge branch 'feat/fx-impl' of https://github.com/mojaloop/ml-core-te…
sri-miriyala Jun 13, 2024
bb4157e
feat: add HUB_NAME in TTK env files and use value in hub setup collec…
oderayi Jun 20, 2024
f433ba1
Merge pull request #63 from mojaloop/feat/csi-20-configurable-hub-name
oderayi Jun 24, 2024
f888462
feat: add proxy cache config for CL
oderayi Jul 22, 2024
547db81
chore: update compose
oderayi Jul 22, 2024
3ab7281
chore: update compose
oderayi Jul 22, 2024
5e11d94
feat(mojaloop/#3998): add proxy cache config for CL
oderayi Jul 23, 2024
87b5b46
feat: add ULID support (#72)
kalinkrustev Oct 1, 2024
b5cd49b
chore: bump versions
vijayg10 Oct 14, 2024
3348d49
chore: refactor script
vijayg10 Oct 14, 2024
caf2e74
feat: add finance portal (#76)
vijayg10 Oct 15, 2024
a03e4a7
chore: disable simple routing mode for qs
vijayg10 Nov 8, 2024
0967ee7
chore: add cadvisor
devarsh10 Nov 29, 2024
d054e30
Merge branch 'main' of https://github.com/mojaloop/ml-core-test-harne…
vijayg10 Dec 4, 2024
d6d39e5
Merge pull request #84 from mojaloop/patch#MergeMonitoring
elnyry-sam-k Dec 4, 2024
e52528d
feat: iso 20022 support (#86)
kalinkrustev Dec 17, 2024
3f9f0cb
fix: issue with p2p
vijayg10 Dec 17, 2024
e5a5142
feat: start building docker image with the k6 scripts (#90)
kalinkrustev Dec 19, 2024
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
10 changes: 6 additions & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
## Mojaloop Docker Image Versions
# ML_API_ADAPTER_VERSION=v14.0.1
ML_API_ADAPTER_VERSION=v14.0.4
ML_API_ADAPTER_VERSION=v14.1.0-snapshot.5
## ALS initial baseline with version included in Mojaloop v15.1.0 Helm Release
# ACCOUNT_LOOKUP_SERVICE_VERSION=v14.2.2
## ALS published version with included fix: JSON.stringify disabled in logResponse function
ACCOUNT_LOOKUP_SERVICE_VERSION=v14.2.3
## ALS snapshot release with fix: v14.2.3 + caching for validateParticipant and resolve Participants via Oracles
# ACCOUNT_LOOKUP_SERVICE_VERSION=v14.2.4-snapshot.3
# QUOTING_SERVICE_VERSION=v15.2.1
QUOTING_SERVICE_VERSION=v15.4.0
QUOTING_SERVICE_VERSION=v15.8.0-snapshot.15
## CL initial baseline with version included in Mojaloop v15.1.0 Helm Release
# CENTRAL_LEDGER_VERSION=v17.0.3
## Cl latest version
CENTRAL_LEDGER_VERSION=v17.2.1
## v17.6.2-snapshot.0 for FX, docker image isn't published due to ci work
CENTRAL_LEDGER_VERSION=local
## CL snapshot release with included fix: JSON.stringify disabled in logResponse function
# CENTRAL_LEDGER_VERSION=v17.0.4-snapshot.0
## Central Ledger version with batch processing capability
CENTRAL_LEDGER_BATCH_VERSION=v17.3.0-snapshot.5
SDK_SCHEME_ADAPTER_VERSION=v23.5.0-snapshot.4

## Testing & Sims
TEST_SIMULATOR_VERSION=v11.1.3
TEST_SIMULATOR_VERSION=v12.2.0
TEST_TTK_SVC_VERSION=v16.1.1
TEST_TTK_UI_VERSION=v15.3.0
TEST_TTK_CLI_VERSION=v1.2.0
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,23 @@ To capture results without running tests, use the following command
```bash
./automate_perf.sh -c -f <From Time in Milliseconds> -t <To time in Milliseconds>
```

### FX Tests

```
docker-compose --profile testing-toolkit --profile fx --profile ttk-provisioning-fx --profile ttk-fx-tests --profile debug up -d
```

```
docker-compose --profile testing-toolkit --profile fx --profile ttk-provisioning-fx --profile ttk-fx-tests --profile debug down -v
```

### FX SDK Tests

```
docker-compose --profile all-services --profile fx --profile fx-sdk --profile ttk-provisioning-fx-sdk --profile ttk-fx-tests --profile debug up -d
```

```
docker-compose --profile all-services --profile fx --profile fx-sdk --profile ttk-provisioning-fx-sdk --profile ttk-fx-sdk-tests --profile debug down -v
```
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure PRs to FX branch are merged

6 changes: 3 additions & 3 deletions docker-compose-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ services:
command:
- sh
- -c
- "npm run cli -- -u http://mojaloop-testing-toolkit:5050 -l 2 -i collections/provisioning -e environments/default-env.json --save-report --report-format html --report-target file://reports/ttk-provisioning-report.html"
- "npm run cli -- -u http://mojaloop-testing-toolkit:5050 -l 2 -i collections/provisioning -e environments/default-env.json --labels std,perf --save-report --report-format html --report-target file://reports/ttk-provisioning-report.html"
user: root
profiles:
- ttk-provisioning-transfers
Expand All @@ -842,7 +842,7 @@ services:
command:
- sh
- -c
- "npm run cli -- -u http://mojaloop-testing-toolkit:5050 -l 2 -i collections/provisioning -e environments/default-env.json --save-report --report-format html --report-target file://reports/ttk-provisioning-report.html"
- "npm run cli -- -u http://mojaloop-testing-toolkit:5050 -l 2 -i collections/provisioning -e environments/default-env.json --labels std,perf --save-report --report-format html --report-target file://reports/ttk-provisioning-report.html"
user: root
profiles:
- ttk-provisioning-quotes
Expand All @@ -866,7 +866,7 @@ services:
command:
- sh
- -c
- "npm run cli -- -u http://mojaloop-testing-toolkit:5050 -l 2 -i collections/provisioning -e environments/perf-e2e-env.json --save-report --report-format html --report-target file://reports/ttk-provisioning-report.html"
- "npm run cli -- -u http://mojaloop-testing-toolkit:5050 -l 2 -i collections/provisioning -e environments/perf-e2e-env.json --labels std,perf --save-report --report-format html --report-target file://reports/ttk-provisioning-report.html"
user: root
profiles:
- ttk-provisioning-e2e
Expand Down
Loading