8755 Commits (085c590a51911d94955755b7d1c39ac3a8323233)
 

Author SHA1 Message Date
Rusty Russell d5cb0d85b5 utils: use a cleaner pattern to capture wally allocations. 4 years ago
Rusty Russell 66ffd7a73f bitcoin/: neaten use of libwally base58 and bas64 routines. 4 years ago
Rusty Russell 4e67b4fd03 Makefile: work with shasum -a as well as sha256sum. 4 years ago
Christian Decker d9ba39d2cb pytest: Add test for key-value style postgresql DSNs 4 years ago
Christian Decker 1d9e7cf079 db: Add support for key-value pair DSNs in postgresql 4 years ago
Antoine Poinsot 15adcc915f Remove varint typedef for bigsize 4 years ago
Rusty Russell 7db8680530 lightningd: don't hand around partially-assembled channel_info. 4 years ago
Rusty Russell 58f6e316cc lightningd: separate fee_states out of struct channel_info. 4 years ago
niftynei cf2a807d3c dual_open: don't release uc here, it gets freed elsewhere 4 years ago
niftynei db2b013990 dual-fund: call daemon_shutdown only 4 years ago
niftynei 56b3711bbc dual_open: alignment nit 4 years ago
niftynei ed9f661e07 dual_open: memleak problem with fee_states 4 years ago
niftynei 7d836a5945 dual_open_control: nit, reword comment 4 years ago
niftynei aa6420cb58 dual_open: split logic for deserializing a changed vs signed PSBT 4 years ago
niftynei 1f165c00ae psbt_txid: it's possible a psbt may already have the finalized scriptsig 4 years ago
niftynei c5f748e716 dualopend: tiny billboard capitalization change 4 years ago
niftynei 5f6a2c05bd dualopend: check that we're not exceeding max allowable capacity 4 years ago
niftynei 8761468f42 dualopend: use status failed instead of peer failed 4 years ago
Christian Decker 668debb74f pyln: Rename LightningNode.fund_channel to fundchannel 4 years ago
Christian Decker 8ecb157af6 pyln: Add type annotations to lightning.py 4 years ago
Christian Decker 49ec800a07 pyln: Add type-annotations to plugin.py 4 years ago
Christian Decker d27da4d152 pyln: Fix two formatting string not matching parameters 4 years ago
Christian Decker 748caf91d3 pyln-client: Add support to monkey patch the JSONEncoder 4 years ago
Christian Decker 382230509b pyln: Add stubs to generate documentation for pyln-client 4 years ago
Rusty Russell 75ce380e0e Travis: disable postgres test. 4 years ago
Christian Decker 1cb527d46a topo: Do not keep txids in memory indefinitely 4 years ago
Rusty Russell f37f2b6193 common/memleak: simplify and document API. 4 years ago
Rusty Russell 0a50301d51 pytest: don't test for memleaks under valgrind. 4 years ago
Rusty Russell bba4fd0d70 common: don't suppress leak detection for libwally allocations. 4 years ago
Rusty Russell 161cc3e840 memleak: make "_notleak" names less powerful. 4 years ago
Rusty Russell 7b55d6cfe2 common: enforce that we have collected all wally allocations. 4 years ago
Rusty Russell c23001d508 bitcoin: use tal_gather_wally() so we don't leave unattached allocations. 4 years ago
Rusty Russell a316c517c7 common: add tal_gather_wally() function to reparent libwally objs. 4 years ago
Rusty Russell 3c8049f32c bitcoin/psbt: psbt_input_add_unknown/psbt_output_add_unknown needs a tal ctx. 4 years ago
Rusty Russell 77b62d9e42 bitcoin/psbt: psbt_finalize needs a tal ctx. 4 years ago
Rusty Russell 607075a3d4 bitcoin/psbt: wallt_tx_output needs a tal ctx. 4 years ago
Rusty Russell 480f671e91 bitcoin/psbt: psbt_txid needs a tal ctx. 4 years ago
Rusty Russell 67fbb349b6 bitcoin/tx: trivial cleanups. 4 years ago
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