Releases: KomodoPlatform/komodo-wallet
Komodo Wallet v0.9.2: HD Export, Enhanced Trezor Support & UX Refinements
This release brings numerous improvements to wallet functionality, enhanced user experience, and critical bug fixes. Key highlights include HD wallet private key export, improved Trezor support, enhanced UI/UX throughout the application, and platform-specific optimizations.
🚀 New Features
- HD & Offline Private Key Export ([@CharlVS], #2982) - Export private keys from HD wallets for backup or use in other wallets, with pubkey unban functionality
- Autofill Hints for Wallet Fields ([@CharlVS], #3012) - Improved form filling experience with proper autofill support for wallet-related fields
- Wallet-Enabled Coins in Add Assets ([@takenagain], #2976) - View which coins are already enabled in your wallet directly from the "Add Assets" page
- Copy Swap Order UUIDs ([@smk762], #3002) - Easily copy swap order identifiers for reference and support
- Hide Zero Balance Assets Persistence ([@CharlVS], #2949) - Your preference to hide zero balance assets is now saved across sessions
- Trading Duration Analytics ([@CharlVS], #2931) - Track and analyze trading event durations for better insights
- Missing Coins Support Link ([@CharlVS], PR from #2930) - Quick access to help for coins not yet supported in the wallet
- Contact Details for Support ([@CharlVS], #2807) - Improved support experience by requiring contact information for better follow-up
- Geo Blocker API Integration ([@CharlVS], #2893) - Enhanced compliance with region-based trading restrictions
- Wallet Deletion ([@CharlVS], #2843) - Safely remove wallets you no longer need
- Cross-Platform Close Confirmation ([@CharlVS], #2853) - Prevent accidental closure with confirmation dialog and proper KDF shutdown
- Trezor SDK Migration ([@takenagain], #2836) - Updated Trezor integration with latest SDK and RPC methods
- User Address Prioritization ([@takenagain], #2787) - Your addresses appear first in transaction history recipient lists
- Git Commit Hash Display ([@DeckerSU], #2796) - View the exact version commit hash in Settings › General
- Copy Address Functionality ([@smk762], #2690) - Easily copy addresses throughout the application
🎨 UI/UX Improvements
- Show Full Pubkeys Where Copyable ([@CharlVS], #2955) - Display complete public keys in areas where they can be copied
- "Seed" to "Seed Phrase" Terminology ([@smk762], #2972) - Consistent terminology update throughout login and import forms
- Hide Log Export When Logged Out ([@CharlVS], #2967) - Cleaner settings interface when not authenticated
- Skeleton Loading for Address Lists ([@CharlVS], #2990) - Better visual feedback while addresses are loading
- EULA Formatting Improvements ([@smk762], #2993) - Enhanced readability of End User License Agreement
- Vertical Space Optimization ([@CharlVS], #2810) - Reclaim screen space in assets list for better content visibility
- Layout and Styling Tweaks ([@CharlVS], #2906) - Various UI refinements for improved user experience
- Reusable Top Bar Component ([@CharlVS], #2925) - Consistent navigation experience across the application
- Wallet List Styling ([@CharlVS], #2914) - Improved visual presentation of wallet lists
- Theme Color Alignment ([@CharlVS], #2992) - Better fade color consistency with selected theme
- Color Switch Track Fix ([@CharlVS], #2912) - Corrected theme switcher visual appearance
- New AssetLogo Widget ([@takenagain], #2848) - Unified and improved coin/token logo display
- Wallet as Default Homepage ([@CharlVS], #2873, #2791) - Streamlined app startup experience
- Trezor Withdrawal Feedback ([@smk762], #3030) Added progress dialog for Trezor hardware wallet withdrawals, providing clear feedback and a cancel option during transaction confirmation.
🐛 Bug Fixes
- NFT Parent Coin Activation ([@takenagain], #3010) - Fixed NFT functionality by ensuring parent coins are properly activated
- Hide Bot & Password Settings for Trezor ([@smk762], #2999) - Remove irrelevant settings for hardware wallet users
- Wallet List Divider ([@CharlVS], #2991) - Fixed divider visibility when wallet list is empty
- Illegal Import Characters ([@smk762], #2966) - Resolved issues with special characters in import processes
- Faucet Button Spacing ([@CharlVS], #2979) - Fixed layout issues with faucet request button
- Duplicate Progress Indicators ([@smk762], #2970) - Removed redundant loading animations during address creation
- Autofocus Conflicts ([@CharlVS], #2968) - Resolved input field focus issues
- Withdraw Preview Validation ([@smk762], #2969) - Disabled preview when source address not selected
- HD Wallet State Persistence ([@CharlVS], #2946) - Fixed HD status saving and proper non-HD defaults
- Trezor Browser Compatibility ([@takenagain], #2962) - Show warning and disable Trezor on unsupported browsers
- IBC Channel Workaround Removal ([@takenagain], #2938) - Reverted temporary fix no longer needed
- Fiat On-ramp Reliability ([@takenagain], #2915, #2794) - Improved fault tolerance and fixed breaking Ramp API changes
- Coin Details Page Padding ([@CharlVS], #2929) - Fixed spacing issues on coin detail views
- Auth Error Propagation ([@CharlVS], #2907) - Login errors now properly displayed to users
- Coin Deactivation Logic ([@CharlVS], #2750) - Fixed issues with disabling coins
- Trezor Auth Flow ([@takenagain], #2890) - Resolved authentication issues with Trezor hardware wallets
- Custom Seed Login ([@CharlVS], #2814) - Fixed login failures with custom seed phrases
- Coin Sorting Stability ([@CharlVS], #2847) - Ensured consistent coin ordering in lists
- Resume Authentication ([@CharlVS], #2856) - Restore logged-in state when app resumes
- Maker Form Volume ([@takenagain], #2845) - Use correct max volume instead of balance
- BSC Token API Path ([@smk762], #2875) - Fixed API endpoint for BSC tokens
- Portfolio Growth Period ([@CharlVS], #2809) - Corrected period change calculations
- Swap Info Handling ([@CharlVS], #2820) - Fixed null reference errors in swap details
- Feedback Provider Errors ([@CharlVS], #2795) - Suppressed non-critical provider error messages
- Address Refresh ([@CharlVS], #2815) - Properly refresh pubkeys after creating new addresses
- IBC Withdrawals ([@CharlVS], #2682) - Added channel option for IBC-enabled withdrawals
💻 Platform-specific Changes
Linux
- Thread-Safe X11 Access ([@DeckerSU], #2816) - Call XInitThreads() to ensure thread safety on Linux systems
- Firebase Analytics Handling ([@DeckerSU], #2818) - Properly disable Firebase Analytics on Linux where it's unsupported
macOS
- Lower Deployment Target ([@DeckerSU], #2725) - Reduced macOS deployment target to 13.5 for wider compatibility
Build & Development
- Docker Build Improvements ([@DeckerSU], #2693) - Fixed permission issues, UID handling, and environment setup
- Flutter Version Upgrades ([@CharlVS], [@takenagain], #2839, #2759, #2686) - Updated to Flutter 3.32.5 with JDK 17 target
- SDK Updates ([@CharlVS], #2834, #2808) - Multiple SDK rolls for KDF preview releases and improvements
- CI/CD Enhancements ([@CharlVS], #2981) - Implemented SDK KDF preview in continuous integration
🔧 Technical Improvements
- Feedback Encoding Rework ([@CharlVS], #2911) - Improved feedback submission encoding
- Repository URI Update ([@smk762], #2983) - Updated from archive to live repository
- Coin Priorities Update ([@CharlVS], #2896) - Refreshed coin display priorities
- Index.html Update ([@gcharang], #2869) - Web-specific improvements
- Localization Updates ([@CharlVS], #2854) - Renamed chart keys for better clarity
- SegWit Default for Trezor ([@smk762], #2831) - Use SegWit variants as default for Trezor coins
⚠️ Important Notes
- Ramp Temporarily Disabled ([@takenagain], #3015) - Ramp fiat on-ramp is temporarily disabled pending API key updates
- Flutter 3.32.5 Required - This release requires Flutter 3.32.5 for building from source
- Enhanced Trezor Support - Trezor users should note improved SDK integration but browser compatibility requirements
Full Changelog: 0.9.1...0.9.2
Komodo Wallet 0.9.1: Trezor fix + re-enable Dex
What's Changed
- Fix failing validation on trezor login by @smk762 in #2740
- fix(trezor): persist password and login in HD mode by @takenagain in #2746
- remove segwit filter for trezor coins list by @smk762 in #2769
- feat(wallet): redesign assets page for improved ux by @CharlVS in #2771
- feat: add trading status guard by @CharlVS in #2779
- feat: re-enable DEX by @CharlVS in #2777
- chore(re-land release): 0.9.1 reenable Dex by @CharlVS in #2783
Full Changelog: 0.9.0...0.9.1
Komodo Wallet v0.9.1 Release Notes
This release re-enables trading functionality, introduces enhanced Bitrefill integration (previously disabled), and includes comprehensive UI improvements, as well as security-focused dependency updates with Flutter API migrations.
✨ New Features
🔄 Trading Functionality Re-enabled
- DEX Trading: Full decentralized exchange functionality restored
- Bridge Operations: Cross-chain bridging capabilities available
- Market Maker Bot: Automated trading bot features accessible
- Smart Status Monitoring: Trading features adapt based on system health
- Enhanced Safety: Improved error handling and status validation
🏪 Enhanced Bitrefill Integration (Disabled)
- Multi-Address Support: Users can select refund address for coins with multiple addresses
- Improved UX: Better tooltips and error handling for various coin states
- Address Selection Dialog: Streamlined interface for address choice
- Currently Disabled: Feature awaiting partnership approval (
isBitrefillIntegrationEnabled = false
)
🔄 Improvements
🎨 User Interface Overhaul
- Enhanced Trading Controls: All trading buttons and forms provide clear status feedback
- Smart Button States: Trading buttons show contextual messages when temporarily unavailable
- Enhanced Menu System:
- Mobile menu items now use proper
Expanded
layout for consistent spacing - Trading menu items (DEX, Bridge, Market Maker Bot) show informative tooltips when needed
- Improved responsive behavior across all screen sizes
- Mobile menu items now use proper
- Comprehensive Tooltip Integration: Clear explanations throughout the app when features are unavailable
- Consistent Terminology: "Trading Address" replaces "Swap Address" throughout entire application
- Form Improvements: All trading forms provide better user feedback and validation
- Button Layout Enhancements: Better spacing and alignment in coin detail buttons
🔧 Flutter API Migration
- Updated deprecated theme constructors:
CardTheme
→CardThemeData
DialogTheme
→DialogThemeData
TabBarTheme
→TabBarThemeData
🌐 Localization
- Added new translation keys:
sellCrypto
,sellCryptoDescription
,tradingDisabledTooltip
,tradingDisabled
- Updated existing keys for consistent terminology across all languages
📦 Dependency Updates & OPSEC Summary
🔒 Security Assessment
All dependency updates have been reviewed for security implications:
- Low Risk: All updates are patch/minor versions with established security track records
- Supply Chain: Updates sourced from trusted maintainers (Flutter/Dart team, established third parties)
- Vulnerability Status: No known CVEs in updated packages
- Code Review: Internal packages updated from audited commits in controlled repositories
Internal (KomodoPlatform) - ✅ Trusted Source
- Updated all
komodo-defi-sdk-flutter
packages (f63bebb02
→55176e13b
) - New:
komodo_coin_updates
v1.0.0 - Source: Internal controlled repositories with established review processes
- Review Links:
Flutter/Dart Team - ✅ Official Maintainer
flutter_plugin_android_lifecycle
: 2.0.27 → 2.0.28local_auth_android
: 1.0.48 → 1.0.49path_provider_android
: 2.2.16 → 2.2.17shared_preferences_android
: 2.4.9 → 2.4.10html
: 0.15.5+1 → 0.15.6- Source: Official Flutter team with Google security backing
Third-Party - ✅ Established Maintainers
provider
: 6.1.4 → 6.1.5 (Remi Rousselet - Flutter community leader)win32
: 5.12.0 → 5.13.0 (Microsoft-sponsored Windows API bindings)decimal
: 3.2.1 → 3.2.2 (Mathematical precision library)- New:
very_good_analysis
v8.0.0 (Very Good Ventures - established Flutter consultancy)
🔍 OPSEC Review Resources
- Main Application Diff: v0.9.0...v0.9.1
- Pubspec Lock Changes: Review
pubspec.lock
for exact dependency resolution - Security Scan: All packages scanned via
dart pub audit
- no vulnerabilities detected - License Compliance: All new dependencies maintain compatible licenses
🍎 iOS Development
- Added Flutter LLDB debugging support files for improved development experience
⚠️ Breaking Changes
- Trading Configuration: Removed
kIsWalletOnly
constant - useTradingStatusBloc.state.isEnabled
instead - Theme API: Updated theme constructors may require custom theme updates
- Menu Logic: Navigation items now use dynamic status checks
- Mobile Layout: Menu item layout structure changed for improved responsiveness
🔧 Technical Changes
- Trading Status Management: Improved health monitoring and status validation
- State Management: New
TradingStatusState.isEnabled
getter for simplified checks - UI Components: Enhanced status integration across all trading interfaces
- Configuration: Added
kShowTradingWarning
flag for display controls - Menu Architecture: Improved mobile menu layout with proper responsive design
- Network Resilience: Enhanced error handling with planned retry logic
📝 Notes
- Trading functionality fully restored with enhanced safety measures
- Bitrefill testing requires partnership approval - @takenagain to coordinate HD wallet support
- All dependency updates maintain strict security standards
- Mobile users will notice improved menu spacing and responsiveness
- Enhanced status monitoring provides better user feedback
OPSEC Team: Please review the provided diff links and changelogs.
Full Changelog: 0.9.0...0.9.1
0.9.0
Komodo Wallet v0.9.0 Release
We are excited to announce Komodo Wallet v0.9.0. This release introduces HD wallet functionality, cross-platform fiat on-ramp improvements, a new feedback provider, and numerous bug fixes and dependency upgrades.
Under the hood, the app has undergone a significant rewrite to migrate to our new KDF Flutter SDK. This allows developers to quickly and easily build their own DeFi applications in hours instead of months. See the SDK package for more information.
The codebase is now unified across all web, desktop, and mobile platforms. This change allows for more consistent development and easier maintenance.
Thank you to all contributors! Everybody has played an important part in the most significant Komodo Wallet release to date.
🚀 New Features
- HD Address Management & Seed Import ([@naezith], #2510) - Support for hierarchical deterministic wallets, allowing users to manage multiple addresses from a single seed phrase.
- HD Withdrawals + Breaking SDK Changes ([@CharlVS], #2520) - Send funds from HD wallets with updated SDK requirements for enhanced security and features.
- HD Withdrawals & Portfolio Overview ([@CharlVS], #2530) - Integrated HD wallet withdrawals with portfolio tracking for better fund management.
- Cross-platform Fiat On-Ramp ([@takenagain], #170) - Purchase cryptocurrency with fiat currency across all supported platforms with an improved user experience.
- Private Key Export ([@naezith], #183) - Safely export your private keys for backup or use in other compatible wallets.
- KDF SDK Integration Part 1 ([@takenagain], #177 (and many more)) - Enhanced security with new key derivation functions in the SDK for better wallet protection.
- System Time Check with World Time APIs ([@takenagain], #182) - Prevents transaction issues by ensuring your device clock is properly synchronised with global time standards.
- Custom Token Import ([@takenagain], #2515) - Import custom tokens with an improved user interface and business logic implementation.
- Multi-address Faucet Support ([@TazzyMeister], #2533) - Request test coins to multiple addresses from supported faucets for development and testing.
- Reworked Unauthenticated Assets List ([@CharlVS], #2579) - View available assets without logging in for better first-time user experience.
- HD Wallet Address Selection for Fiat Onramp ([@takenagain], #2570) - Choose specific HD wallet addresses when purchasing crypto with fiat.
- Internal Feedback Provider ([@CharlVS], #2586) - Submit feedback directly from within the app for improved user support and issue reporting.
- SDK Password Update Migration ([@CharlVS], #2580) - Seamless migration to updated password handling in the SDK for better security.
- Improved Analytics ([@CharlVS], #2651) - Enhanced tracking of user interactions and app performance for better insights into user behavior and app usage. This will help us focus on improvements that matter most to our users.
🎨 UI/UX Improvements
- Aligned Column Headers ([@TazzyMeister], #2577) - Consistent table layouts throughout the application for better readability.
- Localization of Hardcoded Strings ([@TazzyMeister], #2587) - More text is now translatable, improving experience for international users.
- Add Assets Coin List Loading Speed ([@takenagain], #2522) - Faster coin list loading when adding new assets to your portfolio.
- Wallet Only Logout Confirmation ([@naezith]) - Additional confirmation step when logging out to prevent accidental data loss.
- Updated Segwit Badges ([@takenagain], #2545) - Clearer visual indicators for SegWit-compatible addresses and transactions.
- Hide Incorrect Time Banner in Wallet-only Mode ([@CharlVS]) - Removes unnecessary time warnings when operating in wallet-only mode.
- Wallet-only Mode Fixes ([@CharlVS]) - Various improvements to the wallet-only experience for users who prefer simplified functionality.
⚡ Performance Enhancements
- Coin List Loading Speed ([@takenagain], #2522) - Significantly faster loading of coin lists throughout the application.
- System Health Check Time Providers ([@takenagain], #2611) - Optimized time synchronization checks for better performance and reliability.
🐛 Bug Fixes
- Fiat Onramp Banxa Flow ([@takenagain], #2608) - Resolved issues with Banxa integration for smoother fiat-to-crypto purchases.
- DEX Buy Coin Dropdown Crash ([@takenagain], #2624) - Fixed application crashes when using the coin selection dropdown in DEX buy interface.
- NFT v2 HD Wallet Support ([@takenagain], #2566) - Added compatibility for NFTs with hierarchical deterministic wallets.
- Withdraw Form Validation and UI Updates ([@takenagain], #2583) - Improved form validation and user interface in the withdrawal process.
- Coins Bloc Disabled Coins Reactivation ([@takenagain], #2584) - Fixed issues with reactivating previously disabled coins in the portfolio.
- Transaction History Switching ([@takenagain], #2525) - Corrected problems when viewing transaction history across different coins.
- Router Frozen Layout ([@takenagain], #2521) - Fixed navigation issues that caused the UI to freeze in certain scenarios.
- Receive Button UI Fix ([@CharlVS]) - Resolved display issues with the receive payment button.
- Coin Balance Calculation ([@takenagain]) - Fixed incorrect balance calculations for certain coins and tokens.
- Electrum Activation Limit ([@takenagain], #195) - Addressed limitations with activating multiple Electrum-based coins.
- Trezor HD Wallet Balance Status ([@takenagain], #194) - Fixed balance display issues for Trezor hardware wallets using HD addresses.
- Zero Balance for Tokens Without Parent Coin Gas ([@naezith], #186) - Corrected balance display for tokens when parent chain coins are unavailable for gas.
- LP Tools UX ([@takenagain], #184) - Improved user experience for liquidity provider tools and functions.
- Log Export Cross Platform ([@takenagain], #174) - Fixed log exporting functionality across all supported platforms.
- OnPopPage Deprecated ([@naezith], #172) - Updated code to remove usage of deprecated navigation methods.
- DEX Swap URL Parameter Handling ([@naezith], #162) - Fixed issues with DEX swap links and URL parameter processing.
- many more minor fixes across the codebase.
🔒 Security Updates
- Dependency Upgrades for Security Review ([@CharlVS], #2589) - Updated libraries and dependencies to mitigate potential security vulnerabilities.
💻 Platform-specific Changes
iOS & macOS
- Pod File Lock Updates ([@takenagain], #2594) - Updated dependency management for iOS and macOS builds to ensure compatibility.
Web/Desktop/Mobile
- Build Workflow Upgrades ([@takenagain], #2528, #2531) - Improved build processes for all platforms for more reliable releases.
- Docker and Dev Container Build Fixes ([@takenagain], #2542) - Fixed issues with Docker and development container environments.
⚠️ Breaking Changes
- HD Withdrawals require the latest SDK version (#2520, #2530) - Users must update to the latest SDK to use HD wallet withdrawal functionality.
- Custom Token Import asset constructor changed (#2598) - Developers using the API for custom token imports need to update their implementation.
- Unified Codebase for all platforms. This means that the codebase is now shared across all platforms, including web, desktop, and mobile. This change allows for more consistent development and easier maintenance. NB: Non-web users should back up their wallets before updating to this version, as wallet data is not migrated automatically. Users can restore their wallets using the seed phrase.
KDF SDK
This app migrates most of our codebase to the new KDF Flutter SDK, which showcases how even hobbyist developers can build their own GUI apps using our simple tools and avoiding the months of headache and time invested in starting from scratch.
Due to this dual benefit, we appreciate your patience with any teething issues or regressions of existing features.
OPSEC
Dependencies Diff Summary
See the generated diff summary in Google Drive for more info and a patch of the code changes.
The directory includes the following:
- A directory with patches of the packages' changed code, split by package. Link
- A patch file for the code of all changed packages. Prefer using the split diff above because this file will likely crash your IDE's diff viewer. Link
- A summary of the changed packages in markdown format. Link
- A summary of the changed packages in CSV format. Link.
- A summary of all unchanged packages. Link
The diff summary is generated using our diff-summary-generator.
Package Dependencies Summary (Click to Expand/Collapse)
| Package | Status | Old version | New version | Dependency | Old sha256 | New sha256 ...
0.8.3
What's Changed
- chore: sync main from private to public repository by @takenagain in #2508
- [0.8.3+0] RC: add arbitrum coin type and private key export by @takenagain in #2512
Full Changelog: https://github.com/KomodoPlatform/komodo-wallet/commits/0.8.3
Komodo v0.8.0 beta
Release Notes
Features:
- Upgraded Komodo DeFi Framework core https://github.com/KomodoPlatform/komodo-defi-framework/releases/tag/v2.1.0-beta
Enhancements:
- Added system time sync warning https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/24691
- Expanded values hidden when privacy mode is activated https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2468
Fixes:
- Fixed alignment in orderbook columns for large numbers https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2465
- Fixed overflow in pro view order form https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2467
New coin listings:
GNS-ARB20
, MOR-ARB20
, AVA-BEP20
, PENDLE-ARB20
, MOR-ERC20
, GMX-ARB20
, FDUSD-BEP20
, PENDLE-BEP20
, WOO-ARB20
, GRR
, FDUSD-ERC20
, PENDLE-ERC20
, LUPA
, ARB-ARB20
, GRT-ARB20
, OM-BEP20
, FRC
, ANEY
, CRV-ARB20
, vDEX
, GLEEC-OLD
, USDC-ARB20
, ILN
, ARB-ERC20
, OM-ERC20
, OM-PLG20
, CHSB-ERC20
, PEP
Delisted coins:
KIP0003
, VOTE2024
, KIP0004
, KIP0002
, WWCN-ERC20
, BUSD-AVX20_OLD
, AVA-BEP20_OLD
, CHSB-ERC20_OLD
Note: MacOS dmg & installer not yet included, will be released soon.
Checksum & VirusTotal Analysis:
Link | SHA256 |
---|---|
komodo-wallet-0.8.0-beta-ubuntu-portable.zip | 486ee17fae7b5ad6ec41a8cdc9eeecfe4963a5ffdcc2d1866bed201836cf51ab |
komodo-wallet-0.8.0-beta-ubuntu-appimage.zip | 7b4d0cfa59c84cb25ac61c78c593c186199d2591d398dfc3a042f122085a39d2 |
komodo-wallet-0.8.0-beta-windows-portable.zip | be9485e75ab70275daeb9e4b9d886e6ae83a2698a9c28d570fb69175be1d9b57 |
komodo-wallet-0.8.0-beta-windows-installer.zip | 677912d32dbd4090fc42b3a6a74afbe398eaee2982d6bb613831dd6bc5711862 |
Komodo v0.7.2 beta
Release Notes
Features:
- New coin listings:
IDRT-ERC20
,ZOIN
,VOTE2024
,CRNC
,SYN-AVX20
,JASMY-BEP20
,NUCLEUSTEST
,OSMO-IBC_NUCLEUSTEST
,DIME
,SYN-ERC20
,JASMY-ERC20
,DPC
,ATOM-IBC_NUCLEUSTEST
,IDRT-BEP20
,SYN-BEP20
,SYN-FTM20
,IRISTEST-IBC_NUCLEUSTEST
,IRISTEST
,SYN-PLG20
,IRIS-BEP20
,IDRT-PLG20
,CLAM
- Delisted coins:
VOTE2023
,LABS
,WCN-segwit
,WCN
,RTB
Enhancements:
Fixes:
- https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2455
- https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2453
- https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2454
Checksum & VirusTotal Analysis:
Link | SHA256 |
---|---|
komodo-wallet-0.7.2-beta-osx-installer.zip | bea83c3f12b936a19bcd5a76514f6af740b98e9afd90010ed7ba52e8fff06a3e |
komodo-wallet-0.7.2-beta-osx-dmg.zip | 102a2dab828f0090e7a09dc95e42268a5d8e55a072edc1b13419e40297ea0516 |
komodo-wallet-0.7.2-beta-ubuntu-portable.zip | 17c7fc7601cbfaaf6332c5afc48dbd91b17742399f6c1a159006260409bf101e |
komodo-wallet-0.7.2-beta-ubuntu-appimage.zip | c8cba9f3eff5ef100b6ab935b78f7edb9c606be778e7a4d83a2fd70e09c95f5c |
komodo-wallet-0.7.2-beta-windows-portable.zip | a94806e0fb15710a243e05cd089b3dea8006fc556985384142b8d6d0955d32cd |
komodo-wallet-0.7.2-beta-windows-installer.zip | e3180d5e8cbcdbc65cce4c4d55c7078cde896880c1fe921b8c68554f948a413d |
Komodo v0.7.1 beta
Release Notes
Features:
- Add min/max amount in maker order details modal https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2420
- Adds 24h stats for pairs https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2415
- Add
Vote info
buttons https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2425 - New coin listings:
TBTC-PLG20
,SPACE-BEP20
,CLP-BEP20
,CDS-PLG20
,RIC-BEP20
,CHTA-BEP20
,TBTC-ERC20
,SPACE-PLG20
,AIPG
,TESTBTC
,RIC-segwit
,AIBC
,NENG-BEP20
,SPACECOIN
,SPACE-FTM20
,CDS-AVX20
,RTB
,TAZ-BEP20
,CRT-QRC20
,VIA-segwit
,WAF
,CDS-BEP20
,RIC
,SPACE-AVX20
,MEWC
,NYC-BEP20
,CST-BEP20
,vARRR
,TESTBTC-segwit
,KIP0003
,KIP0004
,MINU-BEP20
,KIP0002
- Delisted coins:
CRNC
,ABY
,tBTC
,SPACE
,tBTC-segwit
,GRMS
,ILN
Enhancements:
- Improved Pro view layout https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2424 https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2416
Fixes:
- Removes calls to Coin Paprika https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2414
- Fix cancel button in orderbook https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2419
- Fix behaviour on chart link click https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2421
- Fix testcoins missing from Simple view https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2422
Checksum & VirusTotal Analysis:
Link | SHA256 |
---|---|
komodo-wallet-0.7.1-beta-osx-installer.zip | 9d0401ba8e329fe5f3f8f7db615957c4c8e218420240dee94d2a815e05af138b |
komodo-wallet-0.7.1-beta-osx-dmg.zip | f67e94c007bd068cfe338e6f179f0c74b8acc123389c4e8a5d8c4055c2c62f35 |
komodo-wallet-0.7.1-beta-ubuntu-portable.zip | c9d309a6ef163e45a3ddb01e55892ac6083b14047c57ba31b3d0af00cc524eda |
komodo-wallet-0.7.1-beta-ubuntu-appimage.zip | 4c18268cb803ea8e5fc2b29405a8b8beafe6a1ec7a76102bdf14edc890330bb5 |
komodo-wallet-0.7.1-beta-windows-portable.zip | 98aceae687c4b17814f34be90bff4b9a83613f68e6dd3fe0a8ada6f282ed23a0 |
komodo-wallet-0.7.1-beta-windows-installer.zip | 66f90c883fa96bc845466233632ec58a9c1a8e5baee866e5310aa4a7ad1904e1 |
Komodo v0.7.0 beta
Release Notes
27 new coins listed
['AVA-BEP20_OLD', 'ILN', 'MKR-PLG20', 'GAME-ERC20', 'PYR-PLG20', 'KIIRO-BEP20', 'KIIRO', 'BLOCX', 'DOGEC', 'GBX-BEP20', 'SHIB-PLG20', 'AVA-ERC20', 'GAME-PLG20', 'EURE-PLG20', 'EURE-ERC20', 'CHSB-ERC20_OLD', 'DFX-PLG20_OLD', 'BORG-ERC20', 'USDC-PLG20_OLD', 'AYA-BEP20', 'ARPA-PLG20', 'DIAC', 'SUM', 'GLC', 'GBX', 'GMT-PLG20', 'PYR-ERC20']
10 coins removed
['GRS-segwit', 'VIA-segwit', 'AVA-BEP20', 'BKC', 'CLC', 'VRM', 'BSTY-segwit', 'tQTUM-segwit', 'QTUM-segwit', 'CHSB-ERC20']
Features:
- Update to v2.0.0-beta API which includes the KMD fee burn program
- Move to trading netid 8762
- Added
Explore
button for coin wallet pages which have a block explorer in coins_config.json - Added
PeerId
andrpc port
display to settings > about - Add orderbook filters to simple view https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2387
- Add pair volume traded stats on pro view https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2383
Enhancements:
- Added links to markets info and orderbooks, requested here https://github.com/KomodoPlatform/komodo-wallet-desktop/issues/1946
- Added comparisons between
m_activation_queue
/currently_enabled
registries and theget_enabled_coins
rpc response to ensure coins active in mm2 are visible in app, and no repeated attempts at activation on an active coin are made. - Improved the activation flow by implementing an activation_queue to split large selections into smaller chunks with slight delays in between to avoid overloading
https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2389 - Add LCW price source https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2381 (thanks @cipig)
- Improve ZHTLC sync flow. https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2367 https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2364
Fixes:
- Fixed percentage display of ZHTLC assets while activating, and set up signal connection to keep all front end percentage displays in sync
- Fixed custom coin adding form (fixed BEP/ERC, disabled QRC)
- Reduced Tendermint fees https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2386
Housekeeping:
- Misc CI/CD updates https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2391
- Added boilerplate code for v2 erc activation. Code is not yet active, but in place for further testing https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2395
- Misc housekeeping https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2393 https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2392/files
- Fixed typo https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2374 (thanks @JSKitty)
- Updated vcpkg dependencies https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2385
- Set coins to wallet only https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2394 to favor segwit for trades where available (thanks @cipig)
- Remove Geoblock/IP checking code https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2378 https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2376 (thanks @cipig)
- Fix fiats rotation display bug
- Fix faucet parse error
Checksum & VirusTotal Analysis:
Link | SHA256 |
---|---|
komodo-wallet-0.7.0-beta-osx-installer.zip | ab0fc5c9f33cb9c2d156606f082ce72083acb677a111babbc53cac602f8a45f1 |
komodo-wallet-0.7.0-beta-osx-dmg.zip | 2999ef8889fe2647dc2446dcafa032818b658005caeb6e9d6c1ec97fe26255ca |
komodo-wallet-0.7.0-beta-ubuntu-portable.zip | 9e559c51c09f287803a9d9a65ae7c5c008bb782803784b43b39db2f07be37d70 |
komodo-wallet-0.7.0-beta-ubuntu-appimage.zip | fb0ec1a872794a2df2a468524a4bd300eb9a4f83ec8eda13a6ecda7210a41857 |
komodo-wallet-0.7.0-beta-windows-portable.zip | 71cd982d64754ce141a6cd31211a9a2161f9786225b4ae77e6a8a00ad520b3a3 |
komodo-wallet-0.7.0-beta-windows-installer.zip | b287121e1fc7d653c1662240885e8ef94b79ef0b086591bab673ac07839514d4 |
Komodo v0.6.1 beta
Release Notes
Features:
- Sidebar is now static, not expanding
Enhancements:
- Remove "Add assets" buttons in favor of "Add crypto" button in sidebar
- Updates Z coin activation for sync from date option in settings
- Recommended fiats in settings updates to include user selection
Fixes:
- Replaces RICK/MORTY with DOC/MARTY
- Updated infra urls
- Updated misc dependencies
- Fixes tendermint activation bug
- Fix some UI bugs (notifications, overflows)
NOTE: Due to changes in Z coin activation (e.g. ARRR), the start of sync is now defined by date in the settings menu. It defaults to 2 days in the past for a fast sync on new wallets - and older transactions and balances will not be visible. To see the older transactions/balances, set the date to before the date of your transactions and log out and back in to sync form the new date.
Checksum & VirusTotal Analysis:
Link | SHA256 |
---|---|
komodo-wallet-0.6.1-beta-osx-installer.zip | 67463d4c381a24d7edf9aec0bbf0c0e0a4ca5ff3b97d80104ac563b4da9efc95 |
komodo-wallet-0.6.1-beta-osx-dmg.zip | 1a3a29e5591e554cfa509d67b4c9a9df942267a63cfe778fe1cc993e89b07e1e |
komodo-wallet-0.6.1-beta-ubuntu-portable.zip | 66df7b9589f885b7eea5ffcd7f664ac97e3cdd160814e46c06b38cf8f2932ca7 |
komodo-wallet-0.6.1-beta-ubuntu-appimage.zip | 595a60cb4ddae118743b61629d56b1d52562747136cb32ff076356007843b09b |
komodo-wallet-0.6.1-beta-windows-portable.zip | a3184182c95d6df5f2c8e6555492dd3ef0b8396100bdf32baf51407989bb009d |
komodo-wallet-0.6.1-beta-windows-installer.zip | 0fcc3deea164f5e5632e54671efac8e3d2e5fac1ef141c3f8c007a71b5ce07a5 |
Komodo v0.6.0 beta
Release Notes
Features:
- Rebranded name and logo
Fixes:
- Removed ETH gas station url
Checksum & VirusTotal Analysis:
Link | SHA256 |
---|---|
komodo-wallet-0.6.0-beta-osx-dmg.zip | 4862919ac35b4ba503c36ddf184d9546296c72520f173be3abcb3b0e36ba0315 |
komodo-wallet-0.6.0-beta-ubuntu-portable.zip | 2096cf8bdb71edc3ba08c5905c1d50a1cdbdc010078df23022fda24b4abee49b |
komodo-wallet-0.6.0-beta-ubuntu-appimage.zip | 61b08d04faf228762d2d9155d67da98d30e1325292a15adf99298ec22fd36b2d |
komodo-wallet-0.6.0-beta-windows-portable.zip | 20a57f4a1488f02edca1184f520de09bf230879967f55b77e3a9623ed35311f6 |
komodo-wallet-0.6.0-beta-windows-installer.zip | 0fdfe28ca52e655d71db0ad22e8b4e7c68cd606e520a3551196cb572c0ef8e55 |