8745 Commits (0df818c53cffe00804d4bb4d53f3837cd618c86c)
 

Author SHA1 Message Date
Rusty Russell 5eb121ffc3 common/amount: fix OpenBSD compile warning. 4 years ago
Rusty Russell ea810b7011 lightningd: don't declare local vars stdin and stdout. 4 years ago
Sergi Delgado Segura f1d5fdf323 pyln: Sets remote_pubkey for LightningConnection if node is not the initiator 4 years ago
Rusty Russell 26c10ffefe CHANGELOG.md: 0.9.1rc2 4 years ago
Rusty Russell 5bb6af6ba8 doc: note default proxy port. 4 years ago
Rusty Russell f658dd0d78 pytest: test connection timeout. 4 years ago
Rusty Russell 7f2b332021 connectd: implement connection timeout (60 seconds). 4 years ago
Rusty Russell 1deba1c8e4 plugins/pay: handle case where amount_msat is 'null'. 4 years ago
Rusty Russell dcf45b47b3 Travis: spread the load a little more. 4 years ago
Rusty Russell 9b41d608ee CHANGELOG.md: v0.9.1-rc1 4 years ago
Christian Decker f5dd393113 pyln: Bump proto version to match pyln-bolt* 4 years ago
Vincenzo Palazzo f62d7bbe45 Added additional fix to code formatting and English spelling. 4 years ago
Vincenzo Palazzo 9fbeb9bcdc delpay: code style changes and fixed docs 4 years ago
ZmnSCPxj jxPCSnmZ 0eb1e7e0ca plugins/libplugin-pay.c: Add new payee_incoming_limit to limit number of HTLCs based on payee connectivity. 4 years ago
ZmnSCPxj jxPCSnmZ deced56344 plugins/libplugin-pay.c: Add facility to have paymods request lowering of the estimated max HTLCs. 4 years ago
ZmnSCPxj jxPCSnmZ d15717b576 plugins/libplugin-pay.c: Keep p->invoice->routes valid when the routehints paymod mutates it. 4 years ago
ZmnSCPxj jxPCSnmZ 2d86014e53 tests/test_pay.py: Test for overload of number of HTLCs at the payee. 4 years ago
Rusty Russell 191355e0e7 pay: fix handling of legacy vs tlv encoding. 4 years ago
ZmnSCPxj jxPCSnmZ 9587425f2d plugins/spender/fundchannel.c: Make fundchannel a thin layer around multifundchannel. 4 years ago
ZmnSCPxj jxPCSnmZ f6c145d2df plugins/spender/multifundchannel.c: Move multifundchannel to the spenderp plugin. 4 years ago
Rusty Russell 976c6e5c83 json_add_tok: simplify, don't try to canonicalize. 4 years ago
niftynei 165d039f6c elements: consolidate fee outputs into a single fee output 4 years ago
niftynei 9771273c4d elements: these can coin moves can arrive in either order 4 years ago
niftynei 81a7a6742a elements: use normalization for elements fee output 4 years ago
niftynei eab7fcf8e5 test_utxopsbt: account for fee output diff when elements 4 years ago
niftynei 4311c658d0 test_txprepare: skip over fee outputs (elements) 4 years ago
niftynei 4c28e7b362 txprepare: elements requires inclusion of an accurate fee output 4 years ago
niftynei 65f01d8180 bitcoin: pull up elements_fee calc to allow wtx passed in 4 years ago
niftynei 250af67908 elements: run sign + send psbt check for elements tests 4 years ago
niftynei 273f0991b0 elements: include the value + asset tag for 'PSET's 4 years ago
niftynei 24578c7fea elementsd: use the elements version of a 'witness utxo' 4 years ago
Christian Decker bd811fbd1a pyln: Add safe fallback results for hooks 4 years ago
Christian Decker 3d6c4e93b3 pytest: Add a test to reproduce #3748 4 years ago
Michael Schmoock 160c564e5f fix: suppress duplicated channel_state_changed events 4 years ago
Michael Schmoock ddc759c49e test: plugin channel_state_changed notification 4 years ago
Michael Schmoock 218a9efaec pyln-testing: add get_channel_id helper 4 years ago
Michael Schmoock 45a0e049e3 doc: plugin channel_state_changed 4 years ago
Michael Schmoock d86855d1f7 feat: adds channel_state_changed notification 4 years ago
Antoine Poinsot b80ad95f1c channel_control: fix an use-after-free 4 years ago
Antoine Poinsot 2a9e847055 tools: remove headerversions.o on clean 4 years ago
Michael Schmoock dd60332d91 chore: adds experimental wiregen to gitignore 4 years ago
Rusty Russell c76cfe9c5c Makefile: fix typo which can cause build failures. 4 years ago
Moller40 4d672077e1 Avoid compile error on macos mojave 4 years ago
ZmnSCPxj jxPCSnmZ c6186829df tests/test_wallet.py: Simple multiwithdraw tests. 4 years ago
ZmnSCPxj jxPCSnmZ 277ff0f44c plugins/spender/multiwithdraw.c: Implement multiwithdraw command. 4 years ago
ZmnSCPxj jxPCSnmZ 5d7178d488 bitcoin/psbt.c: Add psbt_insert_output function. 4 years ago
ZmnSCPxj jxPCSnmZ e04febfe0c plugins/spender/: New plugin that will eventually absorb all onchain-spending commands. 4 years ago
Christian Decker 210734f1b6 docs: Update the repro-build docs to the new docker-based system 4 years ago
Christian Decker 70cbdbb363 release: Use correct version name and automatically add the link 4 years ago
Christian Decker fb4f4bff46 repro: Add config for ubuntu:20.04 4 years ago