-
Notifications
You must be signed in to change notification settings - Fork 99
feat(backend): abstract away payment method generation, add ILP_ADDRESS tenantSetting #3460
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3dc1ee6
feat: add ILP_ADDRESS tenant setting, generate default one using tena…
mkurapov df2968b
chore: decouple incomingPayment from streamCredentialGeneration
mkurapov 0ab8928
chore: generate StreamServer every time we get getStreamCredentials
mkurapov 5de703e
feat(backend): allowing passing in ilpAddress when generating stream …
mkurapov e22133b
feat: adding paymentMethodProviderService
mkurapov 68deaee
feat: use paymentMethodProviderService in receiverService
mkurapov 588dad0
feat: use paymentMethodProviderService in incomingPayment service & m…
mkurapov d3742c7
feat: use updated receiver structure to resolve ilp payment destinati…
mkurapov 38d0234
feat: use updated receiver structure in outgoingPaymentService
mkurapov 772a283
chore: add paymentMethodProviderService to app init
mkurapov fa8b94a
chore: update test files to use paymentMethodProviderService
mkurapov fb6ca37
Merge branch '2893/multi-tenancy-v1' into max/raf-1069
mkurapov 0f2c1b0
chore: lint
mkurapov b3a94f5
test: use paymentMethodProviderService.getPaymentMethods during outgo…
mkurapov 12df355
chore(localenv): add ilpAddress for non-operator tenant for happy-life
mkurapov 1505e93
feat: update connector, peer service to determine & parse destination…
mkurapov 9ae2239
fix: use correct redirect for tenanted mock-idp
njlie c85f7aa
test(backend): adding test for longest prefix match for peer
mkurapov 81a4d5f
test(backend): add tests for stream-address middleware
mkurapov d39f7cb
feat(backend): only set streamDestination & streamServer defined if v…
mkurapov 9c8cfc5
chore(backend): remove unused part of account middleware
mkurapov 619c575
chore(backend): add types to middleware
mkurapov a5477f3
test(backend): update stream-address middleware test
mkurapov b778c97
test(backend): test fixes
mkurapov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
These conditions were not being checked in the model anyway