4208 Commits (7f45947523e92fc0ab2c18ab08ce6838284de4f2)
 

Author SHA1 Message Date
Rusty Russell 232b330284 tools/generate-wire.py: simple scheme to autoindent. 6 years ago
Rusty Russell 6758062a56 tools/generate-wire.py: remove ugly blank lines after for loops 6 years ago
Rusty Russell ab28972aee tools/generate-wire.py: style cleanups. 6 years ago
Rusty Russell 28c3706f87 hsmd: fix missing status messages. 6 years ago
Rusty Russell d4300e0ce8 hsm: create both channel_announcement signatures. 6 years ago
Rusty Russell ff6a6f8deb lightningd: create hsm_get_client_fd() helper. 6 years ago
Rusty Russell f9e5dc7ee8 hsmd: take dbid for client. 6 years ago
Rusty Russell 64008e275a common/derive_basepoints: add routines to get a specific secret. 6 years ago
Rusty Russell b2b85100d7 common/derive_basepoints: add routines for marshal/unmarshal. 6 years ago
Rusty Russell ad9dbaaa3f openingd: rename confusing 'our_commit' and 'their_commit'. 6 years ago
Rusty Russell e217bc1220 per-commit-secret is a struct secret, not a sha256. 6 years ago
Rusty Russell 6c98457ef2 per-peer seed is a 'struct secret' not a 'struct privkey'. 6 years ago
Rusty Russell 019ba86b91 gossipd: use optional fields. 6 years ago
Rusty Russell ac4c6b1a82 tools/generate-wire.py: support for optional fields, with ? before typename. 6 years ago
Hiroki Gondo 070aa08709 fix: compile error with clang 6 years ago
Rusty Russell edf043c89b pytest: make utils.py read config.vars. 6 years ago
Rusty Russell a37e692af6 pytest: mark test_reconnect_normal flaky for now. 6 years ago
Mark Beckwith 19a0b78fec param: renamed files 6 years ago
Christian Decker 356dcbba97 pylightning: Don't attempt to deserialize after every read 6 years ago
Bertrand Marlier 760b053d7b pylightning: fix incorrect description for disconnect() method 6 years ago
SimonVrouwe f2ffb6d03e improves exponential smoothing of feerate estimates (#1699) 6 years ago
Rusty Russell e0c21debc2 pytest: fix sleep(1) in test_channel_persistence. 6 years ago
Rusty Russell b1182702ae pytest: increase timeout for test_payment_failed_persistence 6 years ago
arowser 97118c558e add --conf parameter 6 years ago
Mark Beckwith cf12130627 params: shortened names 6 years ago
Mark Beckwith 891dee739d params: Fix arg size 6 years ago
Mark Beckwith 7ce19b0bc8 Improved comment. 6 years ago
Rusty Russell cf86c74870 params: add helper to provide default initialization. 6 years ago
gallizoltan 1220a4eb1d pylightning: add missing arguments to getroute 6 years ago
Christian Decker 14c6310a4f gossip: Fix concurrent PR merge issue with structeq 6 years ago
Jonathan Zernik ec55bf3b3f README.md: 18332 is default bitcoind rpc port for testnet. 6 years ago
Rusty Russell 68a8eeea21 htlc_wire: rename malformed to failcode in struct failed_htlc. 6 years ago
Rusty Russell 5a184c24e8 channeld: add extra check to channel_force_htlcs. 6 years ago
Rusty Russell efee948d3a channeld: handle HTLCs failed by failcode uniformly. 6 years ago
Rusty Russell 8155bfcf18 channeld: make channel_fulfill_htlc return the HTLC it fulfulled. 6 years ago
Rusty Russell e92f244b80 channeld: hoist make_failmsg above send_fail_or_fulfill. 6 years ago
Rusty Russell 6e9ae98e1e lightningd: don't send uninialized malformed fields to channeld. 6 years ago
Rusty Russell b14cc0c9f7 lightningd/params: fix typesafe check. 6 years ago
Rusty Russell dd7afc33ee pytest: fix flaky test in test_htlc_sig_persistence 6 years ago
Rusty Russell ed83bbe623 pytest: fix flaky race in test_gossip_query_channel_range. 6 years ago
Rusty Russell 57794b9285 gossipd: also delay locally-generated disables when peer vanishes. 6 years ago
Rusty Russell f9b8237d50 gossipd: delay generation of local updates. 6 years ago
Rusty Russell 55a09d79b9 pytest: make test_gossip_no_empty_announcements robust when update delayed. 6 years ago
Rusty Russell ef59a8f4aa gossipd: suppress redundant local updates which we would generate. 6 years ago
Rusty Russell 2d533dc82e channeld: don't manually disable channel. 6 years ago
Rusty Russell 8e571ba688 listnodes: expose global features. 6 years ago
Rusty Russell 9fa738a741 listpeers: expose peer features as 'local_features' and 'global_features' 6 years ago
Rusty Russell 7b735fbeee gossipd: fix json_listpeers printing node information. 6 years ago
William Casarin a9cf73380a cli: launch a manpage when help is passed an argument 6 years ago
Christian Decker 13796f0d0f travis: Add xmllint to the builder image 6 years ago