.. |
test
|
JSON: remove handling of pre-Adelaide (B:T:N) short_channel_ids.
|
5 years ago |
.gitignore
|
handshaked: remove.
|
7 years ago |
Makefile
|
per-peer-daemons: tie in gossip filter.
|
5 years ago |
bitcoind.c
|
bitcoind: Defer initialization of filteredblock_call->result
|
5 years ago |
bitcoind.h
|
bitcoind: Remove unused type `bitcoind_mode`
|
5 years ago |
chaintopology.c
|
lightningd: add flag for whether we're synced, and callback infrastructure.
|
5 years ago |
chaintopology.h
|
lightningd: add flag for whether we're synced, and callback infrastructure.
|
5 years ago |
channel.c
|
tx: Add chainparams when deserializing transactions from wire msgs
|
5 years ago |
channel.h
|
lightningd: add slow_reconnect flag for transient failure.
|
6 years ago |
channel_control.c
|
channeld: get current block height when an HTLC fails.
|
5 years ago |
channel_control.h
|
common/per_per_state: generalize lightningd/peer_comm Part 1
|
6 years ago |
channel_state.h
|
wallet: Add a final `CLOSED` state to channels
|
6 years ago |
closing_control.c
|
Spec: Update to latest BOLT, include our first global feature definition.
|
5 years ago |
closing_control.h
|
common/per_per_state: generalize lightningd/peer_comm Part 1
|
6 years ago |
connect_control.c
|
lightningd: add slow_reconnect flag for transient failure.
|
6 years ago |
connect_control.h
|
Use node_id everywhere for nodes.
|
6 years ago |
gossip_control.c
|
JSON: remove handling of pre-Adelaide (B:T:N) short_channel_ids.
|
5 years ago |
gossip_control.h
|
connectd: wean off gossip_wire message types, use our own.
|
7 years ago |
gossip_msg.c
|
listchannels: add `htlc_minimum_msat` and `htlc_maximum_msat` fields.
|
6 years ago |
gossip_msg.h
|
listchannels: add `htlc_minimum_msat` and `htlc_maximum_msat` fields.
|
6 years ago |
hsm_control.c
|
hsmd: Tell hsmd which chain we are working on
|
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: remove handling of pre-Adelaide (B:T:N) short_channel_ids.
|
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: remove handling of pre-Adelaide (B:T:N) short_channel_ids.
|
5 years ago |
json.h
|
json: Add the json interface for `struct sha256`
|
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
|
common/memleak: add dynamic hooks for assisting memleak.
|
5 years ago |
jsonrpc.h
|
common/memleak: add dynamic hooks for assisting memleak.
|
5 years ago |
lightningd.c
|
daemons tour: minor typos correction
|
5 years ago |
lightningd.h
|
Added possibility to configure max_concurrent_htlcs value for our channels. Eclaire has a default of 30 and I thought why not going with their value and while doing so make it configureable.
|
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: Register `forward_event` notification
|
5 years ago |
notification.h
|
notification: Add registeration interface
|
5 years ago |
onchain_control.c
|
tx: Add chainparams when deserializing transactions from wire msgs
|
5 years ago |
onchain_control.h
|
onchaind: Replay stored channeltxs to restore onchaind state
|
7 years ago |
opening_control.c
|
funding: don't allow funding new channels until we're synced.
|
5 years ago |
opening_control.h
|
common/per_per_state: generalize lightningd/peer_comm Part 1
|
6 years ago |
options.c
|
lightningd: create --list-features-only which lists what features we support.
|
5 years ago |
options.h
|
opt: make sure early cmdline options override config file.
|
5 years ago |
pay.c
|
JSON: remove listpayments.
|
5 years ago |
pay.h
|
lightningd: move pay internals back into pay.c
|
6 years ago |
peer_control.c
|
JSON: remove handling of pre-Adelaide (B:T:N) short_channel_ids.
|
5 years ago |
peer_control.h
|
lightningd: delay reprocessing of incoming htlcs at startup until plugins ready.
|
5 years ago |
peer_htlcs.c
|
lightningd: delay reprocessing of incoming htlcs at startup until plugins ready.
|
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
|
plugins: fix false-positive memleak.
|
5 years ago |
plugin.h
|
plugin: notice when plugin has *started* configuring.
|
5 years ago |
plugin_control.c
|
plugin: notice when plugin has *started* configuring.
|
5 years ago |
plugin_control.h
|
lightningd/plugin_control: add a 'plugin' command
|
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 |
subd.c
|
db: Make the `db` struct private and provide accessors instead
|
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 |