6646 Commits (eb5ef0fc08217f507861f4de65347cdf0d5f8394)
 

Author SHA1 Message Date
Rusty Russell ccbc46a476 check-bolt: escape { and }. 5 years ago
fiatjaf 1d5bbc874a format JSON snippets with jq. 5 years ago
Rusty Russell 6a8d18c7e3 gossipd: naming cleanups. 5 years ago
Rusty Russell 39c9dcbafc ratelimit: adjust based on --dev-fast-gossip, test. 5 years ago
Rusty Russell 147eaced2e developer: consolidiate gossip timing options into one --dev-fast-gossip. 5 years ago
Rusty Russell 8139164aa0 gossipd: disallow far future (+1 day) or far past (2 weeks) timestamps. 5 years ago
Rusty Russell 76860683aa gossipd: only allow one channel_update per direction per day. 5 years ago
Rusty Russell a92ead48bf gossipd: ignore redundant channel_update and node_announcement. 5 years ago
Rusty Russell 46e0f1efcc gossipd: refresh every 13 days, not every 7. 5 years ago
Rusty Russell 06afb408d8 gossipd: bias lower bit of timestamp to ensure alternation. 5 years ago
Rusty Russell 21a6d502db gossipd: move gossip message generation into its own file. 5 years ago
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