1004 Commits (ea95ad9c1244a767013f60b5386c49b5550274f8)

Author SHA1 Message Date
Antoine Poinsot 07bb931fed common: remove b64_decode 4 years ago
Antoine Poinsot ae4dc231c1 amount: correctly parse amount strings we generate 4 years ago
niftynei 9d412718df psbt: save the index of the change on the 'parent' 4 years ago
Rusty Russell f3bd57a088 common: cleanups suggested by Christian Decker's review. 4 years ago
Rusty Russell eadf2c91fe libplugin-pay: incorporate gossip store. 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 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 30bf6706b7 route: return NULL if destination is unreachable. 4 years ago
Rusty Russell 1bf3eebbf6 dijkstra: fix heap ordering. 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 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 b696ec89a5 df-open: use channel_id for openchannel_update and openchannel_signed 4 years ago
niftynei 41ebf71e26 psbt: new methods for generating serial_ids for an input/output 4 years ago
niftynei 254ea37702 psbt: method for extracting witness stacks 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 7a5a7a0ac5 psbt_open: method for adding a witness_stack to a psbt input 4 years ago
niftynei 82c0b48215 wires: towire/fromwire for wally_tx 4 years ago
niftynei e2a6fd7112 common: pull up `param_psbt` 4 years ago
Jan Sarenik 2dd6b82dfb doc: reorder --mainnet before --testnet 4 years ago
Jan Sarenik b8c972a0e2 doc: Add missing signet to --help and man 4 years ago
Rusty Russell 488b32b003 build: run update-mocks. 4 years ago
Jan Sarenik b1355bf61e Update comment regarding signet using tb now 4 years ago
Rusty Russell 924cc04bd2 bolt11: have caller supply preferred chain. 4 years ago
Rusty Russell d5cb0d85b5 utils: use a cleaner pattern to capture wally allocations. 4 years ago
Antoine Poinsot 15adcc915f Remove varint typedef for bigsize 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 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
Matt Whitlock eab14768a8 update SHA256STAMPs using sorted dependencies 4 years ago
Rusty Russell 5eb121ffc3 common/amount: fix OpenBSD compile warning. 4 years ago
Vincenzo Palazzo 9fbeb9bcdc delpay: code style changes and fixed docs 4 years ago
Rusty Russell 976c6e5c83 json_add_tok: simplify, don't try to canonicalize. 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 169b7817dc psbt: only compare a subset of psbt input/output fields 4 years ago