11458 Commits (251db638af2f9c892a41af941b587729ba1c6771)
 

Author SHA1 Message Date
SomberNight a06b49ae40 when paying and there are multiple 'r' hints, use one at random 6 years ago
SomberNight 97393d05aa use 'r' field in invoice when making payments (routing hints) 6 years ago
SomberNight 029ec5a5ab make our channels private, and put routing hints in invoices we create 6 years ago
SomberNight 09c3e52e62 lnworker: fix race 6 years ago
SomberNight 53802ba382 lnaddr: clean up imports 6 years ago
ThomasV c1b34dafe2 follow-up previous commit 6 years ago
ThomasV 4441233596 get rid of callbacks in lnwatcher, use network events instead 6 years ago
ThomasV 242ab5ae56 lightning: fix tests 6 years ago
SomberNight 5fbadafdb1 follow-up lnwatcher changes 6 years ago
ThomasV 6e5b36e661 lnwatcher simplification: remove ctn tests and pubkeys 6 years ago
ThomasV 9a88b5605a add more fields to list_channels 6 years ago
ThomasV 6b9de278d4 aiosafe: define user visible exception class 6 years ago
ThomasV 6f3c2b30ed lnbase: propagate error messages received in on_error to their relevant coroutines 6 years ago
ThomasV 11c3ca281c create sweep transaction outside of lnwatcher 6 years ago
SomberNight 72eb179c7a fix race between lnwatcher/lnworker 6 years ago
SomberNight d44afd9633 fix tests 6 years ago
SomberNight 707c7d569d lnbase: Peer handles its own disconnection instead of lnworker 6 years ago
SomberNight f3dd7ce615 follow-up prev: avoid storage key collision with old 'lightning_privkey' 6 years ago
SomberNight 17457327ef make key derivation reasonable 6 years ago
Janus 5859054095 fix lnwatcher for channels initiated by remote 6 years ago
SomberNight fb8deecb57 lnutil: missing import 6 years ago
Janus c5b7deac6b lnhtlc: don't save FeeUpdates to disk, only keep FeeUpdate in memory while in progress 6 years ago
Janus 8bd6dc2425 ln: fix opening of channels (NameErrors) 6 years ago
Janus bdf36ac649 lnbase: update gui after accomodating channel opening request 6 years ago
Janus 0405f0d9ad accept channel opening requests initiated by remote 6 years ago
SomberNight b18a17ef79 lnchannelverifier: (minor) use named fields of namedtuple 6 years ago
SomberNight c430b39b7d fix lnworker.choose_preferred_address 6 years ago
Janus 139f773c2e new network API: use broadcast_transaction with run_from_other_thread 6 years ago
Janus 1a7b06b690 lnhtlc: multiply weight by feerate before rounding 6 years ago
Janus 646881f437 lnworker.pay(): lightning-integration support 6 years ago
Janus a071aafcc7 lnhtlc: generalize balance/pending_commitment code over htlc direction 6 years ago
Janus c8dc17012f lnworker: add missing import 6 years ago
Janus cef3a30c5a lnbase: remove code duplication by introducing send_commitment(chan) 6 years ago
Janus addd8928bf lnbase: remove unnecessary branching and duplicated code in receive_commitment_revoke_ack 6 years ago
Janus e5f42a3973 lnhtlc: save settled or failed htlcs 6 years ago
Janus efc8d50570 move connection string decoding to lnworker, fix test_lnutil 6 years ago
Janus 24cf4e7eb0 qt channels_list: min width, not fixed with (for hiDPI displays), use OK as default button 6 years ago
Janus 9862fe5c0c ecc_fast: require libsecp256k1 on lightning, channel graph breaks electrum without 6 years ago
Janus 1988b552e1 commands: add dumpgraph command to see which nodes electrum knows about 6 years ago
Janus 6bec42d18a requirements: require bitstring for lnaddr, cryptography for lnbase 6 years ago
ThomasV 75dd56eff0 avoid code duplication between methods that send channel updates 6 years ago
Janus 5e7117dddd ln: commit fee updates as soon as possible 6 years ago
Janus 5753cf9e05 ln fees: avoid resending same fee update before it has been committed to, docs 6 years ago
ThomasV 22b06ddec2 lnwatcher: fix parameters to broadcast_transaction 6 years ago
Janus d07adda3c0 lnhtlc: decrease next_htlc_id counter when removing htlcs when saving 6 years ago
ThomasV 1127d3f467 simplify syntax 6 years ago
Janus 878dc17acb ln: don't save htlcs that are not locked in 6 years ago
Janus 2c6925e526 lnhtlc: bip69 ordering of htlc signatues we generate 6 years ago
Janus e23e0d6c6e ln: avoid duplicated htlc filter code, support multiple htlcs better 6 years ago
Janus e18a3b5a3d lnutil: remove LI01 sort after Tx.from_io: fixup after rebase on da9d1e6001 6 years ago