-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: 1658 gatehub add tests for gatehub module #1671
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b4d07a7
wallet backend add tests for gatehub module
adrianboros 3fe347a
remove commented code
adrianboros d85d925
more test for gatehub module service
adrianboros 32cf0d1
Merge branch 'main' into 1658-gatehub-add-tests-for-gatehub-module
adrianboros 25435d5
more tests for rafiki service, better webhook input validation and bu…
adrianboros 1a45251
Merge branch 'main' into 1658-gatehub-add-tests-for-gatehub-module
adrianboros be1ce81
remove not needed interfaces
adrianboros 8be89bb
Merge branch 'main' into 1658-gatehub-add-tests-for-gatehub-module
adrianboros 75e6316
feat(wallet/backend,boutique/backend): DEV env - add hot reload for w…
adrianboros 8777fef
fix: Fix images in emails (#1786)
Tymmmy f4f9340
fix(deps): update dependency awilix to v12 (#1711)
renovate[bot] b84a07f
fix(deps): update radix-ui-primitives monorepo (#1704)
renovate[bot] 1e4f163
chore(deps): update dependency @eslint/compat to ^1.2.2 (#1787)
renovate[bot] 344958e
chore(deps): update dependency @types/jest to ^29.5.14 (#1788)
renovate[bot] 8e2cae1
chore(deps): update dependency eslint-plugin-react to ^7.37.2 (#1789)
renovate[bot] d29686f
chore(deps): update dependency tailwindcss to ^3.4.14 (#1790)
renovate[bot] 656466e
chore(deps): update dependency vite to ^5.4.10 (#1792)
renovate[bot] 271e814
chore(deps): update dependency typescript to ^5.6.3 (#1791)
renovate[bot] 1428330
fix: windows compat issues with pnpm dev cmd & env var syntax (#1743)
DarianM 9b1b5f2
fix the gatehub failing tests
4b3836d
Merge branch 'main' into 1658-gatehub-add-tests-for-gatehub-module
0063390
format
c36a993
fix prettier format win env
a17c53c
added test cases for gatehub service
9efef2c
Merge branch 'main' into 1658-gatehub-add-tests-for-gatehub-module
df8a6b1
update test: return undefined when gatehub user is not found in addU…
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
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
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.
Bug fix here: We have to parse
debitAmount
even forOutgoingPaymentFailed
event otherwise it throws a bad request error - few lines below - and the event is not handled at all