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.
 
 
 
 
 
 
Christian Decker e51d261f51 lightningd: Load persisted channels on startup 7 years ago
..
channel gossip: include chain_hash in gossip messages. 7 years ago
closing BOLT: Update text to latest commit. 7 years ago
gossip gossip: include chain_hash in gossip messages. 7 years ago
handshake gossip: Use bit 3 (mask 0x08) to signal initial routing sync 7 years ago
hsm gossip: include chain_hash in gossip messages. 7 years ago
onchain onchain/onchain_wire: routines to marshal/unmarshal htlc stubs. 7 years ago
opening generate-wire.py: generate chain_hash fields as sha256_double. 7 years ago
test htlc_tx: use keyset abstraction. 7 years ago
.gitignore Update .gitignore files. 8 years ago
Makefile keyset: abstraction over what keys we need for a specific commitment. 7 years ago
bip32.c bip32: marshal/unmarshal routines. 7 years ago
bip32.h bip32: marshal/unmarshal routines. 7 years ago
build_utxos.c wallet: move can_spend to wallet.c and json_addfunds to walletrpc.c 7 years ago
build_utxos.h wallet: Move coin-selection primitives to wallet 7 years ago
channel.c htlc_tx: use keyset abstraction. 7 years ago
channel.h Misc feedback minor fixes. 7 years ago
channel_config.c lightningd: fix minimum depth. 8 years ago
channel_config.h wallet: Implement channel_config persistence 7 years ago
commit_tx.c keyset: abstraction over what keys we need for a specific commitment. 7 years ago
commit_tx.h keyset: abstraction over what keys we need for a specific commitment. 7 years ago
crypto_sync.c sync_crypto_write: support take(msg) 7 years ago
crypto_sync.h sync_crypto_write: support take(msg) 7 years ago
cryptomsg.c sync_crypto_write: support take(msg) 7 years ago
cryptomsg.h struct secret: use everywhere. 8 years ago
daemon_conn.c daemon_conn: fix daemon_conn_sync_flush. 7 years ago
daemon_conn.h subdaemons: handle master or gossipd failing. 7 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. 7 years ago
derive_basepoints.h lightningd/channel: hand commit_index in when creating txs only. 7 years ago
dev_disconnect.c dev_disconnect: support '*N' syntax for disconnecting on the N'th occurance. 7 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 gossipd: hand in chain_hash. 7 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 bip32: marshal/unmarshal routines. 7 years ago
hsm_control.h lightningd/hsm_control: use a simple fd for HSM. 7 years ago
htlc_end.c lightningd: fix up malformed onion handling. 7 years ago
htlc_end.h lightningd: fix up malformed onion handling. 7 years ago
htlc_tx.c htlc_tx: use keyset abstraction. 7 years ago
htlc_tx.h htlc_tx: use keyset abstraction. 7 years ago
htlc_wire.c lightningd/htlc_wire: marshal/unmashal bitcoin tx. 7 years ago
htlc_wire.h lightningd/htlc_wire: marshal/unmashal bitcoin tx. 7 years ago
key_derive.c Massive BOLT text underscore and formatting updates. 7 years ago
key_derive.h keyset: abstraction over what keys we need for a specific commitment. 7 years ago
keyset.c BOLT: Update text to latest commit. 7 years ago
keyset.h keyset: abstraction over what keys we need for a specific commitment. 7 years ago
lightningd.c lightningd: Load persisted channels on startup 7 years ago
lightningd.h options: Add option to set the network 7 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 gossip: Use bit 3 (mask 0x08) to signal initial routing sync 7 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. 7 years ago
pay.h lightningd: unify pay vs forward path when handling failures. 7 years ago
peer_control.c lightningd: Load persisted channels on startup 7 years ago
peer_control.h lightningd: Load persisted channels on startup 7 years ago
peer_failed.c daemon_conn: fix daemon_conn_sync_flush. 7 years ago
peer_failed.h lightningd/peer_failed: helper to send PKT_ERR and exit daemon. 8 years ago
peer_htlcs.c lightningd: save last htlc sigs. 7 years ago
peer_htlcs.h openingd: supply initial tx as well as signature. 7 years ago
peer_state.h lightningd: new peer state CLOSINGD_COMPLETE. 7 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: update padding as per latest BOLT 4 7 years ago
sphinx.h BOLT: Update text to latest commit. 7 years ago
status.c wire_sync_write: support take() 7 years ago
status.h lightningd/status: support daemon_conn for status_trace and status_failed. 8 years ago
subd.c lightningd: add dev-fail command to inject permenant failure. 7 years ago
subd.h dev_disconnect: support 'permfail' line to permanently fail peer. 7 years ago
utxo.c lightningd/utxo: helpers to translate from utxo * <-> utxo ** 8 years ago
utxo.h wallet: Move UTXO tracking to DB 7 years ago
withdraw_tx.c wallet: Implement withdrawal transaction generation 7 years ago
withdraw_tx.h wallet: Implement withdrawal transaction generation 7 years ago