electrum icon indicating copy to clipboard operation
electrum copied to clipboard

Electrum Bitcoin Wallet

Results 473 electrum issues
Sort by recently updated
recently updated
newest added

Occasionally the AppImage build is not able to be reproducibly built, due to dependencies in the appimage build container becoming unavailable. The quick fix is to upgrade the dependencies in...

I am unable to build the docker container used for building linux appimages. It appears to require packages which are no longer available in ubuntu's package repositories. ``` E: Version...

build/packaging 📦
reproducible/deterministic builds

Crash Report ============ This crash report was reported through the automatic crash reporting system 🤖 Traceback -------------- ```Python traceback File "C:\Program Files (x86)\Electrum\electrum_plugins\hw_wallet\qt.py", line 162, in clear_dialog self.dialog.accept() RuntimeError: wrapped...

bug 🐞
priority-low 🧊

A very large chunk of the networking code was rewritten recently, using asyncio and aiorpcx. This introduced some regressions: - [x] merchant websockets are broken - being addressed in https://github.com/spesmilo/electrum/pull/4753...

topic-network 🕸
topic-invoice-payreq

Crash Report ============ This crash report was reported through the automatic crash reporting system 🤖 Traceback -------------- ```Python traceback File "Electrum-3.1.1-py3.6.egg/electrum_gui/qt/main_window.py", line 2986, in closeEvent File "Electrum-3.1.1-py3.6.egg/electrum_gui/qt/main_window.py", line 2993, in...

The `add_request` command prior to version 4.3.0 used to reuse addresses that correspond to expired payment requests (but are otherwise unused). On current master however, it now returns False (unless...

CLI/RPC ▶
topic-invoice-payreq

Crash Report ============ This crash report was reported through the automatic crash reporting system 🤖 Traceback -------------- ```Python traceback File "electrum\gui\qt\main_window.py", line 2978, in closeEvent File "electrum\gui\qt\main_window.py", line 2995, in...

bug 🐞
topic-walletstorage 💾

Crash Report ============ This crash report was reported through the automatic crash reporting system 🤖 Traceback -------------- ```Python traceback File "site-packages\electrum-3.1.3-py3.5.egg\electrum_gui\qt\qrcodewidget.py", line 60, in paintEvent File "site-packages\qrcode\main.py", line 427, in...

bug 🐞

Crash Report ============ This crash report was reported through the automatic crash reporting system 🤖 Traceback -------------- ```Python traceback File "/home/user/wspace/electrum/.buildozer/android/app/electrum/network.py", line 800, in broadcast_transaction AttributeError: 'NoneType' object has no...

bug 🐞
topic-network 🕸

Google made breaking changes in protobuf (see e.g. [here](https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates)), in the generation and parsing of `_pb2.py` generated files. Re the python [`protobuf` package](https://pypi.org/project/protobuf/#history), the 3.20.1 release is followed by the...

dependencies 🧩