-
Notifications
You must be signed in to change notification settings - Fork 250
feat: ZHTLC support #3158
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
feat: ZHTLC support #3158
Changes from 4 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
6ff31f3
fix(screenshot-sensitivity): notify listeners in postFrameCallback
takenagain 212ad6d
chore(sdk): switch to zhtlc branch
takenagain 23ded71
feat(zhtlc): add configuration and param download dialogs
takenagain 349baca
refactor: generate localisations, and fix theming on popup dialog
takenagain d33742e
refactor: use repositoryprovider and adjust status bar width
takenagain 79ee69d
Merge remote-tracking branch 'origin/dev' into feat/zhtlc-asset-support
takenagain 521ba35
perf(coins-manager): add input debouncer and cache heavy operations
takenagain 9c68937
fix(activation): swap page activation, improve list and disposal mana…
takenagain 16c5e5a
fix(zhtlc): update activation warning, add padding, and stealth text
takenagain b351e11
feat(orderbook): migrate to v2 orderbook RPC via SDK
takenagain 3a6d3db
perf(dex): remove enabled assets rpc call from taker validator
takenagain 2f0a129
style(zhtlc): improve dialog layout, add transaction note, fix hidden…
takenagain a264209
fix(market-metrics): filter out inactive coins before starting calcs
takenagain ccfae68
fix(zhtlc): workaround "Task is finished" error with retry on activation
takenagain 6968034
feat(zhtlc): add activation status to banner
takenagain 0c34a9b
fix(withdraw): add recipient address and memo (if not empty)
takenagain 0e0fd64
fix(zhtlc): filter out active assets before attempting zhtlc activation
takenagain b85c889
fix(wallet): add resilience to delisted coins for wallet coin metadata
takenagain a130697
fix(version-info): ensure that apiversion and commit has persist
takenagain 3537231
perf(market-data): add update backoff strategy and guard against fetc…
takenagain 3b4319b
Merge branch 'dev' into feat/zhtlc-asset-support
takenagain a82e022
perf(dex): reduce overhead in coin selection and filtering
takenagain ccfae6a
fix(dex): only update sell amount on order selection if no value present
takenagain fd73814
Merge branch 'dev' into feat/zhtlc-asset-support
takenagain 1e58d91
fix(zhtlc): track ongoing activations to prevent duplicate requests
takenagain 066dd1d
fix(taker-validator): revert to getting active assets from API
takenagain 99602ee
Merge remote-tracking branch 'origin/dev' into feat/zhtlc-asset-support
takenagain 4416b1c
chore(sdk): switch back to dev branch (sdk branch merged)
takenagain c6e7621
Merge remote-tracking branch 'origin/dev' into feat/zhtlc-asset-support
takenagain 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| [submodule "sdk"] | ||
| path = sdk | ||
| url = https://github.com/KomodoPlatform/komodo-defi-sdk-flutter.git | ||
| branch = dev | ||
| branch = bugfix/zhltc-activation-fixes | ||
| update = checkout | ||
| fetchRecurseSubmodules = on-demand | ||
| ignore = dirty |
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
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.