Janus
4645428b4b
lightning: python3.5 compat
7 years ago
Janus
eb72d19a07
lightning: fix channels dialog
7 years ago
Janus
1a62177f74
lightning: add missing import, set console to none initially
7 years ago
Janus
2a83ae012f
lightning: do not require lock for broadcast tx, it is thread-safe
7 years ago
Janus
1f22fef695
lightning: save key derivation point
7 years ago
Janus
43243ee4b4
lightning: separate thread for publish transaction
7 years ago
Janus
8b20ec40ea
lightning: use queueing lock
7 years ago
Janus
1f55037640
lightning: less junk on console, quicker shutdown
7 years ago
Janus
9261ca236c
lightning: don't receive too much data, workaround by reading byte by byte
7 years ago
Janus
a0a15e2223
lightning: complete moving of lightning objects, acquire net/wallet lock while answering lightning requests
7 years ago
Janus
3260b7a74f
lightning: misc patches, launch asyncio loop on separate thread
7 years ago
Janus
ec38c8bbca
lightning: march 2018 rebase, without integration
7 years ago
SomberNight
d17e6a1b87
interface: fix for aiorpcx 0.18
6 years ago
SomberNight
41802d8094
qt receive tab: "receive address" is now coloured red if already used
closes #3812
closes #5374
6 years ago
SomberNight
41f160dd74
update to aiorpcx 0.18
6 years ago
SomberNight
eaf203dbb5
interface: fix connecting to new servers using self-signed certs
got broken in 6ec1578a90
6 years ago
SomberNight
37da192bf5
wizard/hw: less spammy logs when hw library unavailable
closes #5380
6 years ago
SomberNight
30ffb3d4dc
util: add function "chunks"
taken from ElectrumX
67111a3c4c/electrumx/lib/util.py (L149)
6 years ago
SomberNight
1ebfcc0f36
kivy: "paste" button now works for transactions
6 years ago
SomberNight
c776af41f6
qt: allow QR codes to store a bit more data
by decreasing error correction (about ~26% larger max payload)
6 years ago
SomberNight
aec53ae6af
qt: "Help" and "?" buttons can show rich text
namely "Revealer" plugin uses rich text in its description
6 years ago
SomberNight
e1c1a9d6a2
interface: add comment
6 years ago
SomberNight
3b445d7248
fix #5376
6 years ago
SomberNight
158090bf8b
util.parse_URI: more granular exceptions
related: #5376
first report in #5376 was generated with these changes;
before, the exception was caught and a toast displayed "Not a Bitcoin URI"
6 years ago
SomberNight
a591ccf9b1
interface: follow-up 6ec1578a90
6 years ago
SomberNight
db9a9bbf25
qt settings: restart needed after toggling log_to_file
6 years ago
SomberNight
6ec1578a90
follow-up prev
6 years ago
SomberNight
fecef91ee0
interface was suppressing storage r/w exceptions
6 years ago
ThomasV
cf01788c86
Merge pull request #5367 from SomberNight/issue_5366
keystore/transactions: fix overflow of derivation path indices
6 years ago
SomberNight
6ad24ea3b3
keystore/transactions: fix overflow of derivation path indices
fixes #5366
6 years ago
Jochen Hoenicke
468c35e605
Update Johoe's server address ( #5363 )
6 years ago
shyrwall
a8b939711a
Spreading malware ( #5356 )
servers: rm phishing servers......
6 years ago
SomberNight
d3f65e24e1
kivy: warn user during "Send" if high fee (change condition)
Specifically, warning was previously triggered if fee > 1 mBTC;
now it is unified with Qt, warning is triggered if feerate > 600 sat/byte.
6 years ago
ThomasV
a762687740
Merge pull request #5354 from JeremyRand/readme-appimage
Add AppImage to "Creating Binaries" in README.md
6 years ago
JeremyRand
10098db59b
Add AppImage to "Creating Binaries" in README.md
6 years ago
ThomasV
9529b418e2
prepare release 3.3.6
6 years ago
SomberNight
763720715b
update release notes
6 years ago
SomberNight
e8bc5bbec4
interface: follow-up 6cc70bc7a2
6 years ago
Axel Gembe
cd52350f5d
AppImage: Remove unused PyQt5 modules
We already delete unused Qt modules, but we weren't deleting their PyQt5 modules.
-----
taken from Electron-Cash/Electron-Cash@e044c94677160b6e6bb1a981b22a4b85103de6cb
6 years ago
Axel Gembe
5afda62ee3
AppImage: Remove Qt.so to prevent importing from PyQt5.Qt
Importing from PyQt5.Qt is an unnecessary fallback that loads every PyQt5 module.
-----
taken from Electron-Cash/Electron-Cash@d69471b31d1f25a703588f48ee0cc5afdf1f1f2f
6 years ago
Axel Gembe
c3b92aa13a
AppImage: Copy libusb binary into image
pkg2appimage excludes libusb-1.0.so by default for no good reason:
83483c2971/excludelist (L112)
This can cause an issue when the AppImage loads the systems libusb but the
systems libusb in turn loads libudev from the AppImage. The kernel ABI for
libusb will not be changing so it is safe to bundle it into the AppImage.
-----
taken from Electron-Cash/Electron-Cash@25d45fdcbfa335d83de876ff16e978a058d17e22
6 years ago
SomberNight
e415c0d930
wallet: (fix) synchronizer would also resub closed wallets...
network cb was not removed, so Synchronizer and the wallet itself was
kept in memory; and Synchronizer kept working
6 years ago
SomberNight
6cc70bc7a2
interface: when disconnecting due to RPCError, don't dump traceback
6 years ago
SomberNight
003e6c3e79
fix 2fa wallet creation via qt gui
closes #5334
6 years ago
SomberNight
7aaac2ee30
qt wizard: change wizard_dialog semantics to raise exceptions
Specifically GoBack and UserCancelled will not be suppressed anymore.
Previously, if 'run_next' raised GoBack, that would propagate out fully,
while if 'func' itself raised it would be suppressed. This was confusing.
somewhat related: #5334
6 years ago
SomberNight
099315013e
(trivial) qt main_window: rm unnecessary indendation
6 years ago
SomberNight
f6dfcccf8c
qt: factor out util.MessageBoxMixin.msg_box into function and use it
so these dialogs also get our custom default settings applied,
e.g. their text is selectable by mouse
6 years ago
SomberNight
407e3514cc
wallet: test_addresses_sanity to include (part of) address in exception
related: #5342
6 years ago
SomberNight
4db1535bce
qt wizard: catch wallet/bitcoin exceptions (regression)
fix #5342
6 years ago
SomberNight
d2a80f15a1
kivy fx dialog: fix #5329
6 years ago