2829 Commits (90ad541cd2a15249506ac497b7e2f4c5b69ed4c8)

Author SHA1 Message Date
Rusty Russell ae4139ba10 lightningd: note whether payment secret is used or not. 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
Jan Sarenik d46427234b nit: lightningd.c: Fix a couple of SATTS comments 4 years ago
niftynei 21122af3a8 dev-force-features: adds a second valid format for forcing features 4 years ago
YOSHIDA Masanori 4f12ff0967 Makefile: add $(LIGHTNINGD_SRC_NOHDR) to $(ALL_C_SOURCES) for "make clean" to work properly 4 years ago
Rusty Russell 1e5789d421 close: add notification for slow closes. 4 years ago
Rusty Russell f395404a10 lightningd: infrastructure for internal notifications. 4 years ago
Rusty Russell 9f687d60d9 lightningd: forward notifications from plugins if enabled. 4 years ago
Rusty Russell c732d8707a JSON-RPC: notifications command. 4 years ago
Rusty Russell a95205c25c common/json_stream: add generic double-cr helper. 4 years ago
Rusty Russell becd4fe576 common: add routines for log level names. 4 years ago
Rusty Russell 0dec593aa8 lightningd: clean up close code now force is always true. 4 years ago
Rusty Russell a8177e9013 Makefile: make check-includes check all the non-generated files. 4 years ago
Rusty Russell 5e865ce42b Makefile: unify generated files definition. 4 years ago
niftynei d535a27104 df, bugfix: wait til after we've saved the channel to do this 4 years ago
niftynei c6d4bd676f dual-open,openchannel_update: include the index of the funding output 4 years ago
niftynei daa55d1221 df: add notification for receiving peer's funding tx sigs 4 years ago
niftynei f9aab50ee8 dual-fund: rework where we send our tx-sigs message, allow peers in 4 years ago
niftynei c6ad4f9b20 channel.psbt: make non-const 4 years ago
niftynei 6d650064a0 df, nit: make this error message a little bit more informative 4 years ago
niftynei a97e612442 df, bugfix: set the reserve correctly on the channel 4 years ago
niftynei 02c3f11405 df, bugfix: dont free the `uc` yet 4 years ago
niftynei 5c04ff1ad7 df: Pass the serial_id of the funding output to openchannel_init caller 4 years ago
niftynei 4508584b21 dualfund: rearrange things so that the wire-dependent calls are separate 4 years ago
niftynei 9d4afd5880 psbt: hoist up `psbt_add_serials`, so we can use it elsewhere 4 years ago
niftynei b4773203bb psbt-finalized: hoist method to common 4 years ago
niftynei 3674de9865 json: add channel_id helper 4 years ago
niftynei 4034d0c306 psbt: have the unknown map 'add' be a 'set' instead 4 years ago
niftynei b696ec89a5 df-open: use channel_id for openchannel_update and openchannel_signed 4 years ago
niftynei 085c590a51 dualopen: use separate wire for passing updated PSBTs back to dualopend 4 years ago
niftynei 41ebf71e26 psbt: new methods for generating serial_ids for an input/output 4 years ago
niftynei 818f152618 channel: save funding_psbt to database 4 years ago
niftynei 6c31eb9dd0 df-open: send the tx-sigs from channeld, check that we send it at the 4 years ago
niftynei 865c9e9567 df-channeld: broadcast funding tx, once we get tx_sigs from peer 4 years ago
niftynei aa1b8296c7 peer_control: move open_command up to where channeld can get it, 4 years ago
niftynei 46641951fa dual-open: use tx_roles, not side, as switch 4 years ago
niftynei 8858ae4f3d df-open: commands to update a PSBT or submit a signed PSBT 4 years ago
niftynei 537eeab208 df-open: add a 'open_commands' list to stash pending opens around in 4 years ago
niftynei b2ec5a9f45 peer_channeld: pass over PSBT, remove second message 4 years ago
niftynei a7f29f30db df-open: pathway for getting a commit back from peer 4 years ago
niftynei 06c41a0547 dualfund: opener, openchannel_init command (1/3) 4 years ago
niftynei 9c1675fcb9 dual-fund: remove flag for option_anchor_outputs 4 years ago
Rusty Russell ec868d4acb lightningd: fix crash when we try to send fail_htlc msg to onchaind. 4 years ago
Rusty Russell 4ba9ad66bc options: remove unused 'commit-fee-min/max' options. 4 years ago
Michael Schmoock 71381eb5be chore: reduce log buffer from 100MB to 10MB 4 years ago
Rusty Russell 7260d9ea3d plugins: generate list of plugins more atomically, respect V=1 and --quiet. 4 years ago
Rusty Russell 488b32b003 build: run update-mocks. 4 years ago
Michael Schmoock 980a9517c6 fix: openchannel_hook log BROKEN on dup close_to 4 years ago
Rusty Russell 924cc04bd2 bolt11: have caller supply preferred chain. 4 years ago