Conversation
Signed-off-by: romanszterg <rmscastle@gmail.com>
feat(ohlc): start ohlc candlestick chart model
add CoinCollect(CCL)
Signed-off-by: romanszterg <rmscastle@gmail.com>
Signed-off-by: romanszterg <rmscastle@gmail.com>
fix(orderbook): fix incorrect trim
Signed-off-by: romanszterg <rmscastle@gmail.com>
enhancements(orders/history): filter the whole pair now
fix(swaps): first try fixing disappear
tonymorony
previously approved these changes
Jul 27, 2020
switch CI to release builds
tonymorony
approved these changes
Jul 27, 2020
CharlVS
added a commit
that referenced
this pull request
Mar 23, 2026
CharlVS
added a commit
that referenced
this pull request
Mar 23, 2026
CharlVS
added a commit
that referenced
this pull request
Mar 23, 2026
…3460) * chore(sdk): bump submodule for market data cache fix (merged #335) * fix(wallet): stabilize profit/loss chart across period changes Use restartable handling for period changes, skip stale periodic refresh cycles when the selected range changes mid-flight, filter chart samples to the visible window with a leading boundary point, and key the line chart by selected period so Flutter rebuilds the series correctly. * fix: harden numeric parsing for recent swaps and related models * chore: bump sdk submodule to merged numeric parsing fix * feat(wallet): CEX-backed totals, shared computeWalletTotalUsd, tests - Extract computeWalletTotalUsd with docs on CEX vs SDK price sources - CoinsBloc/CoinsRepo: defensive unmodifiable price maps, uppercase keys - Coin details: watchBalance stream; balancePlaceholder for unknown values - Export ThemeCustomDark/Light from app_theme to fix implementation_imports - Add unit tests for computeWalletTotalUsd; add code review notes doc * fix(web): coerce mm2 JS interop results to int via num Dartify may return int or double from JS; use num.toInt() for stable returns. * chore: remove pending changes code review notes * chore: temporarily disable wasm
CharlVS
added a commit
that referenced
this pull request
Mar 25, 2026
* chore(sdk): bump submodule for market data cache fix (merged #335) * fix(wallet): stabilize profit/loss chart across period changes Use restartable handling for period changes, skip stale periodic refresh cycles when the selected range changes mid-flight, filter chart samples to the visible window with a leading boundary point, and key the line chart by selected period so Flutter rebuilds the series correctly. * fix: harden numeric parsing for recent swaps and related models * chore: bump sdk submodule to merged numeric parsing fix * feat(wallet): CEX-backed totals, shared computeWalletTotalUsd, tests - Extract computeWalletTotalUsd with docs on CEX vs SDK price sources - CoinsBloc/CoinsRepo: defensive unmodifiable price maps, uppercase keys - Coin details: watchBalance stream; balancePlaceholder for unknown values - Export ThemeCustomDark/Light from app_theme to fix implementation_imports - Add unit tests for computeWalletTotalUsd; add code review notes doc * fix(web): coerce mm2 JS interop results to int via num Dartify may return int or double from JS; use num.toInt() for stable returns. * chore: remove pending changes code review notes * chore: temporarily disable wasm * fix(wallet): launch TRON explorer URLs correctly * fix(wallet): preserve charts, improve TRON UX, and roll SDK * chore(docs): untrack local WASM audit * fix(wallet): hide HD warning banner * fix(wallet): confirm back clears preview; explorer address picker - WithdrawFormStepReverted: from confirm, go to fill and clear preview/previewError/transactionError\n- Coins without tx history: open explorer with showAddressSearch when multiple addresses * fix(wallet): add GRC20 coin type and enable TRON tx history Add dedicated GRC20 enum variant and mappings instead of aliasing to ERC20, and move TRX/TRC20 into the supported transaction-history list so the wallet displays TRON transactions. * chore(sdk): bump komodo defi sdk * fix(wallet): reuse receive dialog and handle empty fees Update the sdk submodule pointer to the merged dev commit for TRON transaction history.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Change-log:
Features:
Enhancements:
Fixes: