-
Notifications
You must be signed in to change notification settings - Fork 18
Implement swap intent for pumpx #3354
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
silva-fj
merged 37 commits into
dev
from
p-1427-implement-cross-chain-swap-intent-for-pumpx
Apr 10, 2025
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
0c7aacf
Add a required `usd_worth` field to the PumpxConfig and
silva-fj 469e206
updating types
silva-fj 0c95790
adding validation on submit_swap_order
silva-fj 38a1174
adding workspace dependencies
silva-fj c80efa7
feat(cross-chain): add PumpxApi & StorageDB to executor
silva-fj 7f762e2
initial work for pumpx swap (market orders)
silva-fj 9c7df75
Merge branch 'dev' into p-1427-implement-cross-chain-swap-intent-for-…
silva-fj ad69a29
fix(cross-chain): move create_cross_order inside if block
silva-fj aa1dc41
fixing TODO's
silva-fj a6fe75e
removing TODO
silva-fj 044d61d
removing comments
silva-fj 74364f7
small cleanup
silva-fj 7feb39a
updating pumpx api types
silva-fj 8aef09f
setting up limit orders
silva-fj 22a32ec
removing warning
silva-fj ece144b
adding codec to cross-chain executor
silva-fj da1e0d5
feat(intent): add return data support in executors
silva-fj c72fb2a
adding support for submit_swap_order responses (from pumpx api)
silva-fj 0c9e2f5
feat(omni-executor): implement intent ID for PumpX swaps
silva-fj 03f498f
don't check OmniAccount storage
silva-fj 040db51
fixing pumpx types
silva-fj 04bf656
feat(pumpx): change SwapOrder amount from u64 to string
silva-fj 96a1b5b
fixing native-task-handler
silva-fj 6be1b85
fixing errors
silva-fj 7907054
commenting out rest of locking mechanism
silva-fj fd5884a
fix(cross-chain): refactor PumpX cross-order creation
silva-fj 38703e1
refactor(pumpx): restructure swap order response
silva-fj 65b1f94
Merge branch 'dev' into p-1427-implement-cross-chain-swap-intent-for-…
silva-fj 653da90
feat: implement tx signing for pumpx swaps
silva-fj bf6ff87
setting correct pumpx wallet address
silva-fj abe6324
updating parentchain api-interface
silva-fj eb658fc
make sure signature has hex prefix
silva-fj 9c1aa52
Merge branch 'dev' into p-1427-implement-cross-chain-swap-intent-for-…
silva-fj 3a153b0
Merge branch 'dev' into p-1427-implement-cross-chain-swap-intent-for-…
silva-fj ba157da
feat(cross-chain): change CrossOrderInfo to a vector
silva-fj 40a3a64
fixing TODOs, using real wallet address
silva-fj a849594
Merge remote-tracking branch 'origin/dev' into p-1427-implement-cross…
silva-fj 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Can this be generic ?
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.
Do you mean like a trait object?