3218 Commits (d3fb68575d17ec3e58ad72a1325b38e5267d5b26)

Author SHA1 Message Date
SomberNight 7297e94970
hw wallets: handle cancellation for "query_choice" in wizard 5 years ago
SomberNight 6760c3f252
hw wallets: introduce HardwareHandlerBase 5 years ago
matejcik 4cd50dd75a trezor: bump lib version, implement new passphrase-on-device UI 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
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
JeremyRand 001ee25604
UTXOList: Split stretch_column out of __init__ 5 years ago
SomberNight 7498271927
follow-up prev: htlc direction madness 5 years ago
SomberNight 5b7ce98ab2
lnchannel: fix included_htlcs 5 years ago
ThomasV bb35e330fb do not show freeze/unfreeze channel options if channel is closed 5 years ago
SomberNight 7ac1cace7a
wallet_db.clear_history: now clears prevouts_by_scripthash too 5 years ago
SomberNight 3ed6afce64
lnchannel: implement freezing channels (for receiving) 5 years ago
SomberNight 79d202485e
lnworker: rename can_send to num_sats_can_send 5 years ago
SomberNight 5c8455d00b
lnchannel: when adding HTLCs, run checks for both directions 5 years ago
SomberNight 01207316aa
storage upgrade: move "htlc_minimum_msat" to base channel config 5 years ago
SomberNight 53c6fc8cf1
lnchannel: test for max htlc value (needs to be below protocol maximum) 5 years ago
SomberNight 777e350fae
lnchannel: partly fix available_to_spend 5 years ago
SomberNight deb50e7ec3
lnchannel: implement "freezing" channels (for sending) 5 years ago
SomberNight 9c8d2be638
qt channels list: sort by short chan id by default 5 years ago
SomberNight 95979ba58d
qt channels list: make selection more in line with other tabs 5 years ago
SomberNight 7488cc91cd
qt channels: expose long channel id (in ctx menu and details dlg) 5 years ago
interrupt00 df700ca96a Document how to disable proxy 5 years ago
SomberNight cf5872d2c1
follow-up prev 5 years ago
SomberNight 2cc76fbbbd
lnworker: fix type error re pending_payments, and impl malformed htlcs 5 years ago
SomberNight 9a70b79eea
follow-up prev: try to handle json db int key madness :/ 5 years ago
SomberNight b524460fdf
lnpeer: implement basic handling of "update_fail_malformed_htlc" 5 years ago
SomberNight ea0981ebeb
lnutil.UpdateAddHtlc: use attrs instead of old-style namedtuple 5 years ago
ThomasV 444610452e wallet_db: encapsulate type conversions with attr.s converter 5 years ago
ThomasV df15042cee Quantitative easing of lightning fees 5 years ago
ThomasV d5469b7eb5 fix #6037 5 years ago
SomberNight 5e59d1a0ed
lnonion: use random starting bytes in Sphinx packet as in updated BOLT4 5 years ago
SomberNight 510399d3d2
wallet: dust limit calculation should round up (not down) 5 years ago
SomberNight a500db371d
wallet: put hard limit on minimum of relayfee: 1 sat/byte 5 years ago
SomberNight ec6be665d5
lnwatcher: unwatch deeply mined channels 5 years ago
SomberNight a7c02c770d
follow-up prev: network.interface might be None 5 years ago
ThomasV 133d74adfb fee estimates: use median if auto-connect 5 years ago
ThomasV 5bac2fea98 Qt: improve channel details window 5 years ago
ThomasV ffa3760a17 follow-up prev: rm decorator, preprocess channel_id for all messages 5 years ago
ThomasV 386d385389 lnpeer: channel_update decorator 5 years ago
ThomasV fe2b40b83d Fix #6021: Do not transition channel state to CLOSED if tx is unconfirmed. 5 years ago
ThomasV af457ea2ec follow-up 46d8080c76e79670e8abaaaa0eb2d4d4a74544c1: own channels are no longer in channel_db 5 years ago
ThomasV 81dc2591b1 kivy: switch position/size of camera and clear buttons 5 years ago
ThomasV b6cb983733 lnworker.pay: run path finding in sep. thread (don't block evt loop) 5 years ago
ThomasV df5acd1ea5 kivy: add delete button for invoices/requests 5 years ago