6236 Commits (5e78960be07b26b170de30b2b3cca9f1f81fadac)
 

Author SHA1 Message Date
Rusty Russell 5e78960be0 CHANGELOG: note the support for #557. 5 years ago
Rusty Russell 51541f53d8 gossipd: test vectors for https://github.com/lightningnetwork/lightning-rfc/pull/557 5 years ago
Rusty Russell 4de47f6db5 gossipd: use default zlib compression, hack for zlib expansion. 5 years ago
Rusty Russell f6cf4bf62a spec: remove encoding byte from checksums. 5 years ago
Rusty Russell 8abd850d3c gossipd: append timestamps & checksums to reply_channel_range if asked (EXPERIMENTAL) 5 years ago
Rusty Russell c7853197ae gossipd: generalize encoding functions 5 years ago
Rusty Russell 0de11da5e4 gossipd: decode and obey query_short_channel_ids's TLV query_flags (EXPERIMENTAL) 5 years ago
Rusty Russell e7728c0eea common: implement decoding of query-flags for query_short_channel_ids. 5 years ago
Rusty Russell d2030539e1 EXPERIMENTAL: pull in PR 557 (with minor fixes): range query support. 5 years ago
darosior b966e5e783 Add a test for 'fundchannel_start' crash on deconnection 5 years ago
Christian Decker cc5f2dcae3 readme: First pass at homogenizing the readme a bit 5 years ago
Rusty Russell 710d015e5b lightningd: fix crash when peer disconnects after fundchannel_start, before cancel/complete 5 years ago
Rusty Russell f9ecc76d99 gossipd: check that we don't try to access a deleted gossip entry. 5 years ago
Rusty Russell 0edc0ae5e9 pytest: don't use deprecated options for close() in tests. 5 years ago
Rusty Russell 83e654a106 close: change to a unilateraltimeout argument. 5 years ago
Rusty Russell b35dc4689b pytest: enable deprecated APIs for multi-arg closes. 5 years ago
Rene Pickhardt dfac1d15a2 included feedback by Rusty to check the max_concurrent_htlc value for both peers of a channel 5 years ago
Rene Pickhardt 1dd890825a doc: Document max-concurrent-htlcs option. 5 years ago
Rene Pickhardt 8e7428da53 Added possibility to configure max_concurrent_htlcs value for our channels. Eclaire has a default of 30 and I thought why not going with their value and while doing so make it configureable. 5 years ago
lisa neigut 0bd95fc068 contrib: add txindex to bitcoind for regtest 5 years ago
lisa neigut 0acdeeec06 fixup mkcommit's reverse ordered chainparams 5 years ago
darosior f98ae2d1d3 Correct version regex in Makefile, add git as dependency 5 years ago
ZmnSCPxj 5dbff077c2 Makefile: Also install manpage for lightningd. 5 years ago
ZmnSCPxj 821832032d doc/lightningd.8.txt: Initial manpage for lightningd itself. 5 years ago
Rusty Russell 69b7ef1508 lightningd: fix up typesafe-cb bitcoind_getfilteredblock 5 years ago
Christian Decker 5e36257375 pytest: Test that we delete channels opened below our birth height 5 years ago
Christian Decker 674017fa1e changelog: Add note on the block backfilling and cleanup fix 5 years ago
Rusty Russell 99236f86f9 lightningd: rename 'satoshis' to 'amount' to avoid confusing check-source. 5 years ago
Christian Decker 379079c5f3 gossip: Only backfill blocks that are below our birth height 5 years ago
Christian Decker 95d891ebf1 bitcoind: Queue up calls to getfilteredblock and dispatch results 5 years ago
Christian Decker 040cda2875 bitcoind: Initialize filteredblock->outpoints with filteredblock 5 years ago
Christian Decker 43b3eea783 bitcoind: Don't log when a transaction output is detected as spent 5 years ago
Christian Decker 98447e454e gossip: Use the getfilteredblock method to look up scid outputs 5 years ago
Christian Decker 3dbaae38e3 wallet: Add function to add filteredblocks from backfilling 5 years ago
Christian Decker f4e434d8e1 bitcoind: Add a multi-step getfilteredblock method 5 years ago
Christian Decker 5bb411b572 pytest: Add test for the block backfilling trigger by gossip 5 years ago
Rusty Russell af0200f9d0 fixup! doc: fix up documentation about when we move into lightning-dir. 5 years ago
Rusty Russell bcff30bb3f fixup! doc: fix up documentation about when we move into lightning-dir. 5 years ago
Rusty Russell 202ab91234 doc: fix up documentation about when we move into lightning-dir. 5 years ago
Rusty Russell 118150227e cli: restore 0.7.0-style whitespace printing. 5 years ago
Rusty Russell 2f30cdc731 contrib: simple script to bootstrap node. 5 years ago
Rusty Russell b73a85a75e lightningd: don't say 'killing channel' when HTLC times out. 5 years ago
darosior cd91c06ce9 lightningd/notification: Add missing includes for 'forward_event' 5 years ago
Christian Decker a85d3dc220 pytest: Make test_funding_cancel_race SLOW_MACHINE compatible 5 years ago
darosior 5fbb15bd59 Document the 'dev' command 5 years ago
darosior ed63496152 Pylightning: update to use the 'dev' multiplex command 5 years ago
darosior f3f33dceb1 lightningd/jsonrpc: Remove unused dev-rhash command code 5 years ago
Christian Decker 820b52207e lightningd: Defer creating the PID until we actually want to start 5 years ago
Christian Decker e2f9a410f4 pytest: Run plugin --help tests in the test directory 5 years ago
darosior a2c00d42f2 Remove the 'signal_startup' member of the plugin struct 5 years ago