chapati
chapati
At the moment manual (non-travis) builds do not add -testnet/-masternet suffix to the service balancer. Need to fix this. Need to update build instructions docs after this.
Need to implement general: remove current wallet  Dialogs: https://app.zeplin.io/project/5b379c2c38cb39e73e5f8889/screen/5ece68fdde6c6a49f5b5971b https://app.zeplin.io/project/5b379c2c38cb39e73e5f8889/screen/5ece68ff9c931a2a115bf5ce Need to check what exactly remove. Only db? Logs? Anything else?
Replace per-asset onAssetInfo with std::vector to improve UI update speed.
Some advanced functions in shaders (advanced kernels) require privileges. Now these are disabled by default in Desktop Client. Need to enable somehow and tell user about it. Need to give...
At the moment we've disabled seccomp for web engine on linux because of this bug: https://bugreports.qt.io/browse/QTBUG-96214 Before we open apps for public upload need - build custom patched Qt 5.15...
Drag & Drop of image replaces app on windows. https://user-images.githubusercontent.com/12074933/176415683-728e44c4-c37b-4ab1-8d32-be38af5962b3.mp4 Need to check what can be done.
Need to create js-based UI library for apps which implements common tasks.
Our addresses are messed. Need to review & refactor. Some are classes (TxToken), some are free functions (ParseParams). TxToken & CreateToken & TokenType are not connected &c. Need replace GetAddressType...
1) Need to handle file removal errors in AppModel::onResetWallet() and show error message/call support. Now errors are just ignored. 2) Handle rename errors in AppModel::backupDB 3) Handle rename errors in...
If total count of assets on mainnet reaches 20 we need to implement algorithmic colors generation like described in #482. Now we're using 20 predefined colors.