273 Commits (6b11cc8b8c0273202c459490fb0628e3b781431c)

Author SHA1 Message Date
Rusty Russell 6b11cc8b8c common: disallow NULL channel_id to peer_failed_err. 4 years ago
Rusty Russell f4ee41a989 common: remove peer_failed in favor of peer_failed_warn/peer_failed_err 4 years ago
Rusty Russell d14e273b04 common: treat all "all-channels" errors as if they were warnings. 4 years ago
Rusty Russell a7c5a1f1d2 lightningd: implement receiving warnings. 4 years ago
Rusty Russell 6dab04ebd5 tools/generate-wire.py: include digits in #ifndef idempotent header. 4 years ago
niftynei 7e324177de df-tests: simultaneous openchannel_init (while in progress) 4 years ago
niftynei 205a7057c9 df: use dev-env flagged upfront shutdown script 4 years ago
niftynei 5387f6736c df: free psbt on negotiation failed 4 years ago
niftynei 2cd95aa806 df: add a new 'channel_open_failed' notification 4 years ago
niftynei d4ec052668 df: include channel_id in openchannel2 hook 4 years ago
niftynei 99a621dd99 df-reconnects: allow tx-sigs in channeld iff we're reconnecting 4 years ago
niftynei 0a9c562664 df: state, clean more things up 4 years ago
niftynei 2f3acb91fc df: actually send a temp-id to the peer in open_channel2 WIP 4 years ago
niftynei f62f8b9c6b df: assume this is a 'negotiation failure' 4 years ago
niftynei 9cffa769b8 df: actually run 'reconnect' code 4 years ago
niftynei 9984c34f14 df: handle locked in etc in dualopend 4 years ago
niftynei 9fdf1ea32a df: reinitialize dual-funding 4 years ago
niftynei 1b6deaffc8 df: bunch of driveby formatting fixes 4 years ago
niftynei 924aaf180e temp_channel_id: move to common 4 years ago
niftynei c3a387a6d8 dual-fund: use correct 'last_tx' 4 years ago
niftynei 90d936bb60 df: handle shutdown (before lockedin) in dualopend 4 years ago
niftynei ae532614a3 df: handle fails 4 years ago
niftynei d47992a46d billboard: add in billboard updates from dualopend 4 years ago
niftynei 1ea4e63331 dual-open: handle sigs and channel lockin in dualopend, not channeld 4 years ago
niftynei e0a7907d79 dual-fund: don't kill dualopend after commitments exchanged 4 years ago
niftynei 0bb483f9b1 whitespace changes, 80 chars etc 4 years ago
niftynei 21a1f71732 df nit: capitialize acronym 4 years ago
niftynei 260bd04adb df: move tx_sigs from channeld to dualopend 4 years ago
niftynei 55bbdf1866 df: update an error message to give more info 4 years ago
Rusty Russell a11edebb7c utf8: handle UTF-8 arrays. 4 years ago
Rusty Russell ff8830876d wire/tlvstream: add tlv_make_fields helper to populate ->fields array. 4 years ago
Rusty Russell 5c167d16ab tools/generate-wire.py: use helpers. 4 years ago
Rusty Russell dc83e64003 tools/generate-wire: don't use void * pointers for tlv fromwire. 4 years ago
niftynei 9f74dd9fb3 df: rename the dual_open wires to match other daemon wires 4 years ago
niftynei 5e71de7819 df-spec: fail the open if they send us too many tx-collab msgs 4 years ago
niftynei 1e173463c9 df: rename 'feerate_per_kw' to 'feerate_per_kw_commitment' 4 years ago
niftynei 4ea9d9e928 df: Pass new feerate options through to plugin, set reasonable bounds 4 years ago
niftynei 97fd18f0b5 df: incorporate a few spec changes -- serial_id is now 64-bits 4 years ago
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