1906 Commits (837a095d680895318d5ed20b32208835c9263bb4)

Author SHA1 Message Date
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
Rusty Russell 1e34e5344d lightningd/lightningd: add getpeers command. 8 years ago
Rusty Russell dc8b174e3a lightningd/lightningd: maintain a per-peer log. 8 years ago
Rusty Russell 83b156517f lightningd/lightningd: maintain "condition" for each peer. 8 years ago
Rusty Russell 7aaffda779 lightningd/lightningd: finish connect command once gossip started. 8 years ago
Rusty Russell c536616bee lightningd/lightningd: wire up lightningd_gossip. 8 years ago
Rusty Russell 1800e84db7 subdaemon: callback to handle subdaemon status updates. 8 years ago
Rusty Russell 21a5c62ead lightningd_gossip: daemon to look after peers which don't a channel (yet) 8 years ago
Rusty Russell 03758af4e1 lightningd/lightningd: create unique ID for each peer. 8 years ago
Rusty Russell bf118f1b86 lightningd/lightningd: add connect command. 8 years ago
Rusty Russell 211491f4d7 lightningd/lightningd: add lightning_handshake. 8 years ago
Rusty Russell 78841456e0 lightningd/handshake: test handshake, produce BOLT 8 test vectors. 8 years ago
Rusty Russell 32e1b5bb06 lightningd/handshake: simple daemon to do BOLT 8 crypto handshake. 8 years ago
Rusty Russell 6f5fed17d8 lightningd/test: simple black-box tests. 8 years ago
Rusty Russell 0444d68197 lightningd/lightningd: add rpc interface. 8 years ago
Rusty Russell 542e6844f7 lightningd/lightningd: start HSM at initialization time. 8 years ago