722 Commits (83e89f0fe58c794ae7b96628edc37c88823e56d5)

Author SHA1 Message Date
Rusty Russell aa01b7d120 test_lightningd.py: helper to sync blockheight. 8 years ago
Rusty Russell 09a7064260 daemon/peer: try reconnecting based on bitcoind poll time, not 15 seconds. 8 years ago
Christian Decker 6a072c4c6e Fix a double-free bug in the negotiation phase 8 years ago
Rusty Russell 52ee36c595 tests: run valgrind on children. 8 years ago
Christian Decker a215cb47f1 gossip: Verify channel_update signatures 8 years ago
Christian Decker 58196b5a32 gossipd: Verify signatures for incoming channel_announcements 8 years ago
Rusty Russell 8a84e961ed daemon/sphinx: support modern v0 hop payload. 8 years ago
Rusty Russell 8146b838e8 daemon/sphinx: split handling. 8 years ago
Rusty Russell eb61446ec8 daemon/invoice: wean off dstate (a little), link into new daemon. 8 years ago
Rusty Russell 27764b65f9 lightningd: fix shachain to be 48-bits, with hack for legacy. 8 years ago
Christian Decker 6e81da3cd2 gossip: Fix a tag collision for different directions of a channel 8 years ago
Christian Decker 7793bd1b9d gossip: Consolidated direction bit computation 8 years ago
Christian Decker 60a2227f0d channel: Disable channels that are lost via a channel_update 8 years ago
Christian Decker 73e65cac4d routing: Refactor get_route into its own method 8 years ago
Rusty Russell 39993f229d bitcoin/script: rename bitcoin_redeem_p2wpkh -> bitcoin_redeem_p2sh_p2wpkh 8 years ago
Rusty Russell e0d9b6efdf daemon/watch: fix macro clash. 8 years ago
Rusty Russell 484c45a8a1 chain_topology: fix double-free when peer dies. 8 years ago
Rusty Russell 7419fde9a0 Update to new spec: differentiate channel_id and short_channel_id. 8 years ago
Rusty Russell 2ce6a4bcca daemon/peer: move struct peer to internal header. 8 years ago
Rusty Russell 8d7acdc367 struct topology -> struct chain_topology 8 years ago
Rusty Russell e2c7925e0e daemon/chaintopology.c: remove last remaining lightningd_state references. 8 years ago
Rusty Russell 38cc6c2f21 daemon/chaintopology: move dev_no_broadcast from lightningd_state to here. 8 years ago
Rusty Russell 61e576ef12 daemon/chaintopology: use struct topology for more functions, not lightningd_state 8 years ago
Rusty Russell 923526baf3 daemon/watch.c: move list of watched txs/txouts into struct topology. 8 years ago
Rusty Russell d34dade8bb daemon/chaintopology: don't leave outgoing txs in peer structure. 8 years ago
Rusty Russell e6efcdf5bd daemon/bitcoind: wean off struct lightningd_state. 8 years ago
Rusty Russell 9387609c7b daemon/pseudorand: be more paranoid with isaac64 output. 8 years ago
Rusty Russell 293bebbe2d daemon/peer: handle narrow reconnect race on close. 8 years ago
Rusty Russell c8df820e58 lightning/peer_control: set logging level for peers to match global. 8 years ago
Rusty Russell edc30b12ea lightningd: --dev-debugger=<subdaemon> 8 years ago
Rusty Russell a72dd8d9de daemon/options: split option registration and parsing. 8 years ago
Christian Decker 51a22c4274 doc: Fixed two small mistakes in the `getroute` documentation 8 years ago
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