740 Commits (6b61e9ab0aceb18b37c38b94ae3a0232ec772161)

Author SHA1 Message Date
Christian Decker 26d4042436 bugfix: Assert was killing daemon 8 years ago
Christian Decker 1c4c874d3f refactor: Making timers independent of the lightningd_state 8 years ago
Rusty Russell 5475666b7e lightningd: simple wallet support. 8 years ago
Christian Decker c15511cf39 routing: Actually return the port when parsing node_announcements 8 years ago
Rusty Russell 0fe53cc8e7 permute_tx: reintroduce permute map. 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
Christian Decker 92bc0abdc3 refactor: Move JSONRPC methods to separate compilation unit 8 years ago
Christian Decker 76e2c980e1 gossip: Moving to intmap-based broadcast for the legacy daemon 8 years ago
Christian Decker 3aa45a6d0b refactor: Moving write_ip and read_ip into routing.h 8 years ago
Christian Decker 2a7e757053 refactor: Moving functionality out of p2p_announce 8 years ago
Christian Decker 2c06524165 refactor: Moving legacy sync method out of routing 8 years ago
Christian Decker 5d10093da3 refactor: Moving the node_map definition into routing.h 8 years ago
Christian Decker 3cb576d69d refactor: Moving gossip/routing specific state into its own struct 8 years ago
Rusty Russell 940053d000 htlc: move enum side crom daemon/channel.h to daemon/htlc.h 8 years ago
Rusty Russell d97e3489a0 daemon/htlc_state: split off from daemon/htlc. 8 years ago
Rusty Russell c6997f15c7 bitcoin/preimage: struct preimage. 8 years ago
Rusty Russell 279f216208 gen_peer_wire_csv: update to latest spec. 8 years ago
Rusty Russell 8522a5ea64 struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count() 8 years ago
Rusty Russell 8159c4458a bitcoin/script.h: remove struct bitcoin_signature 8 years ago
Rusty Russell 1edce4878d bitcoin/signature.h: remove struct signature. 8 years ago
Christian Decker 091c2fc8f5 log: Flushing logs on each new entry 8 years ago
Christian Decker 3f79a0e117 log: Flushing logs on every line 8 years ago
Christian Decker d6ccf90063 jsonrpc: Renamed `awaitpayment` -> `waitinvoice` -> `waitanyinvoice` 8 years ago
Christian Decker 1a9bfe7be4 jsonrpc: Added `awaitpayment` method 8 years ago
Christian Decker ba83430b5f trivial: Removing unused constant 8 years ago
Christian Decker cae283087d sphinx: Committing the onion packet to the payment-hash 8 years ago
Christian Decker 91b17d45d8 sphinx: Removing last vestiges of the end-to-end payload 8 years ago
Christian Decker 285b8b4698 sphinx: Use libsecp256k1 to generate shared secrets 8 years ago
Christian Decker 679dec3e6a sphinx: Actually use the full pubkey in ECDH key generation 8 years ago
Rusty Russell 6bf3c30a10 lightningd/Makefile: fix check-source 8 years ago
Rusty Russell 73d07ce441 libsodium: use our local submodule. 8 years ago
Rusty Russell e39d09d5a5 daemon/test/scripts: maek slightly more general for lightningd/lightningd 8 years ago
Rusty Russell 015eb072b8 Makefile: split CORE_SRC into CORE_SRC, CORE_TX_SRC and CORE_PROTOBUF_SRC 8 years ago
Rusty Russell a0ac5c276e status: API for status reporting. 8 years ago
Rusty Russell 42f474af18 wire: make lengths of variable fields implied by tal_count() 8 years ago
Rusty Russell 7b1a4fc765 utils: add tal_hex() helper. 8 years ago
Rusty Russell 4a233090ae log: rename struct log_record to struct log_book. 8 years ago
Rusty Russell 350d8edb7e log: don't include dstate any more. 8 years ago
Christian Decker af43cc5e2c makefile: Be more verbose in `check-daemon-headers` 8 years ago
Rusty Russell b59fe5a2b6 daemon/Makefile: objects depend on wire headers too. 8 years ago
Christian Decker 96af89139e base58: Unittests need in-tree libbase58 8 years ago
Lucas Betschart 3e6bb958eb Add libbase58 as git submodule 8 years ago
Rusty Russell bdc4972df6 wire/gen_peer_wire_csv: update to latest spec #2 8 years ago
Rusty Russell d3bdb073b5 wire/gen_peer_wire_csv: update to latest spec #1 8 years ago