8617 Commits (11ebb84e7d24f552b309102b596ac1e111599f29)
 

Author SHA1 Message Date
Rusty Russell 11ebb84e7d bitcoin/psbt: attach destructors to wally allocations to avoid leaks. 4 years ago
Rusty Russell 80c705d528 bitcoin/psbt: more const pointers. 4 years ago
Antoine Poinsot 4b4fe2f4fb dual-openingd: msg_type should be dualopend_wire not u8 4 years ago
Christian Decker de7b41695f db: Fix size mismatch on postgres in a migration 4 years ago
Rusty Russell a08e83522b configure: clean up tmpfile if we fail. 4 years ago
Rusty Russell d56f8b6c5d configure: refuse to create config.vars without any database. 4 years ago
Rusty Russell 34a6294031 lightningd: really remove relative plugins dirs. 4 years ago
Rusty Russell 288aa397fc lightningd: remove deprecated result for `plugin stop`. 4 years ago
Rusty Russell 00115ee7f0 lightningd: remove deprecated rpc_command hook return. 4 years ago
Rusty Russell 8aa660e938 lightningd: remove deprecated return for `db_write` hook. 4 years ago
Rusty Russell 349f245f8c lightningd: remove deprecated per_hop_v0 in htlc hook. 4 years ago
Rusty Russell 99ff474308 lightningd: remove deprecated plugin entries. 4 years ago
Matt Whitlock eab14768a8 update SHA256STAMPs using sorted dependencies 4 years ago
Matt Whitlock ec29f04b5f Makefile: sort input filenames to SHA256STAMP 4 years ago
niftynei b4989b9e15 listpeers: show correct amounts for starting funding allocation 4 years ago
niftynei d0e42e2c36 contrib: make bitcoin polling and gossip propagation snappier 4 years ago
niftynei 53ba34fe3a doc: correct weight numbers for fundpsbt 4 years ago
niftynei 9f006fdf03 memleak: 'generify' the memleak calling to code for openingd/dualopend 4 years ago
Christian Decker a88073f6fb repro: Add missing Dockerfiles 4 years ago
Christian Decker 274540f556 repro: Allow dashes in the version number 4 years ago
Christian Decker 15842d056d docker: Bump OS version to debian buster 4 years ago
Rusty Russell 817a7533d1 Ready for release! 4 years ago
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