12581 Commits (master)
 

Author SHA1 Message Date
SomberNight 40dc54e8b8
macOS: duplicate Qt "Preferences" menu item 5 years ago
SomberNight 54e1520ee4
ln: check if chain tip is stale when receiving HTLC 5 years ago
SomberNight 12283d625b
(trivial) rename lnchannel.channel_states to ChannelState 5 years ago
SomberNight 8e8ab775eb
lnchannel: make AbstractChannel inherit ABC 5 years ago
ThomasV 821431a239 lnpeer: move ping_if_required away from message_loop 5 years ago
ThomasV bddb0bfcdd Do not wait wallet sync to reestablish channel (revert e32807d29d). 5 years ago
SomberNight fe86f91110
adapt to new aiohttp_socks: fix deprecation warnings 5 years ago
ghost43 3745f35f69
Merge pull request #5993 from TheCharlatan/bitbox02New 5 years ago
SomberNight 04dcfe6fd1
bitbox02: add to requirements-hw, and include in win/mac binaries 5 years ago
SomberNight 10c358dd38
bitbox02: rm plugin.get_client method: just use default impl 5 years ago
SomberNight dda20583c2
bitbox02: rm BitBox02Client.label override 5 years ago
SomberNight e830ef309f
hww: factor out part of hid scan code to HW_PluginBase 5 years ago
SomberNight 66c264f613
bitcoin.py: change API of address_to_hash 5 years ago
SomberNight cc4aa1812d
rm some unused imports 5 years ago
SomberNight ffe3cef21a
bitbox02: don't run show_xpub on GUI thread 5 years ago
SomberNight 0268b63fcb
bitbox02: rm some dead code 5 years ago
SomberNight 15102855c1
bitbox02: fix pairing_dialog 5 years ago
SomberNight 5f5a1e96ab
bitbox02: add udev rules 5 years ago
SomberNight c0c3627bd2
bitbox02: adapt to updated master 5 years ago
TheCharlatan a4fe14bb82
BitBox02 Electrum plugin support 5 years ago
ThomasV bfffc7cb1e Rename 'On-chain' button, add tooltips (see #6053) 5 years ago
ThomasV 27949cb0e5 add list_peer command. (fix #6057) 5 years ago
ThomasV 99f933401a add more logging shortcuts 5 years ago
SomberNight 9a88c13b3d
translations: add note that f-strings cannot be translated 5 years ago
SomberNight 08118ca167
qt wizard: tweak GoBack behaviour to recalc inputs to previous dialog 5 years ago
ThomasV e2544b893a rm dead code: wallet.wait_until_synchronized 5 years ago
ThomasV 312ef15cd6 fix #6056 5 years ago
ThomasV 7a11c05916 fix #6075 5 years ago
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