2771 Commits (d27da4d1525e60cb28d715180e70f500abda3e4e)

Author SHA1 Message Date
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 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 597687d1f0 Fix CI build 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
Rusty Russell 08e95d59b5 permute_tx: generic pointer map. 8 years ago
Rusty Russell b431443266 hsm: BIP32 seed for bitcoin keys. 8 years ago
Rusty Russell 4a7418e3db channel: object to track channel state. 8 years ago
Rusty Russell ec4db39a8e commit_tx: print HTLC id not amount when making test vectors. 8 years ago
Rusty Russell 9284819f68 commit_tx: expose more internal functions. 8 years ago
Rusty Russell e8e96e67d0 commit_tx: make interface side-agnostic. 8 years ago
Rusty Russell 068cdc825f htlc_tx: fix fee for HTLC-timeout tx. 8 years ago
Rusty Russell 726e7226c4 commit_tx: update HTLC-tx fees to match latest BOLT. 8 years ago
Rusty Russell 35909ba94a cryptomsg: wording fix with update to latest BOLT. 8 years ago
Rusty Russell f7cc079221 test/run-commit_tx: Fix derivation of BOLT #3 test vectors. 8 years ago
Rusty Russell 20a07d860a check-source: include tests, libdir. 8 years ago
Rusty Russell 9fd40da38c generate-wire: don't hand unknown structures specially. 8 years ago
Rusty Russell 66d122684d lightningd/test/run-commit_tx: Creation of BOLT 3 test vectors. 8 years ago
Rusty Russell 0fe53cc8e7 permute_tx: reintroduce permute map. 8 years ago
Rusty Russell e11d9304ab lightningd/hbtlc_tx: creation of BOLT 3 htlc transactions. 8 years ago
Rusty Russell f9189254e4 lightningd/commit_tx: creation of BOLT 3 commitment transaction. 8 years ago
Rusty Russell b290a96a4a lightningd: use daemon/htlc_state.c 8 years ago
Rusty Russell be46fdf254 lightningd/funding_tx.c: helper to create a funding transaction (with change). 8 years ago
Rusty Russell 75c6dd1981 channel_config: convenient structure for handling open/accept config info. 8 years ago
Rusty Russell dc3b27e1d3 key_derive: key derivation from basepoints as specified in BOLT 3 8 years ago
Rusty Russell 4ed259c46c gen_peer_wire_csv: update for latest spec. 8 years ago
Christian Decker fb814a7a9e gossip: Adding announcement handling to the gossip subdaemon. 8 years ago
Christian Decker 76e2c980e1 gossip: Moving to intmap-based broadcast for the legacy daemon 8 years ago
Christian Decker 3cb576d69d refactor: Moving gossip/routing specific state into its own struct 8 years ago
Rusty Russell a600b1a30f handshake: hand in client fd on exec instead of gratuitous fd passing. 8 years ago
Rusty Russell 13a30ff79c subdaemon: close unused fds when creating subdaemon. 8 years ago
Rusty Russell 2f9b04b0d9 subdaemon: start fds at 3 not 4. 8 years ago
Rusty Russell f9eea9041e handshake: update for BOLT 8 latest revision. 8 years ago
Rusty Russell a02f1e10c4 make check: run all the tests. 8 years ago
Rusty Russell 6bf3c30a10 lightningd/Makefile: fix check-source 8 years ago
Christian Decker b41d71da30 Makefile: Making sure header vars are populated correctly 8 years ago
Rusty Russell 33748bf119 lightningd/Makefile: combine all headers (wire/gen was missing) 8 years ago
Rusty Russell 73d07ce441 libsodium: use our local submodule. 8 years ago
Rusty Russell 3af081aded Makefile: make all lightningd objects depend on all lightningd headers. 8 years ago