1301 Commits (065f11b42adc1e9d540a9f58af4a618de53287ad)
 

Author SHA1 Message Date
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 82f5b3ad51 bitcoin/script: bitcoin_witness_p2wpkh() 8 years ago
Rusty Russell 08e95d59b5 permute_tx: generic pointer map. 8 years ago
Rusty Russell 4f6033ba29 bitcoin: fix building of submodules libbase58 submodule. 8 years ago
Rusty Russell fb93503e6d Makefile: fix libsodium build 8 years ago
Rusty Russell b431443266 hsm: BIP32 seed for bitcoin keys. 8 years ago
Rusty Russell 9624a1a10e libwally: fix hmac_sha256 name clash. 8 years ago
Rusty Russell 1271ac8899 libwally-core: import version 3b025127cbf11912f8b95e7ff3c905d74e8433ce 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 7cee3b0f68 wire: sha256_double, privkey and u64/u32/bool array support. 8 years ago
Rusty Russell 9fd40da38c generate-wire: don't hand unknown structures specially. 8 years ago
Rusty Russell fd09345628 generate-wire: handle variable-size arrays of unknown types. 8 years ago
Christian Decker c15511cf39 routing: Actually return the port when parsing node_announcements 8 years ago
Christian Decker a6cf93782b gitignore: Ignoring some more test-binaries. 8 years ago
Christian Decker b5c2d7d47d pytest: Gossip subdaemon had a flaky test 8 years ago
Christian Decker c7e6f197b0 pytest: Chaning startup sentinel for bitcoind. 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 3e1ae177fb bitcoin/script: BOLT 3 htlc transaction support. 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 6f3803aae7 bitcoin/script: BOLT 3 commitment transaction support. 8 years ago
Rusty Russell be46fdf254 lightningd/funding_tx.c: helper to create a funding transaction (with change). 8 years ago
Rusty Russell 1bb66cde2a bitcoin/scrpt: add vanilla p2pkh support. 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 e899c47260 bitcoin/base58: don't segv if key_to_base58 / key_from_base58 called first. 8 years ago
Rusty Russell 4ed259c46c gen_peer_wire_csv: update for latest spec. 8 years ago
Christian Decker eb75ae55e4 cleanup: Removed broadcast_queue from dstate 8 years ago
Christian Decker c2764c10c5 broadcast: Implement replacing messages in the broadcast queue 8 years ago
Christian Decker 6e63429fab gossip: Cleanup queued_message 8 years ago
Christian Decker fb814a7a9e gossip: Adding announcement handling to the gossip subdaemon. 8 years ago
Christian Decker 9de880dce7 refactor: Move the gossip handlers to routing 8 years ago
Christian Decker d966961fbe gossip: Refactoring the gossip handlers to use the routing_state 8 years ago
Christian Decker d200a16988 irc: Rename irc handlers to avoid name clash 8 years ago