8788 Commits (f9aab50ee88cf76d72eaea7124eeebb685d29b6c)
 

Author SHA1 Message Date
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 bdf1cc2f93 channeld-df: only send our sigs if we've got them 4 years ago
niftynei d1c7c78159 channeld-df: actually check serial_id of input when setting sigs 4 years ago
Rusty Russell f3bd57a088 common: cleanups suggested by Christian Decker's review. 4 years ago
Rusty Russell b470ae2c73 plugins/libplugin-pay: use gossmap. 4 years ago
Rusty Russell eadf2c91fe libplugin-pay: incorporate gossip store. 4 years ago
Rusty Russell 92f2461b5d plugins/pay: fix leak on failed new payments. 4 years ago
Rusty Russell 639eddf840 common/gossmap: digest private channel information too. 4 years ago
Rusty Russell 83aea6b2bb gossip_store: make private channels more similar to channel_announcement 4 years ago
Rusty Russell c6625943b5 pytest: test that route can see private channels. 4 years ago
Rusty Russell b80342b928 gossmap: implement feature tests 4 years ago
Rusty Russell 52c465fef0 common/gossmap: fix gossmap_node_get_announce() on unannounced nodes. 4 years ago
Rusty Russell bb9ad57a03 gossip_store: don't copy old delete markers on startup compact. 4 years ago
Rusty Russell 30bf6706b7 route: return NULL if destination is unreachable. 4 years ago
Rusty Russell 1bf3eebbf6 dijkstra: fix heap ordering. 4 years ago
niftynei 4a1843a151 df, bugfix: use tal_wally around an allocation 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 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 cdfb825336 nit: move changeset_get_next to inside EXPERIMENTAL_FEATURES flag 4 years ago
niftynei 8317957db2 feerate: remove duplicate method 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 b6a7b52a3e json nit: use const for json_add_psbt 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 a7d4b8780e elementsd: disable dual-funding test; don't add non-witness utxo 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 33769cca4f dualopend: reverse polarity of send_next 4 years ago
niftynei 5fbd25f938 dual-fund: test (turned off) and plugin for executing an openchannel 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 254ea37702 psbt: method for extracting witness stacks 4 years ago
niftynei 0df818c53c df-open: preliminary handling for tx_sigs message 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 3a405c33e6 dualfund: Pass in expected remote's serial parity 4 years ago
niftynei 06c41a0547 dualfund: opener, openchannel_init command (1/3) 4 years ago