10882 Commits (0bf8685e0f4ff8dd9a5d3f8370c0313fe482aaea)
 

Author SHA1 Message Date
ThomasV b2f1a8376b
remote watchtower: initial commit 6 years ago
Janus 52e21bfd22
rebase fixup: use new broadcast_transaction API 6 years ago
Janus 897b866e78
lnbase: use 45000 feerate on regtest for eclair compatibility 6 years ago
ThomasV 22f8b9c4ec
open_channel: improved success message 6 years ago
ThomasV 9982d51412
run open_channel in a WaitingDialog 6 years ago
Janus 0ec7cb351a
rename lnhtlc->lnchan, HTLCStateMachine->Channel 6 years ago
Janus 72ecd53b6b
lnhtlc: only store feerate once, don't store heights since we do not roll back 6 years ago
Janus 6c8ceef1c3
lnhtlc: merge config and state, remove unnecessary properties 6 years ago
Janus 5359624d67
lnhtlc: remove lookup_htlc, use heterogeneously typed lists 6 years ago
Janus 050c1c6e49
lnhtlc: save settled htlc amounts separately 6 years ago
Janus f85ed3d728
qt channels_list: use repr() and not str() for exceptions 6 years ago
ThomasV 315ff4bfb7
fix previous commit 6 years ago
ThomasV 46cc9cd5b6
follow-up 1c8a4bcfa497b117e4511c2f108dbca8a1adb793 6 years ago
SomberNight 4972e8e7d7
lnbase: handle some error codes re htlc failures ('UPDATE' flag) 6 years ago
SomberNight f3bb66d258
lnonion: use IntEnum and IntFlag for failure codes 6 years ago
SomberNight e9e5f1bd6d
handle failing htlc after restart 6 years ago
SomberNight 03dc812087
clean up local/global features 6 years ago
SomberNight 3c4697b842
on_channel_reestablish: try to get remote to force close channel if out-of-sync. 6 years ago
SomberNight 6ce3223cdc
on_update_fail_htlc: don't send commitment without changes 6 years ago
SomberNight 0ecc1c9dfa
simplify ChannelDB.on_channel_update 6 years ago
SomberNight dac2bf1064
travis: don't build binaries on ln branch 6 years ago
SomberNight d78ff0eb95
when paying and there are multiple 'r' hints, use one at random 6 years ago
SomberNight 8266ec50ef
use 'r' field in invoice when making payments (routing hints) 6 years ago
SomberNight 02ce9a3bea
make our channels private, and put routing hints in invoices we create 6 years ago
SomberNight 68fe10f292
lnworker: fix race 6 years ago
SomberNight 24c7c584e6
lnaddr: clean up imports 6 years ago
ThomasV 1b99849474
follow-up previous commit 6 years ago
ThomasV 644221f5f2
get rid of callbacks in lnwatcher, use network events instead 6 years ago
ThomasV 54d0873df2
lightning: fix tests 6 years ago
SomberNight 3afbc59af3
follow-up lnwatcher changes 6 years ago
ThomasV 39df2a1b54
lnwatcher simplification: remove ctn tests and pubkeys 6 years ago
ThomasV b7040e55aa
add more fields to list_channels 6 years ago
ThomasV f8b79ae621
aiosafe: define user visible exception class 6 years ago
ThomasV f2b798394d
lnbase: propagate error messages received in on_error to their relevant coroutines 6 years ago
ThomasV c1b8c6f863
create sweep transaction outside of lnwatcher 6 years ago
SomberNight bd76db58c8
fix race between lnwatcher/lnworker 6 years ago
SomberNight 7ed553e266
fix tests 6 years ago
SomberNight bc8895cc36
lnbase: Peer handles its own disconnection instead of lnworker 6 years ago
SomberNight b80fe05109
follow-up prev: avoid storage key collision with old 'lightning_privkey' 6 years ago
SomberNight acc8bdab6f
make key derivation reasonable 6 years ago
Janus a56372ac35
fix lnwatcher for channels initiated by remote 6 years ago
SomberNight a21f903aee
lnutil: missing import 6 years ago
Janus 9fdbd48ed0
lnhtlc: don't save FeeUpdates to disk, only keep FeeUpdate in memory while in progress 6 years ago
Janus 2063c1756e
ln: fix opening of channels (NameErrors) 6 years ago
Janus e86ca97fc1
lnbase: update gui after accomodating channel opening request 6 years ago
Janus 96c992ab86
accept channel opening requests initiated by remote 6 years ago
SomberNight d960b4cc2d
lnchannelverifier: (minor) use named fields of namedtuple 6 years ago
SomberNight 3ab21d2b8c
fix lnworker.choose_preferred_address 6 years ago
Janus 32a6fa2479
new network API: use broadcast_transaction with run_from_other_thread 6 years ago
Janus 056cb91291
lnhtlc: multiply weight by feerate before rounding 6 years ago