.. |
test
|
gossipd: push our own gossip messages harder.
|
5 years ago |
.gitignore
|
handshaked: remove.
|
7 years ago |
Makefile
|
lightningd: add signmessage JSON command.
|
5 years ago |
bitcoind.c
|
elements: Add amount_asset to support more than just plain satoshis
|
5 years ago |
bitcoind.h
|
bitcoind: Remove unused type `bitcoind_mode`
|
5 years ago |
chaintopology.c
|
wallet: Move tx annotation for deposits into the wallet
|
5 years ago |
chaintopology.h
|
lightningd: add flag for whether we're synced, and callback infrastructure.
|
5 years ago |
channel.c
|
funding: add RPC arg to specify a 'close_to' address
|
5 years ago |
channel.h
|
funding: add RPC arg to specify a 'close_to' address
|
5 years ago |
channel_control.c
|
pytest: stress fee_update code, trigger bug.
|
5 years ago |
channel_control.h
|
API: `fundchannel_cancel` can cancel fundchannel process before funding broadcast
|
5 years ago |
channel_state.h
|
wallet: Add a final `CLOSED` state to channels
|
6 years ago |
closing_control.c
|
JSON-API: Allow `close` channel to specified address
|
5 years ago |
closing_control.h
|
common/per_per_state: generalize lightningd/peer_comm Part 1
|
6 years ago |
connect_control.c
|
Add enable-autotor-v2 config variable
|
5 years ago |
connect_control.h
|
Use node_id everywhere for nodes.
|
6 years ago |
gossip_control.c
|
common/features: only support a single feature bitset.
|
5 years ago |
gossip_control.h
|
gossipd: get fed the blockheight from lightningd when we know it.
|
5 years ago |
gossip_msg.c
|
common/features: only support a single feature bitset.
|
5 years ago |
gossip_msg.h
|
common/features: only support a single feature bitset.
|
5 years ago |
hsm_control.c
|
lightningd: prevent hsmd from interpretating an encrypted hsm_secret as not encrypted
|
5 years ago |
hsm_control.h
|
Use node_id everywhere for nodes.
|
6 years ago |
htlc_end.c
|
wallet: Add `received_time` to `htlc_in` for forwarding times
|
6 years ago |
htlc_end.h
|
wallet: Add `received_time` to `htlc_in` for forwarding times
|
6 years ago |
invoice.c
|
json: Rename `json_tok_address_scriptpubkey` to `json_to_address_scriptpubkey`
|
5 years ago |
invoice.h
|
lightningd: move local invoice resolution into invoice.c function.
|
6 years ago |
io_loop_with_timers.c
|
plugins: don't crash if getmanifest times out.
|
6 years ago |
io_loop_with_timers.h
|
lightningd/io_loop_with_timers.c: Move mainloop to its own source file, have chaintopology use it.
|
6 years ago |
json.c
|
json: Move `param_bitcoin_address` from wallet/walletrpc.c to lightningd/json.c
|
5 years ago |
json.h
|
json: Move `param_bitcoin_address` from wallet/walletrpc.c to lightningd/json.c
|
5 years ago |
json_stream.c
|
lightningd: restore ' ' before '}' for older pylightning.
|
6 years ago |
json_stream.h
|
lightningd: restore ' ' before '}' for older pylightning.
|
6 years ago |
jsonrpc.c
|
josn: Move `json_tok_address_scriptpubkey` from lightningd/jsonrpc.c to lightningd/json.c
|
5 years ago |
jsonrpc.h
|
common/memleak: add dynamic hooks for assisting memleak.
|
5 years ago |
lightningd.c
|
hsmd: encrypt hsm_secret if 'lightningd' pass an encryption key
|
5 years ago |
lightningd.h
|
lightningd: '--encrypted-hsm', a new startup option
|
5 years ago |
log.c
|
log: make --log-file an early arg (since we move to dir early now).
|
5 years ago |
log.h
|
log: add 'warning' notification when log
|
6 years ago |
log_status.c
|
log: add 'warning' notification when log
|
6 years ago |
log_status.h
|
status: add multiple levels of logging.
|
7 years ago |
memdump.c
|
common/memleak: add dynamic hooks for assisting memleak.
|
5 years ago |
memdump.h
|
lightningd: add code to search strmaps for memleak detection.
|
6 years ago |
notification.c
|
plugin: Another new notification type, 'sendpay_failure'
|
5 years ago |
notification.h
|
plugin: Another new notification type, 'sendpay_failure'
|
5 years ago |
onchain_control.c
|
JSON-API: Allow `close` channel to specified address
|
5 years ago |
onchain_control.h
|
onchaind: Replay stored channeltxs to restore onchaind state
|
7 years ago |
opening_control.c
|
funding: add RPC arg to specify a 'close_to' address
|
5 years ago |
opening_control.h
|
common/per_per_state: generalize lightningd/peer_comm Part 1
|
6 years ago |
options.c
|
hsm encryption: correct salt length
|
5 years ago |
options.h
|
opt: make sure early cmdline options override config file.
|
5 years ago |
pay.c
|
sendpay: Compatible with old parameters `description`
|
5 years ago |
pay.h
|
API: Add payment fields(if not NULL) into return value when sendpay fails
|
5 years ago |
peer_control.c
|
json-rpc: show lightning-dir in getinfo
|
5 years ago |
peer_control.h
|
common/features: only support a single feature bitset.
|
5 years ago |
peer_htlcs.c
|
lightningd: apply feerate changes correctly.
|
5 years ago |
peer_htlcs.h
|
plugin: Register `forward_event` notification
|
5 years ago |
ping.c
|
bolt: update to BOLT spec changes (extract format + type specifications)
|
6 years ago |
ping.h
|
ping: complete JSON RPC ping commands even if one ping gets no response.
|
6 years ago |
plugin.c
|
plugin: unregister hooks a plugin registered while freeing it
|
5 years ago |
plugin.h
|
plugins: make the default plugins directory a member of 'plugins'
|
5 years ago |
plugin_control.c
|
plugin_control: halve the timeout delay
|
5 years ago |
plugin_control.h
|
plugins: cleanup shared headers between dynamic and static plugins
|
5 years ago |
plugin_hook.c
|
lightningd/plugin_hook: make it possible to unregister a hook
|
5 years ago |
plugin_hook.h
|
lightningd/plugin_hook: make it possible to unregister a hook
|
5 years ago |
signmessage.c
|
lightningd: checkmessage can intuit pubkey in some cases.
|
5 years ago |
subd.c
|
developer: IFDEV() macro.
|
5 years ago |
subd.h
|
common: add peer_error flag to treat this error as "soft".
|
6 years ago |
watch.c
|
lightningd: fix occasional missing txid detection.
|
6 years ago |
watch.h
|
lightningd: fix occasional missing txid detection.
|
6 years ago |