.. |
test
|
openingd: ensure that initial channel can cover fees and reserve.
|
7 years ago |
.gitignore
|
handshaked: remove.
|
7 years ago |
Makefile
|
common/daemon: common routines for all daemons.
|
7 years ago |
bitcoind.c
|
bitcoind: Do not copy the newline character when asking for a block
|
7 years ago |
bitcoind.h
|
Add --bitcoin-rpcport option to pass to bitcoin-rpc
|
7 years ago |
build_utxos.c
|
Remove include in file foo.c that is already included in foo.h
|
7 years ago |
build_utxos.h
|
build_utxos: fix weight calculation, and make more accurate.
|
7 years ago |
chaintopology.c
|
topology: Two off-by-one error when catching up with the blockchain
|
7 years ago |
chaintopology.h
|
cleanup: Make blockheights unsigned
|
7 years ago |
channel.c
|
wallet: Add msatoshi_to_us_min and msatoshi_to_us_max statistics for channels.
|
7 years ago |
channel.h
|
wallet: Add msatoshi_to_us_min and msatoshi_to_us_max statistics for channels.
|
7 years ago |
channel_control.c
|
channeld: accept SHUTDOWN before channel is locked.
|
7 years ago |
channel_control.h
|
lightningd/channel_control: routines to control channeld (move from peer_control.c)
|
7 years ago |
channel_state.h
|
channel_states: fold all the ONCHAIND states into one.
|
7 years ago |
closing_control.c
|
closing_control: Fix loop limit in better_closing_fee.
|
7 years ago |
closing_control.h
|
lightningd/closing_control: routines to control closingd (move from peer_control.c)
|
7 years ago |
connect_control.c
|
Reduce variable scopes
|
7 years ago |
connect_control.h
|
lightningd/peer_control: reorder, move more functions out.
|
7 years ago |
dev_ping.c
|
lightningd/json: Move json helpers specific for lightningd to new module.
|
7 years ago |
gossip_control.c
|
gossipd: use a separate CSV file for the gossip_store types.
|
7 years ago |
gossip_control.h
|
gossip: Add function to notify gossipd about an outpoint spend
|
7 years ago |
gossip_msg.c
|
routing: Use 64-bit msatoshi for messages to and from routing.
|
7 years ago |
gossip_msg.h
|
jsonrpc: Return the channel capacity for listchannels
|
7 years ago |
hsm_control.c
|
utils: remove tal_tmpctx altogether, use global.
|
7 years ago |
hsm_control.h
|
lightningd/hsm_control: use a simple fd for HSM.
|
8 years ago |
htlc_end.c
|
Remove unused parameter ptr in corrupt(const void *ptr, ...)
|
7 years ago |
htlc_end.h
|
htlc: keep channel pointer, not peer pointer.
|
7 years ago |
invoice.c
|
bolt11: allow multiple fallback addresses.
|
7 years ago |
invoice.h
|
invoices: Extensive reorganization of invoice system.
|
7 years ago |
json.c
|
pay: Also record how much we actually ended up sending.
|
7 years ago |
json.h
|
Use expected LIGHTNING_DIR_FILE_H define
|
7 years ago |
jsonrpc.c
|
Reduce variable scopes
|
7 years ago |
jsonrpc.h
|
lightningd/json: Move json helpers specific for lightningd to new module.
|
7 years ago |
jsonrpc_errors.h
|
Use expected LIGHTNING_DIR_FILE_H define
|
7 years ago |
lightningd.c
|
master: Move pid-file creation after the daemonization
|
7 years ago |
lightningd.h
|
lightningd: escape our own alias when we print it in logs.
|
7 years ago |
log.c
|
common/daemon: common routines for all daemons.
|
7 years ago |
log.h
|
common/daemon: common routines for all daemons.
|
7 years ago |
log_status.c
|
tools/generate-wire.py: remove length argument from fromwire_ routines.
|
7 years ago |
log_status.h
|
status: add multiple levels of logging.
|
7 years ago |
memdump.c
|
memdump: fix overzealous assertions from b857b2e8438ad86f6c69c40ec3e4db3ab6a4542a
|
7 years ago |
netaddress.c
|
lightningd: remove ltmp context now we have tmpctx.
|
7 years ago |
netaddress.h
|
wireaddr: add ip[:port] parsing
|
7 years ago |
onchain_control.c
|
lightningd: put min/max feerates into db, struct channel.
|
7 years ago |
onchain_control.h
|
txwatch: remove unused callback arg, hide struct definitions.
|
7 years ago |
opening_control.c
|
wallet: Add msatoshi_to_us_min and msatoshi_to_us_max statistics for channels.
|
7 years ago |
opening_control.h
|
peer_control: Fix a use-after-free bug. (#1237)
|
7 years ago |
opt_time.c
|
Remove unused functions not covered by unit tests
|
7 years ago |
opt_time.h
|
Remove unused functions not covered by unit tests
|
7 years ago |
options.c
|
common/json_escaped: new type which explicitly notes a string is already JSON.
|
7 years ago |
options.h
|
lightningd: --deprecated-api option to turn off deprecated APIs.
|
7 years ago |
pay.c
|
routing: Use 64-bit msatoshi for messages to and from routing.
|
7 years ago |
pay.h
|
pay: Let `sendpay` modify the recorded `msatoshi` of payments.
|
7 years ago |
payalgo.c
|
routing: Use 64-bit msatoshi for messages to and from routing.
|
7 years ago |
payalgo.h
|
payalgo: New file for pay command.
|
7 years ago |
peer_control.c
|
peer_control: Indicate how much money in the channel is spendable, given the reserve.
|
7 years ago |
peer_control.h
|
test_lightning.py: add test for onchain with different feerates.
|
7 years ago |
peer_htlcs.c
|
wallet: Add msatoshi_to_us_min and msatoshi_to_us_max statistics for channels.
|
7 years ago |
peer_htlcs.h
|
lightningd/peer_control: reorder, move more functions out.
|
7 years ago |
subd.c
|
lightningd/subd.h: Add missing wire/wire.h.
|
7 years ago |
subd.h
|
lightningd/subd.h: Add missing wire/wire.h.
|
7 years ago |
watch.c
|
Remove include in file foo.c that is already included in foo.h
|
7 years ago |
watch.h
|
Remove unused parameter topo in txowatch_fire(struct chain_topology *topo, ...)
|
7 years ago |