2852 Commits (dfc1c53a928abf669453e7c43e1858ddf708d353)

Author SHA1 Message Date
Rusty Russell be1b9eb4cf lightningd/htlc_wire: routines to marshal/unmarshal enum htlc_state. 8 years ago
Rusty Russell 060a440548 channeld: tell master about next_per_commit_point. 8 years ago
Rusty Russell 46efb37152 channeld: send shared secrets with initial got_commitsig message. 8 years ago
Rusty Russell 207eeae1f7 lightningd: explictly split htlc_in and htlc_out. 8 years ago
Rusty Russell ae62509b58 lightningd: remove dev-newhtlc command. 8 years ago
Rusty Russell 61906ea415 channeld: don't keep shachain. 8 years ago
Rusty Russell 4a161b710d channeld: pass htlcs to master daemon in batches. 8 years ago
Rusty Russell dcb3af7d7c channeld: allow waiting for a specific reply from master. 8 years ago
Rusty Russell ad60d71c55 lightningd: fail for the moment if we fail in CHANNELD_NORMAL. 8 years ago
Rusty Russell b07b1c1690 channeld: dump htlc transitions. 8 years ago
Rusty Russell ad3ab53fa4 lightningd/htlc_wire: wire types for sending HTLCs to/from channel daemon. 8 years ago
Rusty Russell 7c9b66e67f lightningd: peer_htlcs.c 8 years ago
Rusty Russell 42ede14081 channeld: return io_plan from handlers. 8 years ago
Rusty Russell 1ca97a7913 channeld: don't unpack union, leave that to master. 8 years ago
Rusty Russell 6e28412f8f lightningd: clean up HTLC error handling. 8 years ago
Rusty Russell 7105085801 lightningd/channel: hand back changed htlcs, not callbacks. 8 years ago
Rusty Russell 996567c250 lightningd: update BOLT to add channel_reestablish message. 8 years ago
Rusty Russell e7297ffd5d lightningd/peer_control: remove redundant peer_by_pubkey(). 8 years ago
Rusty Russell 212b46b1d9 lightningd/cryptomsg: fix use-after-free introduced by dev_disconnect. 8 years ago
Rusty Russell 9327aa1df4 lightningd: fix logging of peer death. 8 years ago
Rusty Russell 5b1d60839a lightning: fix reverse test causing crash when paying to no owner. 8 years ago
Rusty Russell d4618fa199 subdaemons: handle master or gossipd failing. 8 years ago
Rusty Russell 87ef7acbd6 lightningd/peer_control: join peer logs with master logs. 8 years ago
Rusty Russell f7a22b699e lightningd/peer_control: embed id, don't use pointer. 8 years ago
Rusty Russell 3c105bd8db sphinx: Add BOLT#4 quotes. 8 years ago
Rusty Russell 6f181e0dc1 BOLT update for 8-byte satoshi values, and other updates. 8 years ago
Rusty Russell 7389aae26a Massive BOLT text underscore and formatting updates. 8 years ago
Rusty Russell 87fc3439c4 test_lightningd.py: fix obscure corner case in gossip. 8 years ago
Christian Decker 605438f213 channel: Die on unexpected gossipd messages 8 years ago
Christian Decker 3404509928 wallet: Move UTXO tracking to DB 8 years ago
Christian Decker 7e0b9bd1ab wallet: Always use the DB backed bip32_max_index 8 years ago
Christian Decker 257ecf6222 wallet: Helper to store/retrieve persistent vars to/from DB 8 years ago
Christian Decker bdb6b1002f wallet: Reserve UTXOs used in build_utxos 8 years ago
Christian Decker ca30c8c0cc wallet: Track available outputs 8 years ago
Christian Decker 9882a9fb29 wallet: Start the wallet interface and link it into lightningd 8 years ago
Christian Decker f1f9af4808 secrets: Fixed a typo in the per-peer secret generation 8 years ago
Rusty Russell 693457a580 lightningd: remove unused offset field from CSV files. 8 years ago
Rusty Russell 06bc035f59 Minor fixes: feedback from Christian 8 years ago
Rusty Russell ed16bb3134 channeld: send optional init message. 8 years ago
Rusty Russell 9b1d240c1f lightningd: --dev-disconnect support. 8 years ago
Rusty Russell 8f190c673c channel: don't send disable update to gossipd if we haven't announced channel yet. 8 years ago
Rusty Russell 302ed0ca3b peer_control: always keep gossip_client_fd. 8 years ago
Rusty Russell d1fcc434c8 subd: use array of fd pointers, not fds, and use take(). 8 years ago
Rusty Russell f504f0be47 gossip: handle release race. 8 years ago
Rusty Russell b3a2a0623c lightningd: set up reconnect timer if we don't want to forget peer. 8 years ago
Rusty Russell f4722e93a0 peer_fail: handle incoming reconnections. 8 years ago
Rusty Russell 3126eed4de patch peer_control-keep-init-information.patch 8 years ago
Rusty Russell 05875d7f35 opening: handle gossip. 8 years ago
Rusty Russell 43ec37b865 openingd: fundee: don't send watch command to master. 8 years ago
Rusty Russell c2cfc3dd69 opening: funder: don't ask master for TXID, calculate it ourselves. 8 years ago