1766 Commits (8ba457956ac9a0c83092d1503b3f2a3d85b48ec5)
 

Author SHA1 Message Date
Christian Decker 8ba457956a travis: Run integration tests with and without valgrind on travis 7 years ago
Rusty Russell 9ec804341c channeld: fix intermittant failure on reading init msg from master. 7 years ago
Rusty Russell 249085ac10 channeld: reorder functions more logically. 7 years ago
Rusty Russell 4a3c309e84 tests/test_lightningd.py: fix assumption about gossip order 7 years ago
Rusty Russell 9fae82c175 tests: generalize wait_for_log into wait_for_logs. 7 years ago
Rusty Russell c05f63a4db peer_control: fix double-state transition on reconnect. 7 years ago
Christian Decker f9a2f73072 Addressing feedback from PR #187 7 years ago
Christian Decker 70f4484ba8 channeld: Pass through the agreed feerate_per_kw to channeld 7 years ago
Christian Decker 5c80963577 bug: channel_update parameters slipped by one 7 years ago
Christian Decker 5e1dcea5b8 opening: Passing feerate_per_kw through to master 7 years ago
Christian Decker 02aba77698 channel: Passing channel_flags through to channeld 7 years ago
Rusty Russell ac1172c7b0 lightningd: check scriptpubkey in shutdown. 7 years ago
Rusty Russell 4881129f54 peer_fail_permanent: handle take() arg. 7 years ago
Rusty Russell ee9ebbc184 channeld: fix `funding_locked` retransmission using latest revision of BOLT2. 7 years ago
Rusty Russell 42c9cb58c7 channeld: rename commit_index to next_index. 7 years ago
Rusty Russell d411b07ba2 channeld: fix make_revocation_msg() to take index of revoke. 7 years ago
Rusty Russell 1679f2da06 channeld: update to send next commitment number on connection reestablish. 7 years ago
Rusty Russell 05b9e0d538 channeld: do connection reestablishment synchronously. 7 years ago
Rusty Russell 456fa39380 sync_crypto_write: support take(msg) 7 years ago
Rusty Russell de5bf56ffa opening: update to new open_channel with channel_flags. 7 years ago
Rusty Russell d492f3872c wire/peer_wire: rename gossip_msg / unknown_msg / unknown_msg_discardable 7 years ago
Rusty Russell fc4e2d8b48 lightningd: fix typo. 7 years ago
Rusty Russell 99289bece7 lightningd/peer_control.c: fix memleak. 7 years ago
Rusty Russell 5edc14ee1a tests/test_lightningd.py: make test less flaky. 7 years ago
Rusty Russell ac703ff9dc lgihtningd: remove extraneous whitespace. 7 years ago
Rusty Russell e2c5104aab lightningd: immediately fail HTLCs coming in from shutting down channels. 7 years ago
Rusty Russell 866ac79850 channeld: shutdown support. 7 years ago
Rusty Russell be6347b814 tools/generate-wire.py: unmarshall zero-length arrays as NULL. 7 years ago
Rusty Russell da18645901 tools/generate-wire.py: don't avoice tal_count() on NULL. 7 years ago
Rusty Russell a0800e352a wallet_get_newindex: encapsulate routine to get a new keyindex. 7 years ago
Rusty Russell ee00c2c508 lightningd: remove peer->gossip_client_fd 7 years ago
Rusty Russell 4185153d81 gossipd: interface to get a client gossip_fd for a reconnect. 7 years ago
Rusty Russell ea52b0a8ff openingd: pass back gossip fd on completion. 7 years ago
Rusty Russell 2ff50107ac lightningd/hsm_control: use a simple fd for HSM. 7 years ago
Rusty Russell 6e59f85666 subd: expose raw API for getting a single fd to a subdaemon. 7 years ago
Rusty Russell 8631539822 wallet: talk to HSM synchronously. 7 years ago
Rusty Russell 4ef3e9e3fb lightningd/peer_control: get announcement signature from HSM synchronously. 7 years ago
Rusty Russell d1d84a81d2 lightningd/new_connection: get handshake fd from HSM synchronously. 7 years ago
Rusty Russell 7213312f57 lightningd: remove fd from struct peer. 7 years ago
Rusty Russell f2d4309add lightningd/subd: explicit failure reply support. 7 years ago
Rusty Russell 31ff5a49f4 lightningd/peer_control: remove cs from struct peer. 7 years ago
Rusty Russell 232a182b25 lightningd: get fd from HSM synchronously. 7 years ago
Rusty Russell 77620ea06f lightningd: get funding signature from HSM synchronously. 7 years ago
Rusty Russell 40ce29beac wire_sync_write: support take() 7 years ago
Christian Decker 8c6fab0ec4 wallet: Do not create dust from withdrawal transactions 7 years ago
Christian Decker a1faccb9dc walletrpc: Split owned output detection out and use it for change 7 years ago
Christian Decker 938ab67a01 wallet: move can_spend to wallet.c and json_addfunds to walletrpc.c 7 years ago
Christian Decker d6656358b5 wallet: Add bip32_base to the wallet struct 7 years ago
Christian Decker 8cdab9da1e wallet: Move json_newaddr to wallet.c 7 years ago
Christian Decker 462d936f25 wallet: Add unit test for withdrawal 7 years ago