PyWallet icon indicating copy to clipboard operation
PyWallet copied to clipboard

Cross platform Ethereum Wallet built with Python and Kivy

Results 61 PyWallet issues
Sort by recently updated
recently updated
newest added

After the recent changes, the user is redirected to the overview after the account creation. However the overview doesn't update the toolbar title with account balance (e.g. "0 ETH"). This...

bug

We're currently using KivyUnitTest for UI testing, see #41. But we current can't hook it with coverage testing. ``` touch .blankrc # so our current .coveragerc doesn't get picked up...

enhancement

Add a "support" link in the about or somewhere that would open a browser window to the Gitter chat: https://gitter.im/PyWallet/Lobby

enhancement

When creating an account with security/speed ratio we should give the user a time estimation for the account creation. This could either be upfront before clicking create or in the...

enhancement

The APK size is currently 20M (uncompressed 75M) which seems to be a lot to me. We could try doing a first pass and see the state of the art...

enhancement

Most of the Screen, BottomNavigation and other widgets are not lazy loaded. It means if we perform expensive computation in some of the widget `setup()` method, the whole application will...

enhancement

Keyboard "Escape" should dismiss popups rather than exiting the application.

enhancement

This is a subtask of #67. Since I'm running Linux only, #67 would never happen unless somebody does it, or if I can cross compile it on Linux. Here are...

Port the application to iOS.

Some dialog box should appear at first startup. > This is a free and open source software at an early stage of development... > Feedback is more than welcome...

enhancement