3240 Commits (0017b9b363fb8bd68fcf52fdfbca94fcf073270a)
 

Author SHA1 Message Date
ZmnSCPxj 2db6ff9186 gossip_control: Change defult fuzz of getroute to 75%. 7 years ago
ZmnSCPxj 6767434ea9 routing: Use siphash24 for route randomization 7 years ago
ZmnSCPxj 1cf32f9f05 doc: Update manpage for getroute and pay for route randomization. 7 years ago
ZmnSCPxj 61d0b50c54 payalgo: Randomize paths as long as we respect maxfeepercent. 7 years ago
ZmnSCPxj 9693843141 payalgo: Change sendpay_parent to try_parent. 7 years ago
ZmnSCPxj aff52ce5a8 gossipd: Implement improved randomization of routes. 7 years ago
ZmnSCPxj 216c52940d gossipd: Add fuzz and seed to getroute request. 7 years ago
ZmnSCPxj 2b782ee436 gossip_control: Add fuzz and seed parameters. 7 years ago
ZmnSCPxj cfcdcf3993 wire: Implement fromwire/towire_double. 7 years ago
ZmnSCPxj cabeef2d88 lightning-cli: Be more discerning about literals. 7 years ago
ZmnSCPxj e34be575aa lightning/peer_control.h: Minor cleanup of nonexistent functions. 7 years ago
practicalswift 160f9b06a5 Fix variable typo in generate-wire.py 7 years ago
practicalswift bb12c234f2 Fix recently introduced PEP-8 violations 7 years ago
Christian Decker 330682abfe pytest: Remove any existing lightning-dirs before running 7 years ago
Christian Decker da062df594 make: If running on travis allow 3 reruns of failed tests 7 years ago
Christian Decker 68a9951fb9 contrib: Add pytest-reruns into the builder image 7 years ago
Christian Decker ac21ac3653 contrib: Add flake8 to builder container images 7 years ago
Rusty Russell 737a7148b5 test_lightningd.py: make sure we recover from transient bitcoin failures. 7 years ago
Rusty Russell 50171d3e1a lightningd: add --bitcoin-cli arg for testing. 7 years ago
Rusty Russell f0a12c5c23 bitcoind: retry after one second if a call fails. 7 years ago
Rusty Russell 0204c44243 bitcoind: allow processing callbacks to indicate that a failure is spurious. 7 years ago
Christian Decker 7c8883ae7d wallet: Fix an off by one error in dev-listaddrs 7 years ago
arowser 73fab9e345 move library path to LDLIBS 7 years ago
ZmnSCPxj, ZmnSCPxj jxPCSmnZ ae6b901e78 README: add link to our shiny new mailinglist 7 years ago
Rusty Russell 5de6a3cf12 fixup! onchain message should be ONCHAIN: not FUNDING_SPEND_SEEN 7 years ago
Rusty Russell 309dc96f97 fixup! More test fixups from last patch. 7 years ago
Rusty Russell cccdb53bec channel_states: fold all the ONCHAIND states into one. 7 years ago
Rusty Russell 866ba00445 test_lightning.py: test in billboard in various closing cases. 7 years ago
Rusty Russell 8946ecc7b5 onchaind: keep billboard uptodate. 7 years ago
Rusty Russell 7e0f2c4d26 onchaind: two small changes. 7 years ago
Rusty Russell c57aa628e3 closingd: update billboard as negotiation proceeds. 7 years ago
Rusty Russell 8640a5c329 channeld: keep billboard uptodate. 7 years ago
Rusty Russell 10361d5308 openind: update billboard. 7 years ago
Rusty Russell 9cffa03647 peer_failed: set permanent slot when we fail the peer. 7 years ago
Rusty Russell 8aa7a48138 listpeers: display billboard as 'status' array. 7 years ago
Rusty Russell d4a172e221 common: peer_billboard() helper for updating the billboard. 7 years ago
Rusty Russell cca0a5412e subd: clear transient billboard on start and shutdown. 7 years ago
Rusty Russell 26b004e5af subd: handle status_peer_billboard messages from subdaemons. 7 years ago
Rusty Russell db4de95033 lightningd: single transient billboard for opening peers. 7 years ago
Rusty Russell 86a04c59d4 lightningd: maintain a status billboard for each channel. 7 years ago
Christian Decker d499c34db2 fixup! options: Add `--offline` to disable listening and auto-reconnection 7 years ago
Christian Decker 6f6176a91e options: Add `--offline` to disable listening and auto-reconnection 7 years ago
practicalswift 0a20bd44f0 Fix flake8 warnings: W191 indentation contains tabs + E101 indentation contains mixed spaces and tabs 7 years ago
practicalswift e18948a6a9 Remove unused variables. Fix flake8 warnings. 7 years ago
Rusty Russell b8c636514b pong: embed version string into ping replies if DEVELOPER=1. 7 years ago
Rusty Russell 85f1a9b825 lightningd: append (as much as we can) version into default name if DEVELOPER=1 7 years ago
Rusty Russell 655ae90e5e wallet: remove obsolete peers. 7 years ago
practicalswift ae7d857c44 Make Python code conform to the Python PEP 8 style guide 7 years ago
practicalswift 0ac5e93065 Remove unused parameters a_sent and b_sent in draw_restart(.., struct sent **a_sent, struct sent **b_sent, ...) 7 years ago
practicalswift 2e7791f798 Remove unused parameter ci in db_send_local_revoke(..., const struct commit_info *ci) 7 years ago