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

Feature/perf3.6 enhancements #186

Conversation

rmothilal
Copy link
Contributor

version update

shashi165 and others added 30 commits September 27, 2018 12:56
* 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
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)
* 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
Merging as requested by Shashi and since this is approved by Rajiv
…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
rmothilal and others added 26 commits October 12, 2018 17:52
* 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 (mojaloop#155)

* mojaloop#395 Added the SEED for endpointType (mojaloop#142)

* Added the SEED for endpointType

* Removed unused seed

* Feature/461 Settlement Transfer (mojaloop#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 (mojaloop#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 (mojaloop#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 (mojaloop#159)

* mojaloop#395 Added the SEED for endpointType (mojaloop#142)

* Added the SEED for endpointType

* Removed unused seed

* Feature/461 Settlement Transfer (mojaloop#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 (mojaloop#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 (mojaloop#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 (mojaloop#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. (mojaloop#149)

* validation for different FSPs added and tests are extended (mojaloop#156)

* Story mojaloop#484 - Added validation for negative values of NET_DEBIT_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)

* testPI2 -> test (mojaloop#158)

* testPI2 -> test

* removed old comments

* removed test from istanbul.yml

* updated code

* Fixed the listed occurrences of local timestamps (mojaloop#157)

* Feature/perf3.6 enhancements (mojaloop#168)

* mojaloop#395 Added the SEED for endpointType (mojaloop#142)

* Added the SEED for endpointType

* Removed unused seed

* Feature/461 Settlement Transfer (mojaloop#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 (mojaloop#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 (mojaloop#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 (mojaloop#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. (mojaloop#149)

* validation for different FSPs added and tests are extended (mojaloop#156)

* Story mojaloop#484 - Added validation for negative values of NET_DEBIT_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)

* testPI2 -> test (mojaloop#158)

* testPI2 -> test

* removed old comments

* removed test from istanbul.yml

* updated code

* Fixed the listed occurrences of local timestamps (mojaloop#157)

* Feature/461 Settlement Transfer - ParticipantFacade.adjustLimits (mojaloop#160)

* Altered ParticipantFacade.adjustLimits to work with external trx
* Make commit & rollback conditional

* Story mojaloop#397 cleanup of unused files (mojaloop#161)

* removed caret from pacckage.json

* cleaned up unused files

* removed unused packages

* Bugfix/fix circleci build (mojaloop#162)

* updated dockerfile for failing

* updated circle ci config

* removal of RUN reserved word

* Bugfix/api not starting 08 10 (mojaloop#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 (mojaloop#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 (mojaloop#165)

Merging as requested by Shashi and since this is approved by Rajiv

* Story mojaloop#397 cleanup and coverage tests (mojaloop#167)

* added coverage tests

* Added coverage tests, removed unused code

* removed commented code

* fix for integration test
* Added initial position for settlement account, added accounts endpoint
* Added unit tests for newly introduced code
* unit/coverage tests for timeout handler
* Unit tests and coverage for timeoutHandler and transferTimeoutModel
…leted, fulfil, prepare, positions and fixed tests
* Added backend code for story mojaloop#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
…into feature/perf3.6_enhancements

# Conflicts:
#	src/handlers/transfers/handler.js
…aloop/central-ledger into feature/perf3.6_enhancements

# Conflicts:
#	src/handlers/transfers/handler.js
* Incrementing version for MVP release to 3.7.4
* do not insert into participantPositionChange when transfer is aborted

* revert changes for mojaloop#487

* revert changes for mojaloop#487
…into feature/perf3.6_enhancements

# Conflicts:
#	package.json
* 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
* 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
* Updating version to 3.8.0
@rmothilal rmothilal self-assigned this Oct 18, 2018
@rmothilal rmothilal merged commit 615916c into mojaloop:feature/perf3.7_enhancements Oct 18, 2018
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.

6 participants