7162 Commits (eb2b225c9f35482fa82dc43ca7efd2f66b89ba63)
 

Author SHA1 Message Date
Christian Decker eb2b225c9f changelog: Update the changelog for 0.8.0rc2 5 years ago
Rusty Russell b315a29202 wire: perform corruption test on init_msg. 5 years ago
Rusty Russell eb6a768741 tools: don't use bytelength as array length for arrays in TLVs. 5 years ago
Rusty Russell 1d0c433dc4 channeld: treat all incoming errors as "soft", so we retry. 5 years ago
Rusty Russell 839909d2cf Protocol: make var_onion, payment_secret and basic_mpp non-EXPERIMENTAL. 5 years ago
Rusty Russell 2e97afd1ac lightningd: remove htlc_set destruction timer once we head to invoice. 5 years ago
Christian Decker fb7c67889e htlcs: Make sure htlc_sets is not erroneously flagged as a memleak 5 years ago
Rusty Russell e521aaec8e devtools: fix example at top of mkcommit. 5 years ago
Rusty Russell 72aa315b5e lightningd: save the fee_states into the database. 5 years ago
Rusty Russell 4270031d75 wallet: add per-channel feerate_state to the database. 5 years ago
Rusty Russell d2673a4e6f channeld: remove changes_pending flags. 5 years ago
Rusty Russell 24d54f98ad channeld: use fee_states internally. 5 years ago
Rusty Russell acb89debdd channeld: generate revoke_and_ack before telling lightningd about commitment. 5 years ago
Rusty Russell 8ffd9d570b channeld: cleanup: use the channel_feerate() accessor everywhere. 5 years ago
Rusty Russell b9d6e8bbaa common: add fee_states state machine for update_fee. 5 years ago
Rusty Russell ec1505199e lightningd: fix failure message in waitsendpay with multi-part payments. 5 years ago
Rusty Russell edab0df611 lightningd: fix spurious "more than twice final" error. 5 years ago
Rusty Russell 7fb4efd98a lightningd: require payment_secret for MPP. 5 years ago
Rusty Russell 326ceab8ad pytest: add more multi-part-payment tests. 5 years ago
Rusty Russell 5d413e0f79 common: offer option_basic_mpp for EXPERIMENTAL_FEATURES. 5 years ago
Rusty Russell 207689c274 plugins: listpays will now consolidate multi-part payments. 5 years ago
Rusty Russell f1bc0b21f1 plugins: listpays ignores pre-0.7.0 or manual sendpay payments w/ no bolt11. 5 years ago
Rusty Russell 8e3234e67a lightningd: sew in htlc set. 5 years ago
Rusty Russell c2b357b916 lightningd: wrap htlc replay in a database transaction. 5 years ago
Rusty Russell 36b1e884dd lightningd: implement htlc sets. 5 years ago
Rusty Russell 7f629e545e lightningd: split invoice check into separate function. 5 years ago
Rusty Russell 8b129b439b lightningd: cleanup redundant args from handle_localpay 5 years ago
Rusty Russell 0e4a30c635 doc: update experimental bolt version quotes. 5 years ago
Rusty Russell 280523e72a pytest: Add tests to make sure received onion is as expected. 5 years ago
Rusty Russell b670b51fa2 waitsendpay: add partid arg. 5 years ago
Rusty Russell 63fffd41c8 configure: make partid payments only available with EXPERIMENTAL_FEATURES and payment_secret 5 years ago
Rusty Russell cd35835c5a sendpay/sendonion: add optional partid arg, finesse msatoshi argument. 5 years ago
Rusty Russell ce4403d638 lightningd: change amount-in-flight check to be more nuanced. 5 years ago
Rusty Russell 618c390475 lightningd: share more code between sendpay and sendonion. 5 years ago
Rusty Russell 12985331f7 htlcs: remove origin_htlc_id from htlc_out. 5 years ago
Rusty Russell 345ca9b122 db: add partid field to htlc_out. 5 years ago
Rusty Russell 2d18c3a209 db: add partid, total_msat fields to payment entries. 5 years ago
Michael Schmoock 727d6a0415 doc: correct wording in changelog 5 years ago
Christian Decker 9660549b0c changelog: Update changelog for the 0.7.4 release 5 years ago
Christian Decker 5ca938015a tools: Fix changelog script to be case insensitive and support auth 5 years ago
Christian Decker d449423983 pyln: Bump the version of pyln-client 5 years ago
lisa neigut dd34cccbea hsmtool: fixup miscount on params 5 years ago
Rusty Russell d56513362a lightningd: don't always defer commitment_signed if we're not synced. 5 years ago
Vasil Dimov 38d88f1aff doc: fix commit-time formatting 5 years ago
darosior b4c18a10cf doc/lightningd-config: precise alias are 32 __bytes__ long. 5 years ago
darosior 2986854c88 doc/lightningd-config: correct misaligned RGB option paragraph 5 years ago
Christian Decker 3def5393d8 pytest: Stabilize the hsm_encryption test 5 years ago
Christian Decker 6cc60f57a4 pytest: Parametrize test_deprecated_closing_compat for elements 5 years ago
Christian Decker 43dfb4dae7 pytest: Stabilize and parameterize closing_specified_destination 5 years ago
Christian Decker 301b634699 pytest: Skip some tests in elements if paratrization is convoluted 5 years ago