-
Notifications
You must be signed in to change notification settings - Fork 526
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
ISO-8583 PoC Milestone 1 #1001
ISO-8583 PoC Milestone 1 #1001
Conversation
HI @dastansam, I provided an external evaluation for your delivery here: #1003 There were a few issues to be resolved before accepting the delivery. |
hey @stojanov-igor, thanks for the evaluation. I have couple of questions before I address your review.
By default, it tries to connect to postgres DB at (it's documented at README): --database-host <DATABASE_HOST>
Path to the Postgres database [default: localhost]
--database-port <DATABASE_PORT>
Port of the Postgres database [default: 5432]
--database-user <DATABASE_USER>
Username of the Postgres database [default: postgres]
--database-name <DATABASE_NAME>
Name of the Postgres database [default: postgres] And if you have different postgres config, you should pass them explicitly. |
Running on MacOS Monterey Version 12.5.1
Do not have Postgres installed. Can you add this to the Readme as a prerequisite? Also I am providing no arguments to the oracle. |
Postgres is already mentioned as a pre-requisite |
I would recommend to create a docker-compose file and create a simple system diagram to show how everything is working together. |
hey @nikw3f, I added full docker-compose support (although it wasn't part of the deliverable) and also updated docs with the high-level diagram of the infrastructure as you suggested. This is the PR that adds the changes: subclone/payment-processor#2 Looking forward to your evaluation. |
Hey team, one of the test is failing. Can you please check:
|
Hey @nikw3f I just pushed a change that fixes the failing test. It was because of two tests trying to connect to the same DB, you could run with Let me know if you still see this issue. |
Thanks for the delivery @dastansam Good Work! You can find my finished evaluation here. Happy to pass the milestone, and looking forward to the substrate implementation. |
Congratulations on completing the first milestone of this grant! As part of the Grants Program, we want to help grant recipients acknowledge their grants publicly. To that end, we’ve created a badge for projects that successfully deliver their first milestone. Please use the badge only in reference to the work that has been completed as part of this grant, so please do not display it on your team or project's homepage unless accompanied by a short description of the grant. Furthermore, you're now welcome to announce the grant publicly. Please remember to observe the foundation’s guidelines in doing so. If you haven't already, reach out to [email protected] for feedback on your announcement and cross-promotion. |
Milestone Delivery Checklist
Link to the application pull request: w3f/Grants-Program#1809