-
Notifications
You must be signed in to change notification settings - Fork 84
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
Feature/perf3.6 enhancements #168
Merged
rmothilal
merged 29 commits into
mojaloop:feature/perf3.7_enhancements
from
rmothilal:feature/perf3.6_enhancements
Oct 11, 2018
Merged
Feature/perf3.6 enhancements #168
rmothilal
merged 29 commits into
mojaloop:feature/perf3.7_enhancements
from
rmothilal:feature/perf3.6_enhancements
Oct 11, 2018
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
* Added the SEED for endpointType * Removed unused seed
* Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account
* Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version
* Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information
…into feature/perf3.6_enhancements
Feature/461 Settlement Transfer - signed amounts
…h Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (mojaloop#149)
…T_CAP (mojaloop#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0)
…into feature/perf3.6_enhancements
* testPI2 -> test * removed old comments * removed test from istanbul.yml
…into feature/perf3.6_enhancements # Conflicts: # testPI2/unit/shared/setup.test.js
…aloop/central-ledger into feature/perf3.6_enhancements # Conflicts: # seeds/ledgerEntryType.js # testPI2/unit/shared/setup.test.js
…into feature/perf3.6_enhancements # Conflicts: # src/models/position/facade.js
…aloop#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional
* removed caret from pacckage.json * cleaned up unused files * removed unused packages
* updated dockerfile for failing * updated circle ci config * removal of RUN reserved word
* fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js
* fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added
…into feature/perf3.6_enhancements
Merging as requested by Shashi and since this is approved by Rajiv
…into feature/perf3.6_enhancements
…aloop/central-ledger into feature/perf3.6_enhancements # Conflicts: # .istanbul.yml # test/unit/admin/index.test.js # test/unit/cryptoConditions/index.test.js # test/unit/seeds/zzzDEVseed.test.js--
* added coverage tests * Added coverage tests, removed unused code * removed commented code
…into feature/perf3.6_enhancements # Conflicts: # test/unit/handlers/transfers/handler.test.js
elnyry-sam-k
approved these changes
Oct 11, 2018
rmothilal
added a commit
that referenced
this pull request
Oct 12, 2018
* fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code
rmothilal
added a commit
that referenced
this pull request
Oct 12, 2018
* fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test
rmothilal
added a commit
that referenced
this pull request
Oct 16, 2018
* #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * Feature/perf3.6 enhancements (#169) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/perf3.6 enhancements (#172) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/509 Participant Accounts Endpoint (#170) * Added initial position for settlement account, added accounts endpoint * Added unit tests for newly introduced code * Feature/425 Timeout Handler Tests (#171) * unit/coverage tests for timeout handler * Unit tests and coverage for timeoutHandler and transferTimeoutModel * Fixed integration tests teardown test (#173) * refactor code to commit message to kafka after all processing is completed, fulfil, prepare, positions and fixed tests
rmothilal
added a commit
that referenced
this pull request
Oct 16, 2018
* #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * Feature/perf3.6 enhancements (#169) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/perf3.6 enhancements (#172) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/509 Participant Accounts Endpoint (#170) * Added initial position for settlement account, added accounts endpoint * Added unit tests for newly introduced code * Feature/425 Timeout Handler Tests (#171) * unit/coverage tests for timeout handler * Unit tests and coverage for timeoutHandler and transferTimeoutModel * Fixed integration tests teardown test (#173) * refactor code to commit message to kafka after all processing is completed, fulfil, prepare, positions and fixed tests * Feature/#452 add get on/transfers/{id} (#176) * Added backend code for story #452 - get transfers by Id * Change default.json back to default * bug fix * Added unit test(Pos and neg) for register transfer handler * Added more unit tests to increase code coverage for Transfer handler * Add Unit tests and increase code coverage
rmothilal
added a commit
that referenced
this pull request
Oct 16, 2018
* #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * Feature/perf3.6 enhancements (#169) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/perf3.6 enhancements (#172) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/509 Participant Accounts Endpoint (#170) * Added initial position for settlement account, added accounts endpoint * Added unit tests for newly introduced code * Feature/425 Timeout Handler Tests (#171) * unit/coverage tests for timeout handler * Unit tests and coverage for timeoutHandler and transferTimeoutModel * Fixed integration tests teardown test (#173) * refactor code to commit message to kafka after all processing is completed, fulfil, prepare, positions and fixed tests * Feature/#452 add get on/transfers/{id} (#176) * Added backend code for story #452 - get transfers by Id * Change default.json back to default * bug fix * Added unit test(Pos and neg) for register transfer handler * Added more unit tests to increase code coverage for Transfer handler * Add Unit tests and increase code coverage * updated version number
rmothilal
added a commit
that referenced
this pull request
Oct 17, 2018
* #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * Feature/perf3.6 enhancements (#169) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/perf3.6 enhancements (#172) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/509 Participant Accounts Endpoint (#170) * Added initial position for settlement account, added accounts endpoint * Added unit tests for newly introduced code * Feature/425 Timeout Handler Tests (#171) * unit/coverage tests for timeout handler * Unit tests and coverage for timeoutHandler and transferTimeoutModel * Fixed integration tests teardown test (#173) * refactor code to commit message to kafka after all processing is completed, fulfil, prepare, positions and fixed tests * Feature/#452 add get on/transfers/{id} (#176) * Added backend code for story #452 - get transfers by Id * Change default.json back to default * bug fix * Added unit test(Pos and neg) for register transfer handler * Added more unit tests to increase code coverage for Transfer handler * Add Unit tests and increase code coverage * updated version number * added pool to kenex file to manage the number of connections available
rmothilal
added a commit
that referenced
this pull request
Oct 18, 2018
* #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * Feature/perf3.6 enhancements (#169) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/perf3.6 enhancements (#172) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/509 Participant Accounts Endpoint (#170) * Added initial position for settlement account, added accounts endpoint * Added unit tests for newly introduced code * Feature/425 Timeout Handler Tests (#171) * unit/coverage tests for timeout handler * Unit tests and coverage for timeoutHandler and transferTimeoutModel * Fixed integration tests teardown test (#173) * refactor code to commit message to kafka after all processing is completed, fulfil, prepare, positions and fixed tests * Feature/#452 add get on/transfers/{id} (#176) * Added backend code for story #452 - get transfers by Id * Change default.json back to default * bug fix * Added unit test(Pos and neg) for register transfer handler * Added more unit tests to increase code coverage for Transfer handler * Add Unit tests and increase code coverage * updated version number * Increment version (#179) * Incrementing version for MVP release to 3.7.4 * added pool to kenex file to manage the number of connections available * do not insert into participantPositionChange when transfer is aborted (#180) * revert changes for #487 (#182) * do not insert into participantPositionChange when transfer is aborted * revert changes for #487 * revert changes for #487 * Feature/run migrations config (#183) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * updated code to control if migrations run or not, included ddl for database * Feature/run migrations config (#184) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * updated code to control if migrations run or not, included ddl for database * fix for get handler not starting, fixed broken tests * Incrementing version to 3.8.0 (#185) * Updating version to 3.8.0 * update version
rmothilal
added a commit
that referenced
this pull request
Oct 19, 2018
* #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * Feature/perf3.6 enhancements (#169) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/perf3.6 enhancements (#172) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/509 Participant Accounts Endpoint (#170) * Added initial position for settlement account, added accounts endpoint * Added unit tests for newly introduced code * Feature/425 Timeout Handler Tests (#171) * unit/coverage tests for timeout handler * Unit tests and coverage for timeoutHandler and transferTimeoutModel * Fixed integration tests teardown test (#173) * refactor code to commit message to kafka after all processing is completed, fulfil, prepare, positions and fixed tests * Feature/#452 add get on/transfers/{id} (#176) * Added backend code for story #452 - get transfers by Id * Change default.json back to default * bug fix * Added unit test(Pos and neg) for register transfer handler * Added more unit tests to increase code coverage for Transfer handler * Add Unit tests and increase code coverage * updated version number * Increment version (#179) * Incrementing version for MVP release to 3.7.4 * added pool to kenex file to manage the number of connections available * do not insert into participantPositionChange when transfer is aborted (#180) * revert changes for #487 (#182) * do not insert into participantPositionChange when transfer is aborted * revert changes for #487 * revert changes for #487 * Feature/run migrations config (#183) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * updated code to control if migrations run or not, included ddl for database * Feature/run migrations config (#184) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * updated code to control if migrations run or not, included ddl for database * fix for get handler not starting, fixed broken tests * Incrementing version to 3.8.0 (#185) * Updating version to 3.8.0 * update version * updates for connection pool
rmothilal
added a commit
that referenced
this pull request
Oct 25, 2018
* #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * Feature/perf3.6 enhancements (#169) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/perf3.6 enhancements (#172) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * update code to remove transfer handler * fixes for the timeout * Feature/perf3.6 enhancements (#155) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * fixes for the timeout * updated code * Feature/perf3.6 enhancements (#159) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/perf3.6 enhancements (#168) * #395 Added the SEED for endpointType (#142) * Added the SEED for endpointType * Removed unused seed * Feature/461 Settlement Transfer (#150) * Added account type and seeds * Updated DDL and seeds for settlement transfers * Added SETTLEMENT_NET_ZERO ledgerEntryType enum * Changed seeds * Server cached enums (3.1) and create both accounts (6) * Fixed unit tests for the previous commit * Change cache from 5 secs to 5 mins * All references to participantCurrencyId point to the Position Account * Incrementing central ledger version (#152) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Incrementing central-ledger version * Bugfix/391 updating postman link in onboarding doc (#151) * Incrementing version to 3.6.1-snapshot * Updating versions for central-services-shared, central-services-database libraries * Updating the steps in On-boarding document to use the correct postman collection and also some additional steps, information * update code to remove transfer handler * Feature/461 settlement transfer (#154) Feature/461 Settlement Transfer - signed amounts * fixes for the timeout * Updated populateTestData script to set endPoint Callback URLs for each Participant, and removed instructions from the restartMockServer.sh to configure the EndPoints in the ML-API-Adapter config which is no longer necessary. (#149) * validation for different FSPs added and tests are extended (#156) * Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153) * Added validation for negative values of NET_DEBIT_CAP * fixed the unit tests, integration tests and updated the documentation * changed order of enums * added allow(0) * testPI2 -> test (#158) * testPI2 -> test * removed old comments * removed test from istanbul.yml * updated code * Fixed the listed occurrences of local timestamps (#157) * Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160) * Altered ParticipantFacade.adjustLimits to work with external trx * Make commit & rollback conditional * Story #397 cleanup of unused files (#161) * removed caret from pacckage.json * cleaned up unused files * removed unused packages * Bugfix/fix circleci build (#162) * updated dockerfile for failing * updated circle ci config * removal of RUN reserved word * Bugfix/api not starting 08 10 (#163) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * Feature/cleaning unsured code (#164) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * fixes for cleaning up central-ledger * unit test for crypto.js * removal of unused and legacy code * dependency for integration tests * removal of unused code * pre-commit added * added coverage tests (#165) Merging as requested by Shashi and since this is approved by Rajiv * Story #397 cleanup and coverage tests (#167) * added coverage tests * Added coverage tests, removed unused code * removed commented code * fix for integration test * Feature/509 Participant Accounts Endpoint (#170) * Added initial position for settlement account, added accounts endpoint * Added unit tests for newly introduced code * Feature/425 Timeout Handler Tests (#171) * unit/coverage tests for timeout handler * Unit tests and coverage for timeoutHandler and transferTimeoutModel * Fixed integration tests teardown test (#173) * refactor code to commit message to kafka after all processing is completed, fulfil, prepare, positions and fixed tests * Feature/#452 add get on/transfers/{id} (#176) * Added backend code for story #452 - get transfers by Id * Change default.json back to default * bug fix * Added unit test(Pos and neg) for register transfer handler * Added more unit tests to increase code coverage for Transfer handler * Add Unit tests and increase code coverage * updated version number * Increment version (#179) * Incrementing version for MVP release to 3.7.4 * added pool to kenex file to manage the number of connections available * do not insert into participantPositionChange when transfer is aborted (#180) * revert changes for #487 (#182) * do not insert into participantPositionChange when transfer is aborted * revert changes for #487 * revert changes for #487 * Feature/run migrations config (#183) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * updated code to control if migrations run or not, included ddl for database * Feature/run migrations config (#184) * fixes for bug 471, 472, 469 * rework to still throw error for missing topic and handle appropriately as well as getting topic from incoming message and not creating it from the fsp. reverted state to invalid for validation errors on prepare. fixed corresponding tests * logger.error and capitalise the word no * updated code to control if migrations run or not, included ddl for database * fix for get handler not starting, fixed broken tests * Incrementing version to 3.8.0 (#185) * Updating version to 3.8.0 * update version * updates for connection pool * added config and code change to allow for partitioning and test fix * version update * added updated config for prepare fulfil and get
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.
updated perf code base to align with dev