12308 Commits (c8f602c9d7f800e0cffffa96ff2c997a6c0653ea)
 

Author SHA1 Message Date
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
SomberNight 71635216df
ln feature bits: validate transitive feature deps everywhere 5 years ago
SomberNight 94e3c078f8
lnaddr: small clean-up 5 years ago
SomberNight 1be0a710c3
ln: implement option payment_secret 5 years ago
SomberNight d424487814
lnpeer: better error handling when processing onion packets 5 years ago
SomberNight 30bf32b34b
use option varonion: actually use TLV payloads, and signal support 5 years ago
SomberNight 4b78bf94d4
lnaddr: add feature bit support to invoices 5 years ago
SomberNight a66437f399
lnonion: implement basis of varonion support 5 years ago
SomberNight 6ba08cc8d4
ln feature bits: flatten namespaces, and impl feature deps and ctxs 5 years ago
SomberNight c69937395e
lnmsg: add more tests (for encode_msg, decode_msg) 5 years ago
SomberNight 71a4302ec0
lnpeer: send and handle "networks" param in "init" msg 5 years ago
SomberNight 85d7a13360
lnmsg: implement tests from BOLT-01 5 years ago
SomberNight f353e6d55c
lnmsg: encode/decode TLVs as part of messages 5 years ago
SomberNight 542e33fd86
lnmsg: handle "..." as field count 5 years ago
SomberNight 6949752263
lnmsg: initial TLV implementation 5 years ago
SomberNight 3a73f6ee5c
lnmsg.decode_msg: dict values for numbers are int, instead of BE bytes 5 years ago
SomberNight 4c10a830f3
lnmsg: rewrite LN msg encoding/decoding 5 years ago
SomberNight 371f55a0f9
hww: fix some threading issues in wizard 5 years ago
SomberNight 81fc3fcce2
hww: rm some code duplication: add "scan_and_create_client_for_device" 5 years ago
SomberNight 18c98483ac
wizard: (trivial) add some type hints 5 years ago
SomberNight e6d43b60fa
qt hww show_settings_dialog: don't scan devices in GUI thread 5 years ago
SomberNight 276631fab7
digitalbitbox: (trivial) user handler instead of handler.win 5 years ago
SomberNight 7f1c7955dc
DeviceMgr: clean-up locks a bit 5 years ago
SomberNight c0b170acb7
hww wizard: better handle UserFacingException in one case 5 years ago
SomberNight e68b6447cc
hww: catch exceptions when user clicks on hww qt status bar icon 5 years ago
SomberNight 2d3c2eeea9
keystore: add workaround for StoredDict issue #6066 5 years ago
SomberNight e53ce5dee0
(trivial) follow-up 570f7b7790 5 years ago
SomberNight 18d245ad5c
hw wallets: during wallet creation, make sure to save correct label 5 years ago
SomberNight 570f7b7790
qt wizard decrypt wallet with hww: just pass through cancellation 5 years ago
SomberNight 3ea2872b31
hw wallets: show e.g. "An unnamed trezor" if no label in select_device 5 years ago
SomberNight 7297e94970
hw wallets: handle cancellation for "query_choice" in wizard 5 years ago
SomberNight 6760c3f252
hw wallets: introduce HardwareHandlerBase 5 years ago
ThomasV 3b7299bfde
Merge pull request #6062 from SomberNight/20200331_wizard_multisig_warning 5 years ago
SomberNight 8e9b401c88
wizard: add a warning to multisig wallet creation to backup xpubs 5 years ago
SomberNight 8be94076b5
network: update tx broadcast error msgs whitelist 5 years ago
SomberNight 900a7631cf
commands: add new cmd "getprivatekeyforpath" to export a WIF for a path 5 years ago
ghost43 e1e5167ca9
Merge pull request #6060 from JeremyRand/commands-getservers-clarify 5 years ago
JeremyRand 72de433f5c
Commands: clarify description of getservers 5 years ago
SomberNight 79d57784c1
lnchannel: add more type hints 5 years ago
SomberNight db84de5493
trivial: use "chunks()" for htlc_sigs in lnchannel 5 years ago
SomberNight 8ad6d5ddda
lnchannel: clean-up docstrings a bit 5 years ago
SomberNight acb0d7ebac
lnchannel: better checks for "update_add_htlc" 5 years ago
SomberNight 90f3b667aa
small clean-up re max CLTV delta for LN 5 years ago
ghost43 d0a80226ea
Merge pull request #6055 from JeremyRand/utxolist-stretch-refactor 5 years ago
JeremyRand 001ee25604
UTXOList: Split stretch_column out of __init__ 5 years ago