You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rusty Russell cbd0be5c0e EXPERIMENTAL_FEATURES: enable option_anchor_outputs. 4 years ago
..
test channeld, openingd: take into account option_anchor_outputs for fees. 4 years ago
.gitignore handshaked: remove. 7 years ago
Makefile lightningd/plugin.c: Make builtin plugins important. 4 years ago
bitcoind.c lightningd: fix race where we do rescan before all plugins finish init. 5 years ago
bitcoind.h lightning/bitcoind: adapt and batch fees estimations 5 years ago
chaintopology.c channeld, openingd: take into account option_anchor_outputs for fees. 4 years ago
chaintopology.h channel: Base the channel forget timeout on the headercount 4 years ago
channel.c channeld: implement htlc sig checking changes for option_anchor_outputs. 4 years ago
channel.h channeld: implement htlc sig checking changes for option_anchor_outputs. 4 years ago
channel_control.c openingd: remember if we negotiated option_anchor_outputs, to put in the db. 4 years ago
channel_control.h lightningd/opening_control.c: `fundchannel_cancel` no longer requires a `channel_id` argument. 4 years ago
channel_state.h wallet: Add a final `CLOSED` state to channels 5 years ago
closing_control.c option_anchor_outputs: wire into all the subdaemons. 4 years ago
closing_control.h common/per_per_state: generalize lightningd/peer_comm Part 1 5 years ago
coin_mvts.c coins: use the chain's BIP173 name instead of a 'unit of account' 5 years ago
coin_mvts.h coins: re-write API interface for htlc notices 5 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 gossipd: return channel_announcement features for listchannels. 5 years ago
gossip_control.h gossipd: get fed the blockheight from lightningd when we know it. 5 years ago
gossip_msg.c wire: make fromwire_fail return non-const, use it more 4 years ago
gossip_msg.h gossipd: return channel_announcement features for listchannels. 5 years ago
hsm_control.c hsm: decouple hsm from wallet; init before wallet 4 years ago
hsm_control.h hsm: decouple hsm from wallet; init before wallet 4 years ago
htlc_end.c coins: have `we_fulfilled` be fully 'ternary' 5 years ago
htlc_end.h coins: have `we_fulfilled` be fully 'ternary' 5 years ago
htlc_set.c mpp: Add the presplit-modifier that splits a root payment first 4 years ago
htlc_set.h lightningd: make local htlc failures pass a wiremsg for errors, not a failcode. 5 years ago
invoice.c amount: add amount_msat_scale, amount_msat_ratio, amount_{msat,sat}_div 4 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. 5 years ago
io_loop_with_timers.h lightningd/io_loop_with_timers.c: Move mainloop to its own source file, have chaintopology use it. 5 years ago
json.c common: hoist param_bitcoin_address where plugins can use it. 4 years ago
json.h common: hoist param_bitcoin_address where plugins can use it. 4 years ago
jsonrpc.c help: better handing of deprecated commands 4 years ago
jsonrpc.h common: move json_stream from lightningd/ to common/ 5 years ago
lightningd.c EXPERIMENTAL_FEATURES: enable option_anchor_outputs. 4 years ago
lightningd.h lightningd/lightningd.c: Create API to exit lightningd with an exit code. 4 years ago
log.c common/json: move rest of bitcoin/lightning-specific json functions to json_helpers. 4 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 common/json: move rest of bitcoin/lightning-specific json functions to json_helpers. 4 years ago
notification.h notifications: add new notification for coin movements and two helpers 5 years ago
onchain_control.c onchaind: recognize (and ignore) anchor outputs. 4 years ago
onchain_control.h coin moves: don't log coin moves in onchaind if we're replaying 5 years ago
onion_message.c tools/generate-wire: no more lonely messages! 5 years ago
onion_message.h lightningd: forward onion messages. 5 years ago
opening_control.c option_anchor_outputs: wire into all the subdaemons. 4 years ago
opening_control.h subd: Add a helper to get the current owning subd for a given peer 5 years ago
options.c lightningd/plugin.c: Add a `--dev-builtin-plugins-unimportant` for developers who want to mess around with the builtin plugins. 4 years ago
options.h common: parse --allow-deprecated-apis extremely early. 5 years ago
pay.c json-rpc: Do not return a null amount_msat to listpays 4 years ago
pay.h lightningd: don't report spurious temporary_node_failure on local failures. 5 years ago
peer_control.c option_anchor_outputs: wire into all the subdaemons. 4 years ago
peer_control.h cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 5 years ago
peer_htlcs.c channeld: implement htlc sig checking changes for option_anchor_outputs. 4 years ago
peer_htlcs.h test_penalty_htlc_tx_timeout: debugging 4 years ago
ping.c bolt: update to BOLT spec changes (extract format + type specifications) 5 years ago
ping.h ping: complete JSON RPC ping commands even if one ping gets no response. 6 years ago
plugin.c lightningd: allow plugin commands and options to mark themselves deprecated. 4 years ago
plugin.h lightningd: allow plugin commands and options to mark themselves deprecated. 4 years ago
plugin_control.c lightningd/plugin.c: Add important plugins, which if they terminate, lightningd also terminates. 4 years ago
plugin_control.h lightningd: attach plugins natively to the command which started it. 5 years ago
plugin_hook.c plugin_hook_call: return indication whether we called the callback or not. 5 years ago
plugin_hook.h plugin_hook_call: return indication whether we called the callback or not. 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. 5 years ago