5901 Commits (52042bde800de967d2b0ca336d391216bc1bba18)
 

Author SHA1 Message Date
ZmnSCPxj 09761cd4c9 plugins/.gitignore: Also ignore autoclean. 6 years ago
ZmnSCPxj a80e5c7212 plugins/Makefile: Add PLUGIN_AUTOCLEAN_OBJS to ALL_OBJS. 6 years ago
ZmnSCPxj 30ad98a3ea plugins/autoclean.c: Remove unnecessary inclusions. 6 years ago
Michael Schmoock 0efd72d882 test: pylightning to_approx_str 6 years ago
Michael Schmoock d8599e5f67 pylightning: adds msat.to_approx_str() method 6 years ago
Rusty Russell 654e89b5fc gossipd: free channels in routing_state destructor. 6 years ago
Rusty Russell d1f43d993a gossipd: use explicit destructor for struct chan. 6 years ago
Rusty Russell 59e75f1b2c gossipd: reply to large listchannels in parts. 6 years ago
Rusty Russell 4ea1d13077 cli: handle OOM by directly streaming output. 6 years ago
Rusty Russell 0b79538b18 lightningd: hang up on clients if they make us run out of memory. 6 years ago
Rusty Russell cb9c44ef27 gossipd: remove unnecessary dev_unknown_channel_satoshis arg. 6 years ago
Rusty Russell 85d8848ede gossipd: neaten insert_broadcast a little. 6 years ago
Rusty Russell 3d2af2237c pytest: fix test_htlc_send_timeout now pay doesn't return ROUTE_NOT_FOUND. 6 years ago
Rusty Russell 5506924f2f pay: update documentation. 6 years ago
Rusty Russell 15dc0a5c18 pay: fix transient status 'failed' in listpays. 6 years ago
Rusty Russell 18d2506958 pytest: test for transient "failed" status during ongoing payment. 6 years ago
Rusty Russell 71460ac073 pay: don't say "Could not find a route" unless we never tried a payment. 6 years ago
Rusty Russell aa62ae3385 pay: don't timeout, wait until we've succeeded or failed. 6 years ago
Rusty Russell ee303e4a94 contrib: fix up bash completion script. 6 years ago
darosior 862ae87389 Fix bash completion 6 years ago
Rusty Russell 4370ffa978 autoclean: make this a plugin. 6 years ago
Rusty Russell 44196e7d82 libplugin: logging support. 6 years ago
Rusty Russell 6a8cd9a016 libplugin: allow freeing in timer callback, clarify docs, allow nested timers. 6 years ago
Rusty Russell 9b61c19a20 libplugin: simple timer support. 6 years ago
Rusty Russell c83066f8ed libplugin: make rpc_conn a global, so we can access it from timers. 6 years ago
Rusty Russell 688574b89c libplugin: support options. 6 years ago
Rusty Russell 8b2a84a0c7 plugins: don't hand empty strings for unset options. 6 years ago
darosior f65eecee27 Rpc: sort help output by command name 6 years ago
darosior e99335eefb CHANGELOG: Add a line about the new default plugin directory 6 years ago
darosior a497295f92 Add a default 'plugins' directory in the lightning dir 6 years ago
Rusty Russell e5b5f1d7e5 openingd: add openchannel hook. 6 years ago
Rusty Russell 401bd9f8ef json: rename json_add_amount_sat to json_add_amount_sat_compat. 6 years ago
Rusty Russell f3d30f1267 openingd: check with lightningd when we receive an offer. 6 years ago
Rusty Russell eda5314cb5 tools/generate-wire.py: handle optional variable-length fields. 6 years ago
darosior 7e7358ec1e Doc: update 'waitsendpay' manpage 6 years ago
darosior 67d20ae842 Add 'paystatus' method 6 years ago
darosior a7ef7b47c8 Pylightning: add 'listconfigs' and 'listsendpays' RPC methods, correct 'invoice' docstring 6 years ago
trueptolemy 0f429853fc wallet: cleanup the tal context in wallet_channels_load_active() and wallet_stmt2channel() 6 years ago
Rusty Russell 6ee2cd8ce3 openingd: fix hangup when gossipd compacts. 6 years ago
Rusty Russell 664916e815 bitcoin/test: fix up constant time test for secret_eq. 6 years ago
Rusty Russell 6b32b72dee configure: use "-Og" for non-developer builds, add COPTFLAGS variable. 6 years ago
Sjors Provoost b95e10c354 systemd: wait until network is up 6 years ago
darosior d9db9dc1ae gossipd: fix listnodes crash on non existing id 6 years ago
Rusty Russell d054fef0f0 pytest: fix test_bech32_funding 6 years ago
darosior 12f703eb82 pylightning: Add missing RPC command as LightningRpc methods 6 years ago
darosior efecd64bf3 pylightning: Reorder LightningRpc methods alphabetically 6 years ago
Rusty Russell b4e7b198e6 common/read_peer_msg: fix header comment. 6 years ago
Rusty Russell f5a218f9d1 gossipd: send per-peer daemons offsets into gossip store. 6 years ago
Rusty Russell 0e37ac2433 common: move gossip_store read routine where subdaemons can access it. 6 years ago
Rusty Russell d8db4e871f gossipd: provide new fd to per-peer daemons when we compact it. 6 years ago