-
Notifications
You must be signed in to change notification settings - Fork 49
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/746-748-747 Implement Bulk Transfer Fulfil #118
Feature/746-748-747 Implement Bulk Transfer Fulfil #118
Conversation
…-adapter into feature/bulkTransfersPoc
Switched to message.id=UUID for fulfil and get 28 unit tests fail
Re-factored objStore lib to be re-usable between both ml-api and central-ledger
…-adapter into feature/746-748-747ImplementBulkTransferFulfil
…esponse, fixed other issues as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy
@@ -17,12 +17,11 @@ | |||
"registry": "https://registry.npmjs.org" | |||
}, | |||
"dependencies": { | |||
"@mojaloop/central-object-store": "6.4.0-snapshot", | |||
"@mojaloop/central-object-store": "file:../../../../../npmpack/mojaloop-central-object-store-6.4.1-snapshot.tgz", | |||
"@mojaloop/central-services-shared": "^5.2.0", | |||
"boom": "^7.1.1", | |||
"hapi": "^17.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update dependencies and remove carets ^
Stories #746, #747, #748