-
Notifications
You must be signed in to change notification settings - Fork 14
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: Core DCA #5106
Merged
Feat: Core DCA #5106
Changes from 16 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
0b80187
fix: read and remove request state on refunding
msgmaxim cac0630
feat: DCA works for non-CCM swaps
msgmaxim 73593e7
feat: DCA full refund
msgmaxim c031439
feat: DCA partial refund
msgmaxim d7f2c3f
refactor: use egress_for_swap for CCM
msgmaxim 899cccf
test: dca_with_fok_fully_executed
msgmaxim e0dcf0b
feat: rename fee->egress_fee in SwapEgressScheduled
msgmaxim 7a66f1f
feat: add dca_parameters to the extrinsic
msgmaxim 30e1915
feat: dca parameters in channel actions + migration
msgmaxim e9dc8a8
chore: clippy fix
msgmaxim a132930
feat: DCA support for CCM swaps
msgmaxim cfb2c01
chore: address minor review comments
msgmaxim f450573
refactor: deduplicate SwapRequestComplited
msgmaxim bc02334
Merge branch 'main' into feat/dca
msgmaxim a74e647
fix: use chunk interval for DCA
msgmaxim c71f870
refactor: prepare_next_chunk returns Option
msgmaxim e3b7b88
refactor: prepare_next_chunks records prev chunk output
msgmaxim 221f053
chore: refund_params getter
msgmaxim 7d5a996
fix: ccm transfers should charge broker fee
dandanlen 3edafdb
fix: migration for ccm broker fee
msgmaxim 7af1e38
chore: address minor review comments
msgmaxim 7589dac
feat: try-runtime migration test for DCA
msgmaxim f15f4fa
Merge branch 'main' into feat/dca
msgmaxim 2719d61
test: check dca state in tests
msgmaxim 5ebc809
test: use swap rate other than 1 in swapping tests
msgmaxim 5ed5175
feat: FoK lifetime per chunk
msgmaxim 4e844a2
Merge branch 'main' into feat/dca
msgmaxim 5efcce6
refactor: aliases for ChannelRefundParameters
msgmaxim 9064003
revert: refund_block
msgmaxim 100467b
Merge branch 'main' into feat/dca
msgmaxim 5e4bd9c
chore: fix migration
dandanlen 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
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.
https://linear.app/chainflip/issue/PRO-1544/add-params-to-swaprequestparams-in-cli