993 Commits (01e37d61e83460d6000a5269eb9436318962b465)

Author SHA1 Message Date
Christian Decker 8e908ff652 Revert "wallet: Remove in-memory utxoset filter" 4 years ago
Karol Hosiawa a2c208e121 Added spent option to listfunds 4 years ago
Rusty Russell 723c16072a cleanups: feedback from Christian Decker review. 4 years ago
Rusty Russell a33e39b7e8 pay, wallet: rename internal `bolt11` vars to `invstring`. 4 years ago
Rusty Russell 4c4288e3e5 invoice: handle bolt12 strings if EXPERIMENTAL_FEATURES. 4 years ago
Rusty Russell fab0842d31 lightningd: createinvoice low-level invoice creation command. 4 years ago
Rusty Russell 3f4683e3f8 sendpay: optional argument to link local offer. 4 years ago
Rusty Russell 963f6b5d67 invoice: add an optional local_offer_id. 4 years ago
Rusty Russell 381b0f456c db: offer table. 4 years ago
Rusty Russell 32c7c133f4 common/sphinx: make onionpacket.routinginfo a dynamic member. 4 years ago
Rusty Russell 25b0dbe7e8 wallet: remove debugging fprintf. 4 years ago
Rusty Russell 1a3c0a0c0d invoice: fix potential race where invoice is paid/expired while we're calling hook. 4 years ago
niftynei e81d78ec4c fundpsbt/utxopsbt: new `min_witness_weight` param 4 years ago
Rusty Russell ca2bd98082 unittest: use common_setup / common_shutdown almost everywhere. 4 years ago
Michael Schmoock 6cc96c07dc feat: adds state_changes to listpeers output 4 years ago
Michael Schmoock 88c1dc56e8 db: adds a state_change history to database 4 years ago
Michael Schmoock 68ce25c92d feat: adds timestamp to state_change notification 4 years ago
Michael Schmoock b7c18517df rpc: adds opener and closer to listpeers channels 4 years ago
Michael Schmoock 083a856c31 db: persist channel closer and state change cause 4 years ago
Michael Schmoock 8a8dabaa58 feat: adds state change cause and message 4 years ago
Christian Decker d487ec5c9b wallet: Remove orphan statements.po file 4 years ago
Rusty Russell 497e71ca13 Makefile: fix bashism in NO_PYTHON 4 years ago
Rusty Russell 1e5789d421 close: add notification for slow closes. 4 years ago
Rusty Russell a8177e9013 Makefile: make check-includes check all the non-generated files. 4 years ago
niftynei a7d4b8780e elementsd: disable dual-funding test; don't add non-witness utxo 4 years ago
niftynei 818f152618 channel: save funding_psbt to database 4 years ago
niftynei b2ec5a9f45 peer_channeld: pass over PSBT, remove second message 4 years ago
niftynei d0702e05dd psbt: add the full transaction for the utxo in a psbt 4 years ago
niftynei 3c98bec693 db: add helper for db_col_psbt 4 years ago
niftynei e2a6fd7112 common: pull up `param_psbt` 4 years ago
Michael Schmoock db19f19eb3 chore: adds env NO_PYTHON check to Makefiles 4 years ago
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