1344 Commits (38cc6c2f2137acd2a8766a122d8084d974a01f7a)
 

Author SHA1 Message Date
Rusty Russell 38cc6c2f21 daemon/chaintopology: move dev_no_broadcast from lightningd_state to here. 8 years ago
Rusty Russell 61e576ef12 daemon/chaintopology: use struct topology for more functions, not lightningd_state 8 years ago
Rusty Russell 923526baf3 daemon/watch.c: move list of watched txs/txouts into struct topology. 8 years ago
Rusty Russell d34dade8bb daemon/chaintopology: don't leave outgoing txs in peer structure. 8 years ago
Rusty Russell e6efcdf5bd daemon/bitcoind: wean off struct lightningd_state. 8 years ago
Rusty Russell 5dc0402a44 Update to lightning-rfc to dc0b529161561c6be3ff53c5f8574b23c3305a04 8 years ago
Rusty Russell 9387609c7b daemon/pseudorand: be more paranoid with isaac64 output. 8 years ago
Rusty Russell 293bebbe2d daemon/peer: handle narrow reconnect race on close. 8 years ago
Rusty Russell 9aebd5c797 lightningd: add opening to dependencies. 8 years ago
Rusty Russell c6f568dbde Makefile: fix distclean, clean targets. 8 years ago
Christian Decker 7ac7a6a47e cleanup: Ignoring libwally artifacts and distclean cleans them 8 years ago
Christian Decker 421edc9500 gitignore: Added some binaries to gitignore 8 years ago
Christian Decker da31675537 doc: Adding compiled manpage 8 years ago
Rusty Russell fd258fe495 lightningd: wire up opening daemon. 8 years ago
Rusty Russell d48f9faa19 lightningd/opening: fixes. 8 years ago
Rusty Russell 391b15dbd7 lightningd/crypto_sync: trace all messages, especually failures. 8 years ago
Rusty Russell c69f43b5c0 subdaemon: always set incoming fds to blocking. 8 years ago
Rusty Russell c8df820e58 lightning/peer_control: set logging level for peers to match global. 8 years ago
Rusty Russell a737335da2 lightningd/commit_tx: don't segv on NULL htlcmap. 8 years ago
Rusty Russell 5d0977df3a lightningd/funding_tx: use struct utxos, remove signing helper. 8 years ago
Rusty Russell 8edac22595 hsm: don't require privkey for signing off on funding. 8 years ago
Rusty Russell edc30b12ea lightningd: --dev-debugger=<subdaemon> 8 years ago
Rusty Russell a72dd8d9de daemon/options: split option registration and parsing. 8 years ago
Rusty Russell 952722a8cf lightningd/gossip: Fix return from gossip. 8 years ago
Rusty Russell 7525ed787a lightningd/hsm: create a peer-seed for peer secrets. 8 years ago
Rusty Russell 90737371d0 lightningd/cryptomsg: split raw crypto_state vs peer_crypto_state 8 years ago
Rusty Russell 6cf8a19881 lightningd/opening: receive details for remote config acceptance, not min/max. 8 years ago
Rusty Russell a8b9177e9e lightningd/opening: seed is a privkey not an sha256. 8 years ago
Rusty Russell b8472b65ba lightningd/build_utxos: don't lockin the UTXO reservation until confirmed. 8 years ago
Rusty Russell be7c7b9732 lightningd/handshake: rename WIRE_BAD_COMMAND to WIRE_HANDSHAKE_BAD_COMMAND 8 years ago
Rusty Russell b1403a764f lightningd/opening: use peer_failed to send PKT_ERR on problems. 8 years ago
Rusty Russell 8b279b7c14 opening: remove unused opening_watch_funding_req/resp. 8 years ago
Rusty Russell 89af53267b lightningd/peer_failed: helper to send PKT_ERR and exit daemon. 8 years ago
Rusty Russell 13ac472062 lightningd/crypto_sync: fix sync_crypto_write / sync_crypto_read 8 years ago
Christian Decker 51a22c4274 doc: Fixed two small mistakes in the `getroute` documentation 8 years ago
Christian Decker 26d4042436 bugfix: Assert was killing daemon 8 years ago
Christian Decker 8912272983 gossip: Prevent normal messages to trigger the staggered broadcast 8 years ago
Christian Decker fccab6411d gossip: Add timer and normal queue for messages 8 years ago
Christian Decker 83f51fe965 gossip: Add timer support to the io_loop 8 years ago
Christian Decker 1c4c874d3f refactor: Making timers independent of the lightningd_state 8 years ago
Christian Decker 597687d1f0 Fix CI build 8 years ago
Christian Decker b901c68055 libwally: Re-adding missing gen_context file 8 years ago
Rusty Russell 5475666b7e lightningd: simple wallet support. 8 years ago
Rusty Russell 065f11b42a lightningd/opening: opening daemon. 8 years ago
Rusty Russell e3f2d72d4d crypto_sync: synchronous routines for inter-peer crypto. 8 years ago
Rusty Russell f66445c1d1 hsm: sign funding transactions. 8 years ago
Rusty Russell 891a915e0f hsm: return BIP32 public seed on initialization. 8 years ago
Rusty Russell fddb38126d utxo: wire support for unspent transactions. 8 years ago
Rusty Russell 19f3b68d28 hsm: remove shutdown command. 8 years ago
Rusty Russell ac1890136c hsm: rename the hsmctl_hsmfd_ecdh_response to hsmctl_hsmfd_fd_response 8 years ago