-
Notifications
You must be signed in to change notification settings - Fork 89
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
663/mk/use open payments client #706
Merged
Merged
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
d3470c4
feat(open-payments-client): initial POC of open-payments-client
mkurapov 7f968c3
feat(open-payments-client): cleanup
mkurapov 79e7cd7
feat(open-payments): remove open-payments-client folder
mkurapov 32e2a31
feat(open-payments): make open-payments folder and use script for typ…
mkurapov 050ebef
feat(open-payments): fix rootDir
mkurapov 9893029
feat(open-payments): downgrading generation lib, updating how script …
mkurapov c15fdbc
feat(open-payments): update default config usage
mkurapov 130e310
feat(open-payments): update pnpm-lock.yaml
mkurapov e067011
feat(open-payments): update pnpm-lock.yaml
mkurapov dc28878
feat(open-payments): adding tests
mkurapov 39b561b
feat(open-payments): update pnpm-lock.yaml
mkurapov 9393e47
feat(open-payments): simplify test
mkurapov 3c3a0b7
feat(open-payments): updating workflows
mkurapov 120dcae
feat(open-payments): pin the open api spec to the most recent commit
mkurapov 80d9856
feat(open-payments): adding openapi validation
mkurapov 218f1f0
feat(open-payments): adding openapi validation
mkurapov d7c203c
feat(open-payments): adding tests
mkurapov dfc07cb
feat(open-payments): correcting test
mkurapov d59c2ea
Merge branch 'main' into 663/mk/open-payments-validate
mkurapov bc0ea85
feat(backend): import open-payments package
mkurapov 43335f6
feat(open-payments): use updated RS spec
mkurapov 723de2f
Merge branch '663/mk/op-client-1' into 663/mk/open-payments-validate
mkurapov 02b8f9f
Merge branch 'main' into 663/mk/open-payments-validate
mkurapov c111b4c
Merge branch 'main' into 663/mk/use-open-payments-client
mkurapov b7e1282
feat(open-payments): build open api package on build step
mkurapov f8c1846
feat(open-payments): build open api package on build step
mkurapov f560c79
Merge branch 'main' into 663/mk/op-client-1
mkurapov e11ec65
feat(open-payments): building open-api package during workflow
mkurapov 0dad54d
Revert "feat(open-payments): building open-api package during workflow"
mkurapov 000fc9b
Merge branch '663/mk/op-client-1' into 663/mk/open-payments-validate
mkurapov 25d2617
feat(open-payments): building open-api package during workflow
mkurapov f734dff
Merge branch 'main' into 663/mk/open-payments-validate
mkurapov 4552188
feat(open-payments): update naming
mkurapov 85db136
feat(open-payments): instantiate validator functions once
mkurapov dc4aa0f
chore(openapi): add docs for usage
mkurapov c927291
chore(openapi): update docs
mkurapov 3ed946b
chore(openapi): prettify docs
mkurapov 347075a
chore(openapi): update docs
mkurapov 90bc6b0
feat(open-payments): adding logger as dependency
mkurapov 3129f2a
feat(open-payments): updating logging & error logic
mkurapov 05b6cfb
feat(open-payments): remove unnecessary imports
mkurapov f1d2412
Merge branch 'main' into 663/mk/open-payments-validate
mkurapov f6eb6a8
feat(open-payments): update error handling & test
mkurapov f18cc2d
Merge branch '663/mk/open-payments-validate' into 663/mk/use-open-pay…
mkurapov 9b3de72
Merge branch 'main' into 663/mk/use-open-payments-client
mkurapov 3306129
feat(backend): wip receiver service
mkurapov 9535ee2
feat(backend): adding open-payments as a build dependency
mkurapov bcda9c8
feat(backend): organizing models, and adding receiver service logic
mkurapov ad74758
feat(backend): start using receiver service
mkurapov df3bcf4
feat(backend): start using receiver service
mkurapov d950377
Merge branch 'main' into 663/mk/use-open-payments-client
mkurapov eaa4e87
feat(backend): add open-payments build as a test workflow step
mkurapov 6c65e96
feat(backend): add initial test for receiver service
mkurapov d997e79
feat(backend): update ilpStreamConnection fetch
mkurapov 9d726d9
Merge branch 'main' into 663/mk/use-open-payments-client
mkurapov 2a8cbe9
feat(backend): removing incoming payment validation from receiver ser…
mkurapov 6ea7205
feat(backend): start of receiver service tests
mkurapov 042c8fd
feat(backend): adding logs in service
mkurapov 08c2708
feat(backend): adding tests for service
mkurapov 691a95e
feat(backend): updating methods for models
mkurapov 581d7f7
feat(backend): updating logic for receiver model, adding tests
mkurapov acba42e
feat(backend): remove log from test
mkurapov fbdcb48
Merge branch 'main' into 663/mk/use-open-payments-client
mkurapov e9b41c4
feat(backend): remove type assertion in model
mkurapov 39ebc2b
feat(backend): remove openPaymentsClientService
mkurapov 1bebc31
feat(backend): merge in expiresAt addition
mkurapov d277827
chore(backend): update order of tsc building
mkurapov d51d3d2
feat(backend): remove jest-koa-mocks package
mkurapov f3558d8
feat(backend): address feedback, add tests
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 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 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 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 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
195 changes: 0 additions & 195 deletions
195
packages/backend/src/open_payments/client/service.test.ts
This file was deleted.
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.
Depending on how #722 shapes up, this might also take
config.privateKey
+ a key id