Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incrementing version to 3.8.0 #185

Merged
merged 12 commits into from
Oct 18, 2018
Merged

Incrementing version to 3.8.0 #185

merged 12 commits into from
Oct 18, 2018

Conversation

elnyry-sam-k
Copy link
Member

No description provided.

* commit '2322954e81f3b99b8e220c1f075800fa93f5ff8a':
  Incrementing version to 3.6.1-snapshot (#145)
* commit '87c748d6741c9c1ed2ed51e1120bdc079ea1c3a9':
  Feature/461 Settlement Transfer (#150)
  #395 Added the SEED for endpointType (#142)
  Updating versions (#146)
* commit '2d304e721945c30b774674b9a2b63ae4f6ad5100':
  Bugfix/391 updating postman link in onboarding doc (#151)
  Incrementing central ledger version (#152)
* commit '7b08b6716f1e799136507f2d003cb3cb0a55cb30':
  testPI2 -> test (#158)
  Story #484 - Added validation for negative values of NET_DEBIT_CAP (#153)
  validation for different FSPs added and tests are extended (#156)
  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)
  Feature/461 settlement transfer (#154)
* commit '1ab87d25e15edbf3bf298e953e87b227b70f9705':
  Feature/cleaning unsured code (#164)
  Bugfix/api not starting 08 10 (#163)
  Bugfix/fix circleci build (#162)
  Story #397 cleanup of unused files (#161)
  Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (#160)
  Fixed the listed occurrences of local timestamps (#157)
* commit 'ec9e85143071f790ce681a177655d820ba240beb':
  added coverage tests (#165)
* commit '0163d52bc0810ce5b15585a14ad8bedf1509c4e0':
  Fixed integration tests teardown test (#173)
  Feature/425 Timeout Handler Tests (#171)
  Feature/509 Participant Accounts Endpoint (#170)
  Feature/perf3.6 enhancements (#172)
  Feature/perf3.6 enhancements (#169)
  Story #397 cleanup and coverage tests (#167)
* commit 'e6d25106a5a72ca2bb45a00a4bb10437cb02450b':
  Feature/#452 add get on/transfers/{id} (#176)
@elnyry-sam-k elnyry-sam-k changed the title Develop Incrementing version to 3.8.0 Oct 18, 2018
@elnyry-sam-k elnyry-sam-k merged commit 00fcefa into mojaloop:develop Oct 18, 2018
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants