-
Notifications
You must be signed in to change notification settings - Fork 30
rm custody service #2229
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
base: main
Are you sure you want to change the base?
rm custody service #2229
Conversation
🦋 Changeset detectedLatest commit: 5c96708 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
validation in service, logic in context is a good seperation of concerns here |
82b0848 to
16a68a5
Compare
|
implemented more validation and extensive tests of validation. prepares custody service to support more varied implementations |
packages/services/src/custody-service/util/validate-response.ts
Outdated
Show resolved
Hide resolved
5f283a4 to
f8f3b43
Compare
3996532 to
630852e
Compare
630852e to
5c96708
Compare
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.
discussed offline; looks good to me and can land for the next prax release with the refactored custody.
|
this is also good to land after the prax ledger changes merge |
custody service implementation
focuses on validation. actual authorization logic is provided via context, so service host can be more flexible in implementation.is removed