.. |
test
|
build: use locale-independent sort for mocks
|
5 years ago |
.gitignore
|
handshaked: remove.
|
7 years ago |
Makefile
|
common: generalize ecdh function.
|
5 years ago |
bitcoind.c
|
bcli: register --dev-max-fee-multiplier on our side
|
5 years ago |
bitcoind.h
|
lightning/bitcoind: adapt and batch fees estimations
|
5 years ago |
chaintopology.c
|
bcli: register --dev-max-fee-multiplier on our side
|
5 years ago |
chaintopology.h
|
chaintopology: better feerate targets differentiation
|
5 years ago |
channel.c
|
closingd: configurable closing fee negotiation step
|
5 years ago |
channel.h
|
closingd: configurable closing fee negotiation step
|
5 years ago |
channel_control.c
|
channeld: simplify loading of pre-existing HTLCs.
|
5 years ago |
channel_control.h
|
channel control: break out separate method for canceling
|
5 years ago |
channel_state.h
|
wallet: Add a final `CLOSED` state to channels
|
6 years ago |
closing_control.c
|
closingd: configurable closing fee negotiation step
|
5 years ago |
closing_control.h
|
common/per_per_state: generalize lightningd/peer_comm Part 1
|
6 years ago |
connect_control.c
|
cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit.
|
5 years ago |
connect_control.h
|
lightningd: return `features` in connect response.
|
5 years ago |
gossip_control.c
|
cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit.
|
5 years ago |
gossip_control.h
|
gossipd: get fed the blockheight from lightningd when we know it.
|
5 years ago |
gossip_msg.c
|
wire: add fromwire_tal_arrn() helper.
|
5 years ago |
gossip_msg.h
|
common/features: only support a single feature bitset.
|
5 years ago |
hsm_control.c
|
common: generalize ecdh function.
|
5 years ago |
hsm_control.h
|
Use node_id everywhere for nodes.
|
6 years ago |
htlc_end.c
|
lightningd: rename htlc_in field from failcode to badonion.
|
5 years ago |
htlc_end.h
|
lightningd: rename htlc_in field from failcode to badonion.
|
5 years ago |
htlc_set.c
|
lightningd: make local htlc failures pass a wiremsg for errors, not a failcode.
|
5 years ago |
htlc_set.h
|
lightningd: make local htlc failures pass a wiremsg for errors, not a failcode.
|
5 years ago |
invoice.c
|
cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit.
|
5 years ago |
invoice.h
|
lightningd: sew in htlc set.
|
5 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
|
chaintopology: better feerate targets differentiation
|
5 years ago |
json.h
|
common: move json_stream helpers to common/json
|
5 years ago |
jsonrpc.c
|
plugin: Unwrap the rpc_command payload
|
5 years ago |
jsonrpc.h
|
common: move json_stream from lightningd/ to common/
|
5 years ago |
lightningd.c
|
common: generalize ecdh function.
|
5 years ago |
lightningd.h
|
cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit.
|
5 years ago |
log.c
|
log: print UNUSUAL messages before log initialization too.
|
5 years ago |
log.h
|
lightningd: use a simple array for less memory usage.
|
5 years ago |
log_status.c
|
lightningd: kill per-peer daemons if they claim a different peer id.
|
5 years ago |
log_status.h
|
lightningd: have logging include an optional node_id for each entry.
|
5 years ago |
memdump.c
|
htlcs: Make sure htlc_sets is not erroneously flagged as a memleak
|
5 years ago |
memdump.h
|
lightningd: add code to search strmaps for memleak detection.
|
6 years ago |
notification.c
|
lightningd, openingd: remove active code inside assert().
|
5 years ago |
notification.h
|
db: put scids in forwards even if we didn't actually send.
|
5 years ago |
onchain_control.c
|
chaintopology: add delayed_to_us, htlc, and penalty feerates
|
5 years ago |
onchain_control.h
|
onchaind: Replay stored channeltxs to restore onchaind state
|
7 years ago |
onion_message.c
|
plugins: expose onion_message hook (EXPERIMENTAL_FEATURES)
|
5 years ago |
onion_message.h
|
lightningd: forward onion messages.
|
5 years ago |
opening_control.c
|
cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit.
|
5 years ago |
opening_control.h
|
subd: Add a helper to get the current owning subd for a given peer
|
5 years ago |
options.c
|
cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit.
|
5 years ago |
options.h
|
common: parse --allow-deprecated-apis extremely early.
|
5 years ago |
pay.c
|
cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit.
|
5 years ago |
pay.h
|
Use dedicated type for error codes
|
5 years ago |
peer_control.c
|
lightningd: Don't accept 0sat for closing fee step
|
5 years ago |
peer_control.h
|
cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit.
|
5 years ago |
peer_htlcs.c
|
lightningd: don't log BROKEN when we don't have a channel update.
|
5 years ago |
peer_htlcs.h
|
channeld: simplify loading of pre-existing HTLCs.
|
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
|
cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit.
|
5 years ago |
plugin.h
|
plugin: remove boutique features.
|
5 years ago |
plugin_control.c
|
plugin: Actually wait the 20 seconds promised in the docs
|
5 years ago |
plugin_control.h
|
plugins: cleanup shared headers between dynamic and static plugins
|
5 years ago |
plugin_hook.c
|
cleanup: Remove current_plugin from plugin_hook_request
|
5 years ago |
plugin_hook.h
|
plugin: Multiple plugins can register a singl hook
|
5 years ago |
signmessage.c
|
common/wireaddr: don't include lightningd/lightningd.
|
5 years ago |
subd.c
|
lightningd: Added --subdaemon command to allow alternate subdaemons.
|
5 years ago |
subd.h
|
lightningd: have optional node_id associated with subdaemons.
|
5 years ago |
watch.c
|
wallet: remove edgecase around transaction checks
|
5 years ago |
watch.h
|
lightningd: fix occasional missing txid detection.
|
6 years ago |