235 Commits (497e71ca1317eb4b3345b52d1dddc5e7a35b3cdb)

Author SHA1 Message Date
niftynei 7a2e72f56c dualopend: handle dev-memleaks; fix placement of return on DEV options 4 years ago
niftynei 396c406983 dualopend: re-order 'handle_dev_memleak' occurrence 4 years ago
Rusty Russell a8177e9013 Makefile: make check-includes check all the non-generated files. 4 years ago
niftynei ae825fff26 opening: use correct dust_limit for reserve floor 4 years ago
niftynei 4a1843a151 df, bugfix: use tal_wally around an allocation 4 years ago
niftynei 5c04ff1ad7 df: Pass the serial_id of the funding output to openchannel_init caller 4 years ago
niftynei 8bf9b4132b df: simplify `check_balances`, add spec quotes 4 years ago
niftynei 6926711f45 dualopend, nit: move some lines to be within 80chars 4 years ago
niftynei 4508584b21 dualfund: rearrange things so that the wire-dependent calls are separate 4 years ago
niftynei 8317957db2 feerate: remove duplicate method 4 years ago
niftynei 4034d0c306 psbt: have the unknown map 'add' be a 'set' instead 4 years ago
niftynei 085c590a51 dualopen: use separate wire for passing updated PSBTs back to dualopend 4 years ago
niftynei 33769cca4f dualopend: reverse polarity of send_next 4 years ago
niftynei 41ebf71e26 psbt: new methods for generating serial_ids for an input/output 4 years ago
niftynei a7f29f30db df-open: pathway for getting a commit back from peer 4 years ago
niftynei 3a405c33e6 dualfund: Pass in expected remote's serial parity 4 years ago
niftynei 06c41a0547 dualfund: opener, openchannel_init command (1/3) 4 years ago
niftynei 2618ef10c3 tx_roles: pull up roles, rename 4 years ago
niftynei 99293844a1 dualopend: use status_failed, not peer_failed 4 years ago
niftynei 9c1675fcb9 dual-fund: remove flag for option_anchor_outputs 4 years ago
niftynei 9af6e83393 dual-fund: check the max feerate also, not just min feerate 4 years ago
niftynei 82c0b48215 wires: towire/fromwire for wally_tx 4 years ago
niftynei 60be62a3bb openingd: patch test_opening_tiny_channel under EXP_FEAT 4 years ago
niftynei db2b013990 dual-fund: call daemon_shutdown only 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
Rusty Russell f37f2b6193 common/memleak: simplify and document API. 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 480f671e91 bitcoin/psbt: psbt_txid needs a tal ctx. 4 years ago
Antoine Poinsot 4b4fe2f4fb dual-openingd: msg_type should be dualopend_wire not u8 4 years ago
Matt Whitlock eab14768a8 update SHA256STAMPs using sorted dependencies 4 years ago
niftynei b44e36b99e spec-update: get rid of max-witness-len 4 years ago
niftynei aef5a5a0e5 psbt: psbt_has_serial_id -> psbt_find_serial_id 4 years ago
niftynei c50f377a85 psbt: pull out changeset logic into common, update API 4 years ago
niftynei 5cd06227d7 build: exclude dualopend from non-experimental builds 4 years ago
niftynei 303263d381 psbt: clean up interface for setting metadata on PSBT inputs 4 years ago
niftynei cafdbbcd2d dualopend: new `dualopend` daemon, containing most of accepter side 4 years ago
niftynei 72a098a4ad openingd: pull out check_configs into a common place 4 years ago
niftynei 864f2f3e21 channel_id: save to database, dont derive from funding_txid 4 years ago
Rusty Russell 0e805427dc tools/generate-wire.py: strip trailing whitespace on lines, fix bolt quotes. 4 years ago
Rusty Russell ea819107eb common: remove funding_tx. 4 years ago
Rusty Russell c34c055d82 Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 4 years ago
Rusty Russell d8e8426b52 Makefile: remove EXPERIMENTAL_FEATURES marker from generated files 4 years ago
Rusty Russell 82f2f43425 Generated files: more merge fallout. 4 years ago
Rusty Russell 9b8f08a8a0 lightningd: return min-capacity-sat to its intended purpose. 4 years ago
Rusty Russell 3c6af3efb4 Makefile: commit and preserve all the wiregenerated files. 4 years ago
Rusty Russell 1746406e41 Makefile: normalize all the Makefiles 4 years ago
Rusty Russell 8150d28575 Makefile: use generic rules to make spec-derived sources. 4 years ago
Rusty Russell 3e52d4100d common: convert to new wire generation style. 4 years ago