-
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
feat: liquidity webhooks #1782
Merged
Merged
feat: liquidity webhooks #1782
Changes from 17 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
3ab5d35
feat: add liquidityThreshold to asset
sabineschaller 1368f44
Merge branch 'main' into s2-liquidity-webhooks
sabineschaller 786ee62
feat: add liquidityThreshold to peer
sabineschaller f7eea5f
fix: test
sabineschaller d702d4d
feat: add onDebit
sabineschaller 1a49ef6
feat: add webhook event
sabineschaller b054533
fix: circularity
sabineschaller be6fc57
test: asset.onDebit
sabineschaller db3b0f0
test: peer.onDebit
sabineschaller 51c2d64
refactor: use promise.all instead of sequential promises
sabineschaller 7722918
feat: add webhook schema, refactor events
sabineschaller 0a9e36f
docs: add docs
sabineschaller a7a196f
fix: typo
sabineschaller 782491f
feat: add liquidity threshold and webhook handling to mase
sabineschaller cc26e6c
fix: seed liquidity
sabineschaller 619f83a
feat: postman changes
sabineschaller 7be2879
fix: address feedback
sabineschaller 13b4524
chore: new mirgration files
sabineschaller d611b55
refactor: rename webhook events
sabineschaller 3ac325a
fis: formatting
sabineschaller 834ca17
Revert "chore: new mirgration files"
sabineschaller 3768f40
fix: migrations
sabineschaller 4702ebe
chore: generate docs
sabineschaller a432aa5
Merge branch 'main' into s2-liquidity-webhooks
sabineschaller 6f5611f
feat: add new event types to frontend filter
sabineschaller 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
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
22 changes: 18 additions & 4 deletions
22
localenv/mock-account-servicing-entity/generated/graphql.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Can you add these fields as a new migration? Something that we started doing here since it's friendler to existing deployments (e.g. testnet): #1522 (comment)
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.
Makes sense. I wasn't aware of the discussion and not thinking this through.