-
Notifications
You must be signed in to change notification settings - Fork 4
Swap updates #37
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
Merged
Swap updates #37
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
cb637c5
[swap updates] update swap logic
mike-diamond c72de1d
[swap updates] update core
mike-diamond 2150c13
[swap updates] update swap hooks
mike-diamond 8e7973d
[swap updates] update swap hooks
mike-diamond 705d599
[swap updates] update store
mike-diamond 3bb0418
[swap updates] update scripts
mike-diamond b5944df
[swap updates] update modules
mike-diamond 30e51e0
[swap updates] update hooks
mike-diamond 014aed0
[boost fix] fix shares calculation
mike-diamond de8c57a
[boost fix] add tooltip
mike-diamond 220165d
[boost fix] update tooltip
mike-diamond 53f00f1
[eth flow] add eth flow
mike-diamond 2b8f90a
[eth flow] update lock file
mike-diamond 0105e4d
[eth flow] update tests
mike-diamond de0344b
[eth flow] add queue duration update
mike-diamond f474a5d
[eth flow] fix type
mike-diamond 299e1ac
[eth flow] fix type
mike-diamond 7f8d048
[eth flow] fix type
mike-diamond 044a5ab
[eth flow] remove wrap flow
mike-diamond 595710a
[eth flow] remove wrap flow
mike-diamond 2c907e6
[eth flow] fix e2e
mike-diamond 84c679c
[eth flow] fix e2e
mike-diamond bd91c8c
[eth flow] update store
mike-diamond cabcf2c
[eth flow] update store
mike-diamond 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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,8 @@ | ||
| import { Transaction, TransactionStatus } from './util' | ||
|
|
||
|
|
||
| export type SetTransaction = (id: string | number, status: TransactionStatus) => void | ||
| export type SetTransaction = (id: string | number, status: TransactionStatus, next?: boolean) => void | ||
|
|
||
| export type StepData = Partial<Pick<Transaction, 'id' | 'title' | 'onCancel'>> | ||
|
|
||
| export type SetNextTransactionsFailed = (id: string | number) => void | ||
|
|
||
| export type StepsData = StepData[] |
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.
Uh oh!
There was an error while loading. Please reload this page.