.. |
channel
|
channeld: exit after shutdown when no more HTLCs.
|
8 years ago |
closing
|
lightningd: don't reset balance when we reconnect!
|
8 years ago |
gossip
|
gossip: Re-initiate the broadcast timer upon reconnect
|
8 years ago |
handshake
|
BOLT update for 8-byte satoshi values, and other updates.
|
8 years ago |
hsm
|
hsm: Sign withdrawal transactions
|
8 years ago |
opening
|
opening: Fix switched parameters for towire_accept_channel
|
8 years ago |
test
|
wire/peer_wire: rename gossip_msg / unknown_msg / unknown_msg_discardable
|
8 years ago |
.gitignore
|
Update .gitignore files.
|
8 years ago |
Makefile
|
Makefile: clean daemons on clean.
|
8 years ago |
build_utxos.c
|
wallet: move can_spend to wallet.c and json_addfunds to walletrpc.c
|
8 years ago |
build_utxos.h
|
wallet: Move coin-selection primitives to wallet
|
8 years ago |
channel.c
|
channeld: exit after shutdown when no more HTLCs.
|
8 years ago |
channel.h
|
Misc feedback minor fixes.
|
8 years ago |
channel_config.c
|
lightningd: fix minimum depth.
|
8 years ago |
channel_config.h
|
BOLT update for 8-byte satoshi values, and other updates.
|
8 years ago |
commit_tx.c
|
Massive BOLT text underscore and formatting updates.
|
8 years ago |
commit_tx.h
|
Massive BOLT text underscore and formatting updates.
|
8 years ago |
crypto_sync.c
|
sync_crypto_write: support take(msg)
|
8 years ago |
crypto_sync.h
|
sync_crypto_write: support take(msg)
|
8 years ago |
cryptomsg.c
|
sync_crypto_write: support take(msg)
|
8 years ago |
cryptomsg.h
|
struct secret: use everywhere.
|
8 years ago |
daemon_conn.c
|
daemon_conn: fix daemon_conn_sync_flush.
|
8 years ago |
daemon_conn.h
|
subdaemons: handle master or gossipd failing.
|
8 years ago |
debug.c
|
lightningd: --dev-disconnect support.
|
8 years ago |
debug.h
|
lightningd: --dev-debugger=<subdaemon>
|
8 years ago |
derive_basepoints.c
|
lightningd/channel: hand commit_index in when creating txs only.
|
8 years ago |
derive_basepoints.h
|
lightningd/channel: hand commit_index in when creating txs only.
|
8 years ago |
dev_disconnect.c
|
dev_disconnect: log when we are going to disconnect.
|
8 years ago |
dev_disconnect.h
|
lightningd: --dev-disconnect support.
|
8 years ago |
dev_ping.c
|
sphinx: Updating daemon to new sphinx implementation
|
8 years ago |
funding_tx.c
|
lightningd/funding_tx: fix no-change-needed case.
|
8 years ago |
funding_tx.h
|
lightningd/funding_tx: output number is 16 bit.
|
8 years ago |
gossip_control.c
|
lightningd: remove peer->gossip_client_fd
|
8 years ago |
gossip_control.h
|
lightningd/lightningd: wire up lightningd_gossip.
|
8 years ago |
gossip_msg.c
|
routing: Cleaning up old hostname and port handling
|
8 years ago |
gossip_msg.h
|
routing: Cleaning up old hostname and port handling
|
8 years ago |
hsm_control.c
|
lightningd/hsm_control: use a simple fd for HSM.
|
8 years ago |
hsm_control.h
|
lightningd/hsm_control: use a simple fd for HSM.
|
8 years ago |
htlc_end.c
|
lightningd: fix up malformed onion handling.
|
8 years ago |
htlc_end.h
|
lightningd: fix up malformed onion handling.
|
8 years ago |
htlc_tx.c
|
Massive BOLT text underscore and formatting updates.
|
8 years ago |
htlc_tx.h
|
bitcoin/script: update scripts to the lightningnetwork/lightning-rfc#123 version
|
8 years ago |
htlc_wire.c
|
tools/generate-wire.py: enums are assignable.
|
8 years ago |
htlc_wire.h
|
tools/generate-wire.py: enums are assignable.
|
8 years ago |
key_derive.c
|
Massive BOLT text underscore and formatting updates.
|
8 years ago |
key_derive.h
|
struct secret: use everywhere.
|
8 years ago |
lightningd.c
|
opts: Remove --regtest flag and pass chainparams to bitcoind
|
8 years ago |
lightningd.h
|
options: Add option to set the network
|
8 years ago |
msg_queue.c
|
lightningd/msg_queue: add msg_wake helper.
|
8 years ago |
msg_queue.h
|
lightningd/msg_queue: add msg_wake helper.
|
8 years ago |
new_connection.c
|
daemon_conn: fix daemon_conn_sync_flush.
|
8 years ago |
new_connection.h
|
lightningd: set up reconnect timer if we don't want to forget peer.
|
8 years ago |
pay.c
|
lightningd: move common "can I send HTLC" checks into send_htlc_out.
|
8 years ago |
pay.h
|
lightningd: unify pay vs forward path when handling failures.
|
8 years ago |
peer_control.c
|
lightningd: don't reset balance when we reconnect!
|
8 years ago |
peer_control.h
|
lightningd/peer_control.c: rename peer->balance.
|
8 years ago |
peer_failed.c
|
daemon_conn: fix daemon_conn_sync_flush.
|
8 years ago |
peer_failed.h
|
lightningd/peer_failed: helper to send PKT_ERR and exit daemon.
|
8 years ago |
peer_htlcs.c
|
lightningd/peer_control.c: rename peer->balance.
|
8 years ago |
peer_htlcs.h
|
opening: Passing feerate_per_kw through to master
|
8 years ago |
peer_state.h
|
lightningd: new peer state CLOSINGD_COMPLETE.
|
8 years ago |
ping.c
|
lightningd: add dev_ping command for channeld.
|
8 years ago |
ping.h
|
lightningd/ping: ping support.
|
8 years ago |
sphinx.c
|
sphinx: Add BOLT#4 quotes.
|
8 years ago |
sphinx.h
|
BOLT update for 8-byte satoshi values, and other updates.
|
8 years ago |
status.c
|
wire_sync_write: support take()
|
8 years ago |
status.h
|
lightningd/status: support daemon_conn for status_trace and status_failed.
|
8 years ago |
subd.c
|
daemon_conn: fix daemon_conn_sync_flush.
|
8 years ago |
subd.h
|
subd: expose raw API for getting a single fd to a subdaemon.
|
8 years ago |
utxo.c
|
lightningd/utxo: helpers to translate from utxo * <-> utxo **
|
8 years ago |
utxo.h
|
wallet: Move UTXO tracking to DB
|
8 years ago |
withdraw_tx.c
|
wallet: Implement withdrawal transaction generation
|
8 years ago |
withdraw_tx.h
|
wallet: Implement withdrawal transaction generation
|
8 years ago |