12353 Commits (e50f6d29ed9c558845531a4abac0304564095efd)
 

Author SHA1 Message Date
ThomasV e50f6d29ed export channel backup from kivy gui 5 years ago
ThomasV 74517c88ad do not use short_channel_id as state, use channel state for that. 5 years ago
ThomasV 8f41aeb783 Replace wallet backup with channel backups 5 years ago
SomberNight e5b1596b69
build: add workaround for "pyinstaller with new setuptools" issue 5 years ago
SomberNight b6bac0182f
wizard hww: use exception handling to choose hw device again 5 years ago
SomberNight 71eed1d4cb
wizard: (trivial) add show_error to base class, document API 5 years ago
SomberNight 08a7925235
wizard.create_storage: state API and abide by it 5 years ago
SomberNight a3e1b2e00c
wizard: hww creation flow: don't just swallow exception 5 years ago
SomberNight 4b1d835304
wizard hww: scan devices fewer times and move away from GUI thread 5 years ago
SomberNight 01dac92e19
wizard: fix crash when decrypting wallet hw device 5 years ago
ThomasV 5efaaa523a lnworker: check chain_hash when decoding channel update. 5 years ago
SomberNight 756c7db888
setup.py: specify lnwire as package_data 5 years ago
SomberNight 7c830cb221
wizard hww: move devmgr.scan_devices() away from GUI thread 5 years ago
SomberNight 7a4acb05f2
hww: fix threading issue in DeviceMgr: enumerate_func needs self.lock 5 years ago
SomberNight bf067f7558
HardwareClientBase: provide default implementation for label 5 years ago
SomberNight db1ff4915f
hww: show model name in device enum lists (e.g. "Trezor T") 5 years ago
SomberNight e1996bde01
hww: select_device: only update label/dev_id after pairing succeeds 5 years ago
SomberNight 4ef313a1ac
hww: smarter auto-selection of which device to pair with 5 years ago
SomberNight 9d0bb295e6
hww: distinguish devices based on "soft device id" (not just labels) 5 years ago
SomberNight 7dabbdd082
tests_lnpeer: trivial fix 5 years ago
SomberNight 1ea89af012
crypto.pw_decode: fix one case of raising incorrect exception 5 years ago
SomberNight 789b78cab5
crypto: trivial clean-up of pw_encode/pw_decode functions 5 years ago
ghost43 b31efdc3e7
Merge pull request #6076 from JeremyRand/initial-download-exception 5 years ago
ThomasV 6307e13549 do not print the entire payment log again, this is redundant 5 years ago
JeremyRand 40389a21b6
Use specific Exception when chain isn't synced 5 years ago
SomberNight caefea19dd
trezor pin dialog: only show PIN "strength" when creating/changing 5 years ago
SomberNight 5259fcb6fd
qt PasswordLineEdit: try to clear password from memory 5 years ago
SomberNight c798e5d9a1
qt: introduce PasswordLineEdit(QLineEdit) 5 years ago
SomberNight f11bf1dd4a
rerun freeze_packages 5 years ago
ghost43 4d980cd4bd
Merge pull request #6064 from matejcik/trezor-0.12-passphrase 5 years ago
SomberNight fb5382f75f
follow-up prev (typo) 5 years ago
ThomasV d2a58a2ec3 lnpeer: do not assume our privkey is the same as lnworker's privkey. 5 years ago
ThomasV 55d0a9587e move maybe_save_short_chan_id to lnchannel 5 years ago
ThomasV 4512f9d6d8
Merge pull request #6070 from spesmilo/channel_save_seed2 5 years ago
ThomasV f3995350e8 localconfig: rename seed to channel_seed 5 years ago
SomberNight 08bc8617ad
change derivation of ln channel keys: use hardened paths 5 years ago
ThomasV 0ea21c59d2 Save channel seed in localconfig 5 years ago
SomberNight 1dc3100ba3
android build: use "cryptography" instead of "pycryptodomex" fork 5 years ago
SomberNight f777c9ee13
android build: update buildozer/p4a/NDK 5 years ago
SomberNight f412420892
include lnwire csv files in binaries (follow-up #6050) 5 years ago
SomberNight f13f46c555
qt wizard: make "GoBack" unroll the call stack to avoid stack overflow 5 years ago
ThomasV aa32e31a3d follow-up previous commit 5 years ago
ThomasV 06dfe1699c LNWatcher: Distinguish between blockchain-triggered channel state 5 years ago
ThomasV 9ca445bd5d save_short_chan_id: remove unneeded ćalls to lnwatcher 5 years ago
ThomasV c8f602c9d7 pw_decode, pw_encode: separate bytes functions 5 years ago
ThomasV 764c18b3c8 follow-up prev commit 5 years ago
ThomasV 5067166e1e move should_channel_be_closed_due_to_expiring_htlcs into Channel class 5 years ago
SomberNight 1cdff09ead
follow-up 371f55a0f9 5 years ago
ghost43 158854f94e
Merge pull request #6050 from SomberNight/202003_lnmsg_rewrite 5 years ago
SomberNight eecdd056b3
lnmsg: small speed-up: read first, check length after 5 years ago