6535 Commits (0bab2580fc6e43b7fcbedd5ee9eeec97aeba14c0)
 

Author SHA1 Message Date
Rusty Russell 0bab2580fc gossipd: clean up local channel updates. 5 years ago
Rusty Russell e1c431d278 gossipd: use local_chan_map more. 5 years ago
Rusty Russell 27d9b75456 gossipd: add shadow structure for local chans. 5 years ago
Rusty Russell 70c4ac6d74 gossipd: suppress our own too-close node_announcement messages. 5 years ago
Rusty Russell 178baeba6c gossipd: get gossip_min_interval from lightningd. 5 years ago
Rusty Russell 4cfd0524eb gossipd: simplify duplicate node_announcement check. 5 years ago
Rusty Russell 5ddd7866e4 gossipd: make create_node_announcement const-correct. 5 years ago
Rusty Russell 9578fb4035 lightningd: fix crash in cancel_channel 5 years ago
Rusty Russell 794bebcc81 lightningd: add find_channel_by_id() helper, use it. 5 years ago
trueptolemy 2d1a153975 plugins: Return `command_param_failed()` if `param()` fail 5 years ago
Rusty Russell fe66b53fb9 jsonrpc: add more fields to listfunds. 5 years ago
Christian Decker ac1c894255 db: Get old sqlite3_trace based db_changes working again 5 years ago
trueptolemy c5f4c9cefb hsmd: Fix a memory leak in `status.c` 5 years ago
trueptolemy c737fa6b91 pay: Fix logic of the intereface `find_worst_channel` 5 years ago
trueptolemy bdbfbf7e55 fundchannel: Remove the link of `lightningd/json.h` 5 years ago
trueptolemy b4c6a5c0f0 plugins/.gitignore: Add `fundchannel` entry 5 years ago
darosior 697b501132 doc: place lightningd manpages first in index.rst 5 years ago
lisa neigut aef5b30b81 wire: update how experimental csv patches are managed 5 years ago
Jacob Rapoport 6360ffb2ac fix macOS build & update docs 5 years ago
darosior 48fde4f0a5 wireaddr: correct the onion case in wireaddr_from_hostname 5 years ago
darosior fad133ed2e wireaddr: pass an array to wireaddr_from_hostname 5 years ago
trueptolemy ece0ec8bb9 CHANGELOG: Add the entry about `pay` can exclude error nodes 5 years ago
trueptolemy d4104c15aa pytest: Test `pay` can exclude error node 5 years ago
trueptolemy a3a0f651e3 pytest: Let `fail_htlcs.py` plugin generates `TEMPORARY_NODE_FAILURE` error 5 years ago
trueptolemy 22e8d242fc pay: Exclude nodes if the failcode of `sendpay` has the NODE bit set 5 years ago
trueptolemy 36852c36e6 CHANGELOG: Add the entry about `getroute` supports excluding nodes 5 years ago
trueptolemy a795f5e600 doc: Update the document of `getroute`about excluding nodes 5 years ago
trueptolemy 059a6e0e0d pytest: Test excluding nodes in `getroute` 5 years ago
trueptolemy 5361a5d059 JSON-API: `getroute` now also support `exclude` nodes 5 years ago
trueptolemy 090a43fd3d gossip: Add the `struct exclude_entry` and `enum exclude_entry_type` 5 years ago
darosior 90fa2ae3fd plugins: load fundchannel by default 5 years ago
darosior 04a780c715 README: Remove '-testnet' bitcoind's argument 5 years ago
Rusty Russell a988ded3fa lightningd: fix case where config file overrides lightning-dir. 5 years ago
Rusty Russell f4e7ed179f devtools/mkencoded: tool to encode short_channel_id / other for testing 5 years ago
Rusty Russell 8ef996d56e devtools/mkgossip: tool to create gossip msgs for testing. 5 years ago
Rusty Russell a46e880f1d gossipd: in DEVELOPER mode, catch missing free_chan() 5 years ago
Rusty Russell 5592cfb174 devtools/dump-gossipstore: add flag to show deleted entries. 5 years ago
Rusty Russell a3273d4c84 developer: IFDEV() macro. 5 years ago
Rusty Russell 91072f56b0 developer: add 'dev-gossip-set-time' call to manipulate gossipd's time. 5 years ago
Rusty Russell 768d293149 gossipd: don't get upset if we can't add channel_update. 5 years ago
Rusty Russell 2577ad87d5 gossipd: use gossip_time_now() everywhere. 5 years ago
Rusty Russell 9aca38b279 pytest: increase non-developer timeout. 5 years ago
Rusty Russell f554d6376f wireaddr: handle case where non-IPv6 and non-IPv4 address is returned. 5 years ago
darosior 5cded7863f connectd: correct a segfault in add_seed_addrs 5 years ago
lisa neigut 904a1384ef tests: de-flake lightningd_still_loading 5 years ago
lisa neigut fe6c7f8f80 gossip queries: patch up valgrind errors in tests 5 years ago
lisa neigut a35677fa0f fundchannel: use plugin; delete interior impl 5 years ago
lisa neigut 548672ea0a fundchannel: populate max_funding from chainparams 5 years ago
lisa neigut c261309f18 test: fund wallet before testing fundchannel 5 years ago
lisa neigut 42ef64941a fundchannel: have address work with any network 5 years ago