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

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Our current QRCode scanner is running via https://github.com/AndreMiras/garden.zbarcam The problem is this is not yet Python3 compatible. I had a talk with `qua-non` ([electrum](https://github.com/spesmilo/electrum) contributor) on `#kivy-dev` and he suggested...

enhancement

Build/upload an APK on push

https://sentry.io/andre-5t/pywallet/issues/751979004/ ``` TypeError: Non-hexadecimal digit found (5 additional frame(s) were not displayed) ... File "home/andre/workspace/PyWallet/.buildozer/android/platform/build/dists/pywallet/private/lib/python2.7/site-packages/devp2p/service.py", line 47, in register_with_app File "home/andre/workspace/PyWallet/.buildozer/android/platform/build/dists/pywallet/private/lib/python2.7/site-packages/pyethapp/accounts.py", line 232, in __init__ File "home/andre/workspace/PyWallet/.buildozer/android/platform/build/dists/pywallet/private/lib/python2.7/site-packages/pyethapp/accounts.py", line 79, in...

bug

On contract creation the transaction dictionary has an empty a `to` field, but the`contractAddress` is being filled up. For example calling `get_transaction_history()` with `address="0x02f8478cb5f78fdd702955a72e1895276765f482"` will at some point fetch this...

bug

https://sentry.io/andre-5t/pywallet/issues/501682870/ On MacOS: ``` AttributeError: 'super' object has no attribute 'on_disabled' (20 additional frame(s) were not displayed) ... File "kivy/properties.pyx", line 571, in kivy.properties.Property.dispatch (kivy/properties.c:7107) ps.observers.dispatch(obj, ps.value, None, None, 0)...

bug

https://sentry.io/andre-5t/pywallet/issues/501681861/ On MacOS ``` FactoryException: Unknown class (18 additional frame(s) were not displayed) ... File "kivy/lang/builder.py", line 585, in _apply_rule self._apply_rule(child, crule, rootrule) File "kivy/lang/builder.py", line 584, in _apply_rule self.apply(child)...

bug

https://sentry.io/andre-5t/pywallet/issues/419857913/ ``` AttributeError: 'NoneType' object has no attribute 'address' (12 additional frame(s) were not displayed) ... File "kivy/_event.pyx", line 714, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7681) File "kivy/_event.pyx", line 1225, in kivy._event.EventObservers.dispatch (kivy/_event.c:13524)...

bug

https://sentry.io/andre-5t/pywallet/issues/418136112/ ``` JavaException: JVM exception occurred: startPreview failed (39 additional frame(s) were not displayed) ... File "home/andre/workspace/PyWallet/.buildozer/android/platform/build/dists/pywallet/private/lib/python2.7/site-packages/kivy/uix/camera.py", line 117, in on_play File "home/andre/workspace/PyWallet/.buildozer/android/platform/build/dists/pywallet/private/lib/python2.7/site-packages/kivy/core/camera/camera_android.py", line 128, in start File "jnius/jnius_export_class.pxi", line...

bug

https://sentry.io/andre-5t/pywallet/issues/416165628/ ``` JavaException: JVM exception occurred: startPreview failed (30 additional frame(s) were not displayed) ... File "home/andre/workspace/PyWallet/.buildozer/android/platform/build/dists/pywallet/private/lib/python2.7/site-packages/kivy/uix/camera.py", line 117, in on_play File "home/andre/workspace/PyWallet/.buildozer/android/platform/build/dists/pywallet/private/lib/python2.7/site-packages/kivy/core/camera/camera_android.py", line 128, in start File "jnius/jnius_export_class.pxi", line...

bug