All notable changes to Q-Wallets will be documented in this file.
- QDN address book check: added
coinTypefield to published QDN resources and dual validation infetchFromQDNto discard resources returned by the Qortal node for a different coin identifier. Primary check uses the new top-levelcoinTypefield; secondary check uses entries'coinTypefield for backward compatibility with older published resources. - TypeScript build errors for MUI v7 compatibility: replaced removed named exports (
SlideProps,TooltipProps,TransitionProps,SnackbarCloseReason,ToggleButtonGroupProps) withComponentProps<typeof ...>equivalents or local type definitions; added explicitThemetyping tostyled()callbacks. NumericFormatforwarded MUI props no longer cause TypeScript errors.
- Added 4 tests covering the QDN coinType mismatch scenario.
- QDN address book sync: skip unnecessary publish when timestamps diverge but content is identical (hash comparison before publishing)
- QDN address book sync: re-align local timestamp to QDN after skipping publish, and sync forward after publishing, to avoid redundant evaluations on next startup
- Release workflow now fails with a clear message if the release version already exists, instead of silently deleting it
- Removed push trigger from npm tests workflow
- Added tests covering the QDN address book hash-comparison sync bugfix
- Address book feature with QDN persistence
- QORT address search by name
- Double-click to copy address or add name to address book
- Validation functions for all coin addresses
maxSendablefunctions for all supported coins (ARRR, BTC, DOGE, LTC, RVN, DGB)- Tests for LTC validation
- New translations for address book
- Add CHANGELOG.md file
- Display changelog in a dialog
- Updated qapp-core to version 1.0.75
- Improved I18N translations
- Improved send validation flow
- Updated GitHub Actions release workflow with simplified changelog template
- Added concurrency groups to GitHub Actions workflows
- Added condition to run workflows only on specific repository
- Send max button validation improvements
- Qortal Transaction table updates and improvements
- GitHub Actions parametrization of APP_NAME
- Improved release changelog diff with comparison links
- GitHub Actions release workflow with automated changelog generation
- New contributors section in releases
- ASSET type transactions support
- Improved API call for validating addresses (allows sending QORT to addresses with no transactions)
- Refactored wallet info loading with better async operations
- Added
useCallbackandAbortControllerfor cleaner code
- Address validation for empty or malformed addresses
- Font optimization with woff2 format and font-display swap
- Copy confirmation message
- Better precision for numeric values
- Improved mobile responsiveness and layout
- Better loading states with LinearProgress
- Refactored embedded colors into theme
- Trimmed recipient address input
- More efficient async/await calls
- Mobile view for menu
- Modal reset after sending
- Address and amount validation
- Error reset when changing pages
- Missing QORT import
- Duplicated check conditions
- Renamed methods for clarity
- Added EMPTY_STRING constant for consistency
- Initial release of Q-Wallets
- Support for multiple cryptocurrencies: QORT, BTC, LTC, DOGE, DGB, RVN, ARRR
- Transaction history with pagination
- Send functionality for all supported coins
- QR code generation for receiving addresses
- Internationalization (i18n) support
- Responsive design for mobile devices
- Transaction fee display
- Copy to clipboard functionality
- Refactored time constants
- Improved lateral menu responsiveness
- Better layout adaptation for different devices