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 77b62d9e42 bitcoin/psbt: psbt_finalize needs a tal ctx. 4 years ago
..
test psbt: pull out changeset logic into common, update API 4 years ago
.gitignore dualopend: new `dualopend` daemon, containing most of accepter side 4 years ago
Makefile build: exclude dualopend from non-experimental builds 4 years ago
bitcoind.c Avoid compile error on macos mojave 4 years ago
bitcoind.h plugins/bcli.c: `sendrawtransaction` now has a required `allowhighfees` argument. 4 years ago
chaintopology.c Avoid compile error on macos mojave 4 years ago
chaintopology.h plugins/bcli.c: `sendrawtransaction` now has a required `allowhighfees` argument. 4 years ago
channel.c fix: suppress duplicated channel_state_changed events 4 years ago
channel.h channel_id: save to database, dont derive from funding_txid 4 years ago
channel_control.c channel_control: fix an use-after-free 4 years ago
channel_control.h opening: pass two messages to channeld to send to peer 4 years ago
channel_state.h wallet: Add a final `CLOSED` state to channels 5 years ago
closing_control.c channel_id: save to database, dont derive from funding_txid 4 years ago
closing_control.h common/per_per_state: generalize lightningd/peer_comm Part 1 5 years ago
coin_mvts.c channel_id: save to database, dont derive from funding_txid 4 years ago
coin_mvts.h coins: re-write API interface for htlc notices 5 years ago
connect_control.c connectd: implement connection timeout (60 seconds). 4 years ago
connect_control.h lightningd: return `features` in connect response. 5 years ago
dual_open_control.c bitcoin/psbt: psbt_finalize needs a tal ctx. 4 years ago
dual_open_control.h dual-fund: accepter side implementation on lightningd 4 years ago
gossip_control.c Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 4 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 hsmd: convert to new wire generation style. 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 Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 4 years ago
htlc_set.c mpp: Add the presplit-modifier that splits a root payment first 4 years ago
htlc_set.h Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 4 years ago
invoice.c lightningd: extract routehint selection code. 4 years ago
invoice.h Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 4 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 json_command: command_fail_badparam helper. 4 years ago
json.h common: hoist param_bitcoin_address where plugins can use it. 4 years ago
jsonrpc.c lightningd: remove deprecated rpc_command hook return. 4 years ago
jsonrpc.h common: move json_stream from lightningd/ to common/ 5 years ago
lightningd.c lightningd: extract routehint selection code. 4 years ago
lightningd.h connectd: implement connection timeout (60 seconds). 4 years ago
log.c log: align level tags IO DEBUG INFO and UNUSUAL 4 years ago
log.h lightningd: use a simple array for less memory usage. 5 years ago
log_status.c common: convert to new wire generation style. 4 years ago
log_status.h lightningd: have logging include an optional node_id for each entry. 5 years ago
memdump.c memleak: 'generify' the memleak calling to code for openingd/dualopend 4 years ago
memdump.h lightningd: add code to search strmaps for memleak detection. 6 years ago
notification.c feat: adds channel_state_changed notification 4 years ago
notification.h feat: adds channel_state_changed notification 4 years ago
onchain_control.c channel_id: save to database, dont derive from funding_txid 4 years ago
onchain_control.h closingd: convert to new wire generation style. 4 years ago
onion_message.c json_command: command_fail_badparam helper. 4 years ago
onion_message.h lightningd: forward onion messages. 5 years ago
opening_common.c memleak: 'generify' the memleak calling to code for openingd/dualopend 4 years ago
opening_common.h memleak: 'generify' the memleak calling to code for openingd/dualopend 4 years ago
opening_control.c memleak: 'generify' the memleak calling to code for openingd/dualopend 4 years ago
opening_control.h memleak: 'generify' the memleak calling to code for openingd/dualopend 4 years ago
options.c connectd: implement connection timeout (60 seconds). 4 years ago
options.h common: parse --allow-deprecated-apis extremely early. 5 years ago
pay.c Added additional fix to code formatting and English spelling. 4 years ago
pay.h lightningd: don't report spurious temporary_node_failure on local failures. 5 years ago
peer_control.c listpeers: show correct amounts for starting funding allocation 4 years ago
peer_control.h lightningd: factor out spendable/receivable calcs, expose receivable. 4 years ago
peer_htlcs.c lightningd: remove deprecated per_hop_v0 in htlc hook. 4 years ago
peer_htlcs.h test_penalty_htlc_tx_timeout: debugging 4 years ago
ping.c gossipd: convert wire to new scheme. 4 years ago
ping.h ping: complete JSON RPC ping commands even if one ping gets no response. 6 years ago
plugin.c lightningd: really remove relative plugins dirs. 4 years ago
plugin.h lightningd: always do incremental parsing of JSON inputs. 4 years ago
plugin_control.c lightningd: remove deprecated result for `plugin stop`. 4 years ago
plugin_control.h lightningd: attach plugins natively to the command which started it. 5 years ago
plugin_hook.c lightningd: remove deprecated return for `db_write` hook. 4 years ago
plugin_hook.h plugin_hook_call: return indication whether we called the callback or not. 5 years ago
routehint.c lightningd: extract routehint selection code. 4 years ago
routehint.h lightningd: extract routehint selection code. 4 years ago
signmessage.c gossipd: convert wire to new scheme. 4 years ago
subd.c Makefile: use generic rules to make spec-derived sources. 4 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