..
test
invoice: option to expose/not-expose private channels.
6 years ago
.gitignore
handshaked: remove.
7 years ago
Makefile
pay: remove inbuilt command in favor of plugin.
6 years ago
bitcoind.c
bitcoind: allow "getblock" to fail for txout lookup.
6 years ago
bitcoind.h
lightningd: allow more than one bitcoind request at once, run multiple queues.
6 years ago
chaintopology.c
utils: make tal_arr_expand safer.
6 years ago
chaintopology.h
param: make json_tok_ handlers all return command_result, rename to param_
6 years ago
channel.c
signature: wrap almost all signatures in struct bitcoin_signature.
6 years ago
channel.h
signature: wrap almost all signatures in struct bitcoin_signature.
6 years ago
channel_control.c
utils: make tal_arr_expand safer.
6 years ago
channel_control.h
lightningd: peer_start_channeld always returns true; make it void.
6 years ago
channel_state.h
lightningd: new state AWAITING_UNILATERAL.
6 years ago
closing_control.c
commit_tx: make fee msat vs sat explicit.
6 years ago
closing_control.h
gossipd: drain fd instead of passing around gossip index.
7 years ago
connect_control.c
json: move bitcoin/lightning specific helpers into common/json_helpers.
6 years ago
connect_control.h
connectd: remove separate address hint message.
6 years ago
gossip_control.c
gossipd: handle onion errors internally.
6 years ago
gossip_control.h
connectd: wean off gossip_wire message types, use our own.
7 years ago
gossip_msg.c
getroute: add direction to route returned.
6 years ago
gossip_msg.h
gossipd: hand raw pubkeys in getnodes and getchannels entries.
6 years ago
hsm_control.c
lightningd: use hsm_get_client_fd() helper for global daemons too.
6 years ago
hsm_control.h
lightningd: use hsm_get_client_fd() helper for global daemons too.
6 years ago
htlc_end.c
lightningd: clean up htlc_in->shared_secret to be optional.
6 years ago
htlc_end.h
lightningd: clean up htlc_in->shared_secret to be optional.
6 years ago
invoice.c
json: add more efficient iterators for objects and arrays.
6 years ago
invoice.h
invoices: Extensive reorganization of invoice system.
7 years ago
json.c
lightningd: move pay internals back into pay.c
6 years ago
json.h
lightningd: move pay internals back into pay.c
6 years ago
json_stream.c
utils: make tal_arr_expand safer.
6 years ago
json_stream.h
json: Add function to duplicate a json_stream
6 years ago
jsonrpc.c
json-rpc: Remove double-quoting on errors in JSON-RPC
6 years ago
jsonrpc.h
jsonrpc: Generalize plugin_request to jsonrpc_request
6 years ago
lightningd.c
configure: (mostly) revert b7a56f05318fa7e5b794c56c0088730470e1f203
6 years ago
lightningd.h
configure: (mostly) revert b7a56f05318fa7e5b794c56c0088730470e1f203
6 years ago
log.c
json-rpc: make commands return 'struct command_result *'.
6 years ago
log.h
param: make json_tok_ handlers all return command_result, rename to param_
6 years ago
log_status.c
Remove tal_len, use tal_count() or tal_bytelen().
7 years ago
log_status.h
status: add multiple levels of logging.
7 years ago
memdump.c
memdump: rearrange order to avoid command_its_complicated().
6 years ago
memdump.h
channeld: wire up dev_memleak.
6 years ago
notification.c
notifications: Fix iteration over notification topics
6 years ago
notification.h
plugin: Add connect and disconnect notifications
6 years ago
onchain_control.c
onchaind: wire up dev_memleak.
6 years ago
onchain_control.h
onchaind: Replay stored channeltxs to restore onchaind state
7 years ago
opening_control.c
plugin: Add connect and disconnect notifications
6 years ago
opening_control.h
openingd: wire up dev_memleak.
6 years ago
options.c
utils: make tal_arr_expand safer.
6 years ago
options.h
opts: Split early from non-early args so plugins can register theirs
6 years ago
pay.c
pay: don't list dummy channel if error is from final hop.
6 years ago
pay.h
lightningd: move pay internals back into pay.c
6 years ago
peer_control.c
short_channel_id: make mk_short_channel_id return a failure.
6 years ago
peer_control.h
channeld: wire up dev_memleak.
6 years ago
peer_htlcs.c
lightningd: fix leak when next peer is unknown.
6 years ago
peer_htlcs.h
onchaind: include htlc id in htlc_stub so we agree on what HTLC we're closing.
6 years ago
ping.c
param: make command_fail/command_success WARN_UNUSED_RESULT.
6 years ago
ping.h
ping: complete JSON RPC ping commands even if one ping gets no response.
6 years ago
plugin.c
plugin: Increase manifest timeout to 60 seconds
6 years ago
plugin.h
plugin: Remove plugin_request_new and expose plugin_request_send
6 years ago
plugin_hook.c
plugin: Plugin hook callbacks need to be wrapped in a DB transaction
6 years ago
plugin_hook.h
plugin: Add hooks that a plugin might register
6 years ago
subd.c
plugins: allow --dev-debugger=<pluginname>.
6 years ago
subd.h
plugins: allow --dev-debugger=<pluginname>.
6 years ago
watch.c
txwatch: hand ld to callback, don't assume channel is non-NULL.
6 years ago
watch.h
txwatch: hand ld to callback, don't assume channel is non-NULL.
6 years ago