8909 Commits (6b347e1895dabef76c799a618a4a8118f2c29ce2)
 

Author SHA1 Message Date
Antoine Poinsot 31e50c9c25 contrib: remove ASAN suppressions 4 years ago
Antoine Poinsot 1aa94ccd9e fuzz: add a fuzz target for the close tx 4 years ago
Antoine Poinsot 33c7eccb3b fuzz: add a fuzz target for channel_id derivation 4 years ago
Antoine Poinsot f0061d0606 fuzz: add a fuzz target for common/bip32 4 years ago
Antoine Poinsot a89a018475 fuzz: add a fuzz target for common/bigsize 4 years ago
Antoine Poinsot 5d987f2dec fuzz: add a target for base32/64 encoding 4 years ago
Antoine Poinsot 07bb931fed common: remove b64_decode 4 years ago
Antoine Poinsot 63b1ae54a1 fuzz: add a target for common/bech32 4 years ago
Antoine Poinsot ae4dc231c1 amount: correctly parse amount strings we generate 4 years ago
Antoine Poinsot 2f90c45454 fuzz: add a fuzz target for amounts parsing 4 years ago
Antoine Poinsot 62b54d0125 build: introduce a fuzzing mode 4 years ago
niftynei ede5f5be3c mfc: blackbox test for commitment vs funding tx feerates 4 years ago
niftynei 26bc4f5239 tx,bugfix: correct signature length estimate 4 years ago
niftynei f8c4cc73ae mfc: use declared constants 4 years ago
niftynei e66937e012 mfc: Add a `commitment_feerate` optional parameter to multifundchannel 4 years ago
niftynei ae825fff26 opening: use correct dust_limit for reserve floor 4 years ago
niftynei 1b3a9be416 df, channeld: cleanup how psbt signalling works 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 9d412718df psbt: save the index of the change on the 'parent' 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 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