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 implementation #412

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

feat: fx implementation #412

wants to merge 4 commits into from

Conversation

kalinkrustev
Copy link

@kalinkrustev kalinkrustev commented Sep 30, 2024

Changes:

  • parameterize switch id
  • fix all regressions with db operations wrt fx/interscheme changes in CL

Copy link

shashi165
shashi165 previously approved these changes Nov 11, 2024
@@ -66,26 +66,26 @@
"@hapi/boom": "10.0.1",
"@hapi/catbox-memory": "5.0.1",
"@hapi/good": "9.0.1",
"@hapi/hapi": "21.3.2",
"@hapi/hapi": "21.3.10",
"@hapi/inert": "7.1.0",
"@hapi/vision": "7.0.3",
"@mojaloop/central-ledger": "v17.7.2",
"@mojaloop/central-services-database": "10.7.0",
"@mojaloop/central-services-error-handling": "12.0.7",
Copy link
Contributor

Choose a reason for hiding this comment

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

I think need to add dependency of @mojaloop/sdk-standard-components required by "@mojaloop/central-services-error-handling

Copy link
Author

Choose a reason for hiding this comment

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

@vijayg10 any comments here?

@elnyry-sam-k
Copy link
Member

CI steps failing as well, please review

Copy link
Member

@elnyry-sam-k elnyry-sam-k left a comment

Choose a reason for hiding this comment

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

need to re-review once open issues are addressed and resolved

@kalinkrustev
Copy link
Author

kalinkrustev commented Nov 14, 2024

need to re-review once open issues are addressed and resolved

@elnyry-sam-k Which issues do you mean?

@elnyry-sam-k
Copy link
Member

need to re-review once open issues are addressed and resolved

@elnyry-sam-k Which issues do you mean?

What Shashi mentioned above and CI was failing earlier, those..

I wanted to tag it because earlier the PR had an approval and I didn't want to see it merged before those were addressed.

@kalinkrustev
Copy link
Author

The CI failed due to some bug in how CircleCI updates the checks in GitHub. It seems multiple PRs can interfere with each other when reporting the checks. When I clicked at the failed check, I was redirected to a build related to another PR. Anyway, all is passing now.

Copy link

sonarqubecloud bot commented Jan 9, 2025

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

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.

4 participants