8315 Commits (6371a49ee314ca35aa19973cce9736da4f462c47)
 

Author SHA1 Message Date
niftynei 6371a49ee3 psbt: sort maps before serializing, to stabilize comparison 4 years ago
niftynei 24215f8c04 libwally: update to latest master, includes map sort 4 years ago
niftynei 9b1b05617f psbt: use platform-independent serialization for psbt fields 4 years ago
niftynei 973456ce23 psbt: assertion for index in bounds 4 years ago
niftynei d1d96a9952 tx: use elements_input_init_alloc 4 years ago
niftynei c6656dcbe8 psbt: use elements input init alloc 4 years ago
niftynei 722fa1df6c psbt-utils: ignore the 'unknown' map for input + output comparison 4 years ago
niftynei 32e40b2cfc psbt-common: unit test for diff/sort/add serial etc 4 years ago
niftynei 2f9a37de4a psbt: rename append_out -> append_output 4 years ago
niftynei eef762cc09 psbt: re-use init function for create_psbt 4 years ago
niftynei c0d0272eac psbt-common: shared psbt utilities 4 years ago
niftynei 0651b0ed8a pubkey: update comment to reflect location 4 years ago
niftynei 3923e0f0fd psbt: utilities for adding unknown info / proprietary c-lightning keydata 4 years ago
niftynei 251cde3514 psbt: add helpers for creating + adding input/outputs 4 years ago
Rusty Russell f495363bc4 openingd: add bolt quote about reserve calculation. 4 years ago
Rusty Russell cbd0be5c0e EXPERIMENTAL_FEATURES: enable option_anchor_outputs. 4 years ago
Rusty Russell 591e8f9663 psbt: finalize to-remote with option_anchor_outputs. 4 years ago
Rusty Russell 754765c139 utxo: keep flag to recognize to-remote option_anchor_outputs closes. 4 years ago
Rusty Russell c753561d24 onchaind: recognize the to-remote output if option_anchor_outputs. 4 years ago
Rusty Russell a730cbdc96 onchaind: recognize (and ignore) anchor outputs. 4 years ago
Rusty Russell a5d0c14d4d option_anchor_outputs: wire into all the subdaemons. 4 years ago
Rusty Russell 8cf2fff91b pytest: generalize tests. 4 years ago
Rusty Russell f0afd060db initial_commit_tx.h: extract base-weight calculation. 4 years ago
Rusty Russell 3ff8311b40 channeld: change to_remote for option_anchor_outputs. 4 years ago
Rusty Russell e7423888ba initial_commit_tx, commit_tx: add anchor outputs if needed. 4 years ago
Rusty Russell 222d018b1a commit_tx: take raw funding keys instead of wscript. 4 years ago
Rusty Russell d8d1014ca4 channeld: implement htlc sig checking changes for option_anchor_outputs. 4 years ago
Rusty Russell 85e3b43176 channeld, openingd: take into account option_anchor_outputs for fees. 4 years ago
Rusty Russell 7a2f964d43 hsmd: take option_anchor_outputs flag for HTLC signatures. 4 years ago
Rusty Russell 05c3a9bf12 script: change htlc output scripts if option_anchor_outputs. 4 years ago
Rusty Russell edf60b4f9e openingd: remember if we negotiated option_anchor_outputs, to put in the db. 4 years ago
Rusty Russell b093856d0c db: add option_anchor_outputs entry to channel table. 4 years ago
Rusty Russell ddb4ee296b features: define option_anchor_outputs. 4 years ago
Rusty Russell 168009c105 features: require dependent features at init handshake. 4 years ago
Rusty Russell bcd632f2ae listfunds: add "redeemscript" field. 4 years ago
Rusty Russell cf25ca11b8 sendpsbt: annotate transactions in wallet. 4 years ago
Rusty Russell 6b39731c6a fundchannel: provide outnum 4 years ago
Dave Scotese d2bd1f0fa9 Update TOR.md 4 years ago
ZmnSCPxj jxPCSnmZ f81611e551 plugins/libplugin-pay.c: Make sure blockheight disagreement does not prevent all future progress. 4 years ago
Christian Decker 8769f9ed93 pay: Fix final TLV payload if not going through MPP modifiers 4 years ago
ZmnSCPxj jxPCSnmZ 0279be1d13 plugins/libplugin-pay.c: Be less aggressive with advancing through routehints. 4 years ago
ZmnSCPxj jxPCSnmZ 29df517966 tests/test_pay.py: Provide test showing that blockheight disagreement causes us to advance routehints too aggressively. 4 years ago
Rusty Russell 2f4c16c388 pytest: fix race in test_bcli. 4 years ago
Rusty Russell 185b377551 pytest: don't wait for channel active message in test_closing.py::test_penalty_htlc_tx_timeout 4 years ago
Rusty Russell fc2fa56b55 pytest: fix temporary memleak found by test_misc.py::test_htlc_out_timeout 4 years ago
Rusty Russell 0fa5cde782 pytest: fix occasional error in test_sign_and_send_psbt: 4 years ago
Christian Decker 3d902501e5 pay: Group payments by their payment_hash, not by bolt11 string 4 years ago
Christian Decker 894c886bdd pay: Inherit payment label to all children 4 years ago
Christian Decker 0dcd974d97 pytest: Reproduce #3915 4 years ago
Christian Decker 639eaaf2b4 json-rpc: Do not return a null amount_msat to listpays 4 years ago