6313 Commits (2f5f364e17c30f122d1d6ef8e05a70db26e5c7fe)
 

Author SHA1 Message Date
lisa neigut 58fb1528dd add_htlc hook: fix crash when failing UPDATE failcode 5 years ago
Rusty Russell c43d09dfd3 pytest: two more slow tests I missed. 5 years ago
Rusty Russell 25ddb80823 ccan: update to fix shutdown slowness after plugin load. 5 years ago
Rusty Russell bf3b77a947 Travis: skip testing VALGRIND=1 DEVELOPER=0, remove the slowest non-developer tests. 5 years ago
Rusty Russell 63103db3f3 pytest: disable some v. slow tests when !DEVELOPER. 5 years ago
Rusty Russell a7a9f1c9d3 onchaind: fix bug when grinding feerates with multiple possibilities. 5 years ago
Rusty Russell 9424477cb5 onchaind/test: new test, for grinding feerate when multiple possibilities. 5 years ago
Rusty Russell 0f5036d866 cli: remove formatting hint correclty when it's not the last element. 5 years ago
Rusty Russell 69b02e287a cli: avoid use-after-realloc when we delete format hint. 5 years ago
Rusty Russell f1e84b3d99 devtools: make clean should remove devtools/gen_print_onion_wire.[c,h,o] 5 years ago
nicolas.dorier 6cf42fe6c1 Add python-mako to the arm32 build 5 years ago
Rusty Russell 3fec154413
CHANGELOG.md: shuffle and format into order, label rc1 5 years ago
Cryptcoin Junkey bdf1ffcb4f Enable to build the docker image (ElementsProject#2941). 5 years ago
nicolas.dorier 19cf199f0e Add docker ARM64 support 5 years ago
Rusty Russell 854e3c5303 pytest: wait for sync by default when starting lightningd. 5 years ago
Rusty Russell ca28c30eff funding: don't allow funding new channels until we're synced. 5 years ago
Rusty Russell c3a35416da lightningd: don't allow channeld to accept HTLCs if we're not synced. 5 years ago
Rusty Russell 6195a878f7 lightningd: don't allow sending of HTLCs while still syncing. 5 years ago
Rusty Russell 3eebd0cc20 lightningd: add flag for whether we're synced, and callback infrastructure. 5 years ago
Rusty Russell faded9a9cf bitcoind: detect when it's still syncing, add field to getinfo. 5 years ago
Rusty Russell be8ebf2667 pytest: fix btcproxy mock logic. 5 years ago
Rusty Russell 7a592a2b5c contrib/startup_regtest.sh: avoid getting stuck in initialblockdownload. 5 years ago
Rusty Russell 2a09124574 contrib/startup_regtest.sh: set sane defaults for lightning & bitcoin dirs. 5 years ago
Rusty Russell 97b39d84d5 README.md: more rewords. 5 years ago
Rusty Russell 125f14a8d5 pytest: fix flaky "peer reconnected" message in test_option_upfront_shutdown_script 5 years ago
Rusty Russell 4274b9f0af lightingd: increase listen queue on rpc socket. 5 years ago
lisa neigut 0c96c89d67 db-fix: resolve crash on fundchannel 5 years ago
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