3283 Commits (9b3e8f0bd3532ad59a0b628fa96fe9f2188f9c3c)
 

Author SHA1 Message Date
Jan Sarenik 9b3e8f0bd3 bitcoin.bib: Add Satoshi paper URL and date 7 years ago
Jan Sarenik 424ca8cf59 doc: Modify README.md code sections 7 years ago
Jan Sarenik fd338c0689 doc: More plain-text improvements to HACKING.md and INSTALL.md 7 years ago
Jan Sarenik 960548f311 doc: Reflow HACKING.md and INSTALL.md without textual change 7 years ago
ZmnSCPxj c03f584e19 test_lightningd.py: Adapt to new help output. 7 years ago
Mark Beckwith 38e94e883f Improved display of lightning-cli help for humans 7 years ago
Rusty Russell 30faa6485a subdaemons: copy backtraces to stderr. 7 years ago
Rusty Russell fd9c0c8543 routing: move struct node_connection into struct routing_channel. 7 years ago
Rusty Russell be14b52423 routing: connections are now never null; simplify. 7 years ago
Rusty Russell d7b5882f61 routing: don't free a single nc on prune, only entire channel. 7 years ago
Rusty Russell d0f68ffb15 routing: free entire channel, not just node_connection on PERM error. 7 years ago
Rusty Russell 00194b6130 handle_disable_channel: don't use get_connection_by_scid. 7 years ago
Rusty Russell 74ee448bda routing: expose setter for struct node_connection fields. 7 years ago
Rusty Russell 1e4959af1f gossipd: fix case where we get an update on a pruned channel. 7 years ago
Rusty Russell 961321a6d8 gossipd: move route pruning to routing.c. 7 years ago
Rusty Russell 33726b0a08 gossip: instead of refresh interval, have routing know prune_timeout. 7 years ago
Rusty Russell b7bf414ac4 gossipd: prune announced-but-not-updated channels eventually. 7 years ago
Rusty Russell b7ec2c8c9c node_connection: move channel_announcement field into struct routing_channel. 7 years ago
Rusty Russell 942d04ba87 gossipd: simplify channel_announce handling. 7 years ago
Rusty Russell 6dec2ed1c1 gossipd: hoist new_node_connection above new_routing_channel. 7 years ago
Rusty Russell fc410eff60 resolve_channel_req: use get_channel. 7 years ago
Rusty Russell a79879637a gossipd: local_add_channel can just use get_channel() 7 years ago
Rusty Russell 6bc634badf gossip: handle_get_update can just use get_channel. 7 years ago
Rusty Russell a9b1d73148 getchannels_req: iterate over channel map rather than nodes. 7 years ago
Rusty Russell 5f5d0b3e25 gossip_local_add_channel: remove unused flags field. 7 years ago
Rusty Russell 9b900138d0 gossip: put 'routing_channel' in charge of 'node_connection'. 7 years ago
Rusty Russell f8426600a6 gossipd: don't create a routing_channel while we're waiting. 7 years ago
Rusty Russell 2ec38ec687 gossip: factor out appending code in getchannels_req(). 7 years ago
Rusty Russell 629c3db421 ccan: update to get tal_free fix. 7 years ago
ZmnSCPxj 1f6008689d payalgo: Throttle pay command if failure is due to blockheight disagreement. 7 years ago
Douglas Schilling Landgraf ef34efa93f pylightning: label is required for waitinvoice() 7 years ago
John Barboza 35ce13179c Add tests for peer information containing alias 7 years ago
John Barboza b50912d8b1 Print node alias when listing peers 7 years ago
Rusty Russell ca4603455b short_channel_id: remove short_channel_id_to_uint accessor. 7 years ago
Rusty Russell c5d41a23d7 short_channel_id: just use structeq. 7 years ago
Rusty Russell affc1be4d6 gossipd: get_channel() wrapper for channel lookup. 7 years ago
Rusty Russell 042d5d13f5 short_channel_id: don't use bitfields. 7 years ago
John Barboza 6f14736803 revert 0e40c8 and renable test_withdraw 7 years ago
Igor Cota cb6820d445 Do preimage, hash and consequentially bolt11 generation before we store the invoice in db. 7 years ago
Igor Cota 3371168d54 Add bolt11 to the invoice struct. 7 years ago
Igor Cota 2bb9797ddb Add bolt11 to the invoices db table as TEXT. 7 years ago
Rusty Russell e10a2b63ca README.md: no need for segwit activation on regtest any more. 7 years ago
Rusty Russell 742885c95e test_lightning.py: reduce 121 to 101 blocks, remove segwit comment. 7 years ago
Jan Sarenik 0017b9b363 test_lightningd.py: Enable bech32 test for DEVELOPER 7 years ago
Christian Decker 565059a12f pytest: Require bitcoin-0.16.0 and reduce number of generated blocks 7 years ago
Christian Decker 136a5f2b74 contrib: Updated builder image to include v0.16.0 of bitcoind 7 years ago
Christian Decker a90502d917 jsonrpc: Refuse to forget a channel with an open HTLC 7 years ago
Christian Decker aef5780f36 htlc: Extracted htlc detection from the channel destructor 7 years ago
Jan Sarenik 9504a77b44 Reflow README.md with no changes to text 7 years ago
Corné Plooy f32ebb7dca Indentation fix. 7 years ago