-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2502 from get10101/chore/rework-trade-and-recover…
…-dialog feat: Rework task status dialog
- Loading branch information
Showing
59 changed files
with
1,634 additions
and
1,683 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
coordinator/migrations/2024-05-06-082611_add_remaining_rollover_dlc_message_types/down.sql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
select 1; |
12 changes: 12 additions & 0 deletions
12
coordinator/migrations/2024-05-06-082611_add_remaining_rollover_dlc_message_types/up.sql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ALTER TYPE "Message_Type_Type" | ||
ADD | ||
VALUE IF NOT EXISTS 'RolloverAccept'; | ||
ALTER TYPE "Message_Type_Type" | ||
ADD | ||
VALUE IF NOT EXISTS 'RolloverConfirm'; | ||
ALTER TYPE "Message_Type_Type" | ||
ADD | ||
VALUE IF NOT EXISTS 'RolloverFinalize'; | ||
ALTER TYPE "Message_Type_Type" | ||
ADD | ||
VALUE IF NOT EXISTS 'RolloverRevoke'; |
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.