962 Commits (4926c25bb5cd327aa9bfbc4d4156a63f168b24b3)

Author SHA1 Message Date
Christian Decker 77ca07e91d db: Fix statement expansion bugs found through dblog mode 4 years ago
Michael Schmoock 011590b20e fix: broken SQL statement in wallet db_set_utxo 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
Rusty Russell d5cb0d85b5 utils: use a cleaner pattern to capture wally allocations. 4 years ago
Christian Decker 1d9e7cf079 db: Add support for key-value pair DSNs in postgresql 4 years ago
Rusty Russell 58f6e316cc lightningd: separate fee_states out of struct channel_info. 4 years ago
Rusty Russell 77b62d9e42 bitcoin/psbt: psbt_finalize needs a tal ctx. 4 years ago
Christian Decker de7b41695f db: Fix size mismatch on postgres in a migration 4 years ago
Matt Whitlock eab14768a8 update SHA256STAMPs using sorted dependencies 4 years ago
Vincenzo Palazzo f62d7bbe45 Added additional fix to code formatting and English spelling. 4 years ago
Vincenzo Palazzo 9fbeb9bcdc delpay: code style changes and fixed docs 4 years ago
niftynei 273f0991b0 elements: include the value + asset tag for 'PSET's 4 years ago
Michael Schmoock d86855d1f7 feat: adds channel_state_changed notification 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 8d429ecd06 df: add needed info to any PSBT we produce 4 years ago
niftynei 9c89184c1f dualfund: add feature flag for dual-funding 4 years ago
niftynei d6558deaa4 opening: pass two messages to channeld to send to peer 4 years ago
niftynei 0643945967 peer-control: send set of messages to start, not just one 4 years ago
niftynei 864f2f3e21 channel_id: save to database, dont derive from funding_txid 4 years ago
niftynei 437ca83fa5 elementsd: add a fee output to a fund/utxopsbt for elements transactions 4 years ago
Christian Decker c239a7161b wallet: Remove in-memory utxoset filter 4 years ago
Christian Decker cab52f1197 topology: Notify gossipd about spends after processing the block 4 years ago
Christian Decker eeb6e8091b wallet: Add function to retrieve spent UTXOs for a given height 4 years ago
Rusty Russell 2be1f3fe1b lightningd: extract routehint selection code. 4 years ago
Rusty Russell 348f5c50da Makefile: fix up sqlgen and docgen rules. 4 years ago
Rusty Russell 73832d1488 wellet: use create_psbt and psbt_append_input instead of constructing via bitcoin_tx. 4 years ago
Rusty Russell e3219d3aa0 utxo: expose is_reserved, make enum constants upper case. 4 years ago
Rusty Russell 438953b8f0 utxo: make reserved_til a u32 not a ptr, now it's compsulory. 4 years ago
Rusty Russell 83298c030a wallet: switch over to withdraw in module, remove lots of unused code. 4 years ago
Rusty Russell 3b8c0a7397 sendpsbt: just reserve (maybe bump) inputs on send, don't mark spent. 4 years ago
Rusty Russell c319f7697e wallet: wean fundpsbt off tx_spending_utxos. 4 years ago
Rusty Russell 182b761a46 walletrpc: remove now-unused txprepare parsing code. 4 years ago
Rusty Russell 6b2a3f4dfb txprepare: remove old code, switch to plugin. 4 years ago
Rusty Russell 3f57249f08 reservation: return FUNDING_STILL_SYNCING_BITCOIN if we might be missing funds. 4 years ago
Rusty Russell 96d260b787 wallet: fix reference to potentially-undefined variable. 4 years ago
Rusty Russell c34c055d82 Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 4 years ago
Christian Decker 6fc0433536 make: Do not clean sqlgen files in non-maintainer clean 4 years ago
Rusty Russell e5e0ccaba0 wallet/Makefile: fix typo in rule to regen sqlgen files. 4 years ago
Rusty Russell 8670cb333f wallet/Makefile: fix wallet_clean vs wallet-clean typo. 4 years ago
Rusty Russell 82f2f43425 Generated files: more merge fallout. 4 years ago
Rusty Russell 3a2191fcfe wallet: db_bind_talarr and db_column_talarr helpers. 4 years ago
Rusty Russell 3c6af3efb4 Makefile: commit and preserve all the wiregenerated files. 4 years ago
Rusty Russell e9a435ce82 Makefile: protect .po file and gen_db files with SHA256STAMP. 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
Christian Decker 0a501b3646 configure: Use pg_config to locate the header location 4 years ago