metronome-wallet-desktop icon indicating copy to clipboard operation
metronome-wallet-desktop copied to clipboard

💻💰 Metronome wallet for desktop devices

Results 57 metronome-wallet-desktop issues
Sort by recently updated
recently updated
newest added

The wallet queries the ETC indexer and retrieves a list of transactions but none are displayed in the transactions list. In addition, some ETH transactions like ports are not properly...

bug

The current signing certificates used to sign the macOS installer will expire on May 4th, 2023. A new certificate will be required to publish any app after that date.

Should read `Copyright 2018-2019 Autonomous Software.`

good first issue

There's this file [deferred.js](https://github.com/autonomoussoftware/metronome-wallet-desktop/blob/develop/src/lib/Deferred.js) which is a naive implementation of promises. We should use promises directly

Related to #484. After the bump of dependencies, we notice that [the function `createDecipher` is deprecated in node 12](https://github.com/autonomoussoftware/metronome-wallet-desktop/blob/develop/public/main/client/crypto/aes256cbc.js#L6). We need to address this scenario

For large sync processes, the app throws a "Sync failed" error, but the "Syncing..." is still visible. If you wait enough, the sync process finishes successfully. The error seems to...

bug

When starting the application, the dev tools are opened, and while Redux dev tools are installed, the React developer tools are not. ![image](https://user-images.githubusercontent.com/352474/124030452-9584db80-d9cc-11eb-8c91-d7ca823980e0.png) console output ``` (node:51654) ExtensionLoadWarning: Warnings loading...

bug

The session should be expired after n minutes of inactivity, where n is taken from settings. After expiration, the user has to enter the password again. Main process needs to...

audit

As the title says, when we have all the store assets, icons and logos, add it to the build distribution process

build