2648 Commits (7e48f77d43f3e8855d396cf95e1022319883f337)

Author SHA1 Message Date
Rusty Russell 9768e4c907 tools/generate-wire.py: open-code array handling for non-u8. 8 years ago
Christian Decker d6918dc4ef gossip: Implemented `getnodes` JSON-RPC call 8 years ago
Christian Decker 74df755a29 gossip: Added nested message types for getnodes query 8 years ago
Christian Decker 8d5591f110 channel: Create gossip announcement upon channel establishment 8 years ago
Christian Decker 5a1fbb7aaf channel: Passing through the endpoint node_ids 8 years ago
Rusty Russell 8a893df951 lightningd/subd: fix use-after-free, cleanup subd_send_msg unnecessary tal_dup. 8 years ago
Christian Decker 8ae698d1dc Migrating daemon_conn to msg_queue and msg_queue takes over messages 8 years ago
Christian Decker 05e64db6cd gossip: Refactored non-local peers to use `daemon_conn` 8 years ago
Christian Decker 1af6262822 connection: Added callback when the queue is cleared 8 years ago
Christian Decker fd1cbf9030 gossip: Refactoring message handling and removed redundant timers 8 years ago
Christian Decker ea1a891d3f channel: Forwarding incoming gossip messages to gossipd 8 years ago
Christian Decker 04f6070cb6 channel: Forwarding gossip messages to peer 8 years ago
Christian Decker 5721d7d194 gossip: Marking peer as non-local and forwarding broadcasts 8 years ago
Christian Decker 408d2f5170 Async connection abstraction 8 years ago
Christian Decker 0596a6cc2c gossip: Initialize the secp256k1_context 8 years ago
Christian Decker ab4f1f0550 gossip: Add missing log to gossip daemon 8 years ago
Christian Decker 11fc750383 gossip: Handle incoming client requests asynchronously 8 years ago
Christian Decker 34c96399b0 channel: Passing gossipd client fd to channeld 8 years ago
Christian Decker 3045e25624 gossip: Returning a gossip-client upon peer_ready 8 years ago
Christian Decker 6319035033 lightningd: Add method to find a peer given its unique_id 8 years ago
Christian Decker 477b537bad gossip: Do not clear peer in gossipd when it's handed off 8 years ago
Rusty Russell da5c7e0a08 daemon/subdaemon: remove in favor of daemon/subd. 8 years ago
Rusty Russell 14505594b5 lightningd/channel: convert to subd. 8 years ago
Rusty Russell 1781983be1 lightningd/opening: convert to subd. 8 years ago
Rusty Russell e467afce06 lightningd/handshake: convert to subd. 8 years ago
Rusty Russell 5dc8cb12be lightningd/gossip: convert to subd. 8 years ago
Rusty Russell 7f406ea80d lightningd/hsm: convert to subd. 8 years ago
Rusty Russell 95f41287f0 lightningd/subd: new code for subdaemons. 8 years ago
Rusty Russell cd62b74b1c lightningd/msg_queue: helper for queues of messages/ 8 years ago
Christian Decker 5277787db5 gossip: Do not cleanup broadcast messages 8 years ago
Rusty Russell f0c838d250 lightningd: more updates to match latest BOLT2/3. 8 years ago
Rusty Russell fc198e1bac lightningd/test/run-commit_tx: generate test vectors for new scripts. 8 years ago
Rusty Russell 8d01eeeef5 lightningd/commit_tx: support for printing out actual tx fees. 8 years ago
Rusty Russell 29d6004efc bitcoin/script: update scripts to the lightningnetwork/lightning-rfc#123 version 8 years ago
Rusty Russell 9035d281c6 lightningd/lightningd: hook in channel daemon. 8 years ago
Rusty Russell 9014f2593e lightningd/channel: normal operation daemon. 8 years ago
Rusty Russell c0b4bb1387 daemon/lightningd: store more state in peer. 8 years ago
Rusty Russell 5a73380e64 lightningd/subdaemon: keep peer pointer for one-per-peer daemons. 8 years ago
Rusty Russell a845b07ada lightningd/cryptomsg: only free written messages if they're marked take(). 8 years ago
Rusty Russell c64447a929 lightningd/derive_basepoints: hoist derivation logic. 8 years ago
Rusty Russell 39993f229d bitcoin/script: rename bitcoin_redeem_p2wpkh -> bitcoin_redeem_p2sh_p2wpkh 8 years ago
Rusty Russell 5f07e8405a lightningd/opening: fix theoretical race. 8 years ago
Rusty Russell 9eeb76e185 lightningd: broadcast transaction once we're told to. 8 years ago
Rusty Russell b937793555 lightningd/funding_tx: output number is 16 bit. 8 years ago
Rusty Russell ccff3ac437 lightningd/funding_tx: fill in scriptsigs for p2sh UTXOs. 8 years ago
Rusty Russell afc31cd68f lightningd: export bitcoin_pubkey as bip32_pubkey. 8 years ago
Rusty Russell 2874e46c69 lightningd/hsm: use funding_tx helper to sign funding transaction. 8 years ago
Rusty Russell 700d88dfa4 lightningd/hsm: sign funding transaction correctly. 8 years ago
Rusty Russell d77e7963f9 funding_tx: permute inputs, don't re-calculate fees 8 years ago
Rusty Russell 6a14e24a82 lightningd: integrate bitcoind. 8 years ago