227 Commits (0ca6c3cc8445e780cca378049d231397b4ae70a6)

Author SHA1 Message Date
Rusty Russell a8177e9013 Makefile: make check-includes check all the non-generated files. 4 years ago
Rusty Russell 83aea6b2bb gossip_store: make private channels more similar to channel_announcement 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
Jan Sarenik b8c972a0e2 doc: Add missing signet to --help and man 4 years ago
Rusty Russell 924cc04bd2 bolt11: have caller supply preferred chain. 4 years ago
Antoine Poinsot 15adcc915f Remove varint typedef for bigsize 4 years ago
Christian Decker 70cbdbb363 release: Use correct version name and automatically add the link 4 years ago
niftynei 5cd06227d7 build: exclude dualopend from non-experimental builds 4 years ago
niftynei 8d429ecd06 df: add needed info to any PSBT we produce 4 years ago
niftynei 864f2f3e21 channel_id: save to database, dont derive from funding_txid 4 years ago
Rusty Russell 1ddf44a792 devtools/credit: remove ZmnSCPxj from naming twice! 4 years ago
Rusty Russell ea819107eb common: remove funding_tx. 4 years ago
Rusty Russell c34c055d82 Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 4 years ago
Rusty Russell 1746406e41 Makefile: normalize all the Makefiles 4 years ago
Rusty Russell 8150d28575 Makefile: use generic rules to make spec-derived sources. 4 years ago
Matt Whitlock abbc712afb allow building without sqlite3 4 years ago
Rusty Russell e065cd6be4 devtool/route: simple routing tool and benchmark. 4 years ago
Rusty Russell 5714a8c139 devtools/topology: new tool to explore lightning topology. 4 years ago
Rusty Russell dffbf8de85 gossipd: convert wire to new scheme. 4 years ago
Rusty Russell 80b2e1e298 common: add simple json parse wrapper for the complete cases. 4 years ago
Rusty Russell a5d0c14d4d option_anchor_outputs: wire into all the subdaemons. 4 years ago
Rusty Russell e7423888ba initial_commit_tx, commit_tx: add anchor outputs if needed. 4 years ago
Rusty Russell 85e3b43176 channeld, openingd: take into account option_anchor_outputs for fees. 4 years ago
Rusty Russell ffbb409b47 amount: use initializers everywhere. 4 years ago
niftynei dc868630a8 tx-psbt: pass in the witness script (if known) when adding an input 4 years ago
niftynei a04f0fe250 psbt: remove input_amounts from bitcoin tx 4 years ago
niftynei bf4cac7fb8 tx: strip out witscript 4 years ago
niftynei b076f40cf3 psbt: move witness script storage into the psbt 4 years ago
Rusty Russell cfb320c972 wire: move remaining bitcoin functions out to bitcoin/ files. 4 years ago
Rusty Russell fda5f0b427 common/channel_id: move channel_id into its own file. 4 years ago
Sebastian Falbesoner 0bf93137f6 devtools/credit: check if tag exists first 5 years ago
Christian Decker eb8eabcc3c txs: Move commit tx generation out of the signature computation 5 years ago
Rusty Russell b0c9059602 tools/generate-wire: no more lonely messages! 5 years ago
Rusty Russell 23f3a3c840 devtools/blindedpath: implement scid support. 5 years ago
Rusty Russell a85d40fc5e common/onion: add blinding and enctlv encoding. 5 years ago
Dr. Maxim Orlovsky fe85cf9a4f Removing duplicated wscript generation for channel txs 5 years ago
Vasil Dimov ae06325c00 devtools: git ignore devtools/blindedpath 5 years ago
Rusty Russell 3b4a06f52b common: generalize ecdh function. 5 years ago
Rusty Russell 91251b1870 common: add blinding helpers. 5 years ago
Rusty Russell d9fc99ea39 channeld: simplify loading of pre-existing HTLCs. 5 years ago
Rusty Russell cf43e44378 common/features: don't use internal global. 5 years ago
Rusty Russell 15f54878e4 connectd: do feature bits check after init exchange. 5 years ago
Rusty Russell fcc68b9b06 devtools/blindedpath: add --simple-output for use from python. 5 years ago
Rusty Russell 74228605ef devtool/blindedpath: primitive tool to make blinded onions. 5 years ago
Rusty Russell 8c984fbf1d common: make sphinx.c use hmac.c. 5 years ago
Rusty Russell 24984ec680 common/sphinx: add realm flag so we can avoid legacy parsing. 5 years ago
Rusty Russell f541044e8f devtools/onion: change defile assocdata to empty. 5 years ago
Rusty Russell 43a46e252c devtools/onion: allow '-' input file so you can pipe from stdin. 5 years ago