1018 Commits (41d4779abe09823782a6e0b16a88936e5c3c6672)
 

Author SHA1 Message Date
Rusty Russell e2bc70bfce TODO: remove to-dones. 8 years ago
Rusty Russell 2452df315a doc: manpages for the various lightning RPC calls. 8 years ago
Rusty Russell ab125f709b db: save and restore accepted payments. 8 years ago
Rusty Russell 79b5663db7 routing: don't coredump on routes to neighbors. 8 years ago
Rusty Russell fcdb13093e db: use wrappers around boolean values. 8 years ago
Rusty Russell 9d9ff00508 db: use macros to create tables. 8 years ago
Rusty Russell 678df3525e ccan: update, add cppmagic. 8 years ago
Rusty Russell 04a07fd90e db: save and restore "sendpay" commands. 8 years ago
Rusty Russell b47fbfead0 db: Always fail HTLC inside a transaction. 8 years ago
Rusty Russell 23049f09a9 db: Always fulfill HTLC inside a transaction. 8 years ago
Rusty Russell 1ed4dbde05 peer: add peer_fail helper. 8 years ago
Rusty Russell 8a98ca8264 check-bolt: make it compile cleanly with -Wextra. 8 years ago
Rusty Russell 6fe5ecb2ac update-mocks: make mocks compile with -Wunused 8 years ago
Rusty Russell 2a603ea36d state: remove unused input parameter from next_state() 8 years ago
Rusty Russell 15b42b89db peer: fix comparison bug if our connection_fee is negative. 8 years ago
Rusty Russell a4346b56f6 json: remove unused json_get_arr parameter. 8 years ago
Rusty Russell af8e4ed2b9 ccan: remove unused modules. 8 years ago
Rusty Russell 7bebfe265c pay: remove route when a payment fails partway. 8 years ago
Rusty Russell d8af789bbb channel: remove enum channel_side, rename htlc_side to side. 8 years ago
Rusty Russell f90fb4934f close_shutdown: make sure script_pubkey is standard. 8 years ago
Rusty Russell 2804a4de7a test: test case where we can't afford fees. 8 years ago
Rusty Russell f8fa8c8dff peer: handle case correctly where they can't handle fees. 8 years ago
Rusty Russell 1518f4424e log: add channel_state logging ability. 8 years ago
Rusty Russell 89235e0904 handle_pkt_commit: don't abort on database error. 8 years ago
Rusty Russell bb0bf2b5ad log: add easy way to log hex blobs. 8 years ago
Rusty Russell 87af51a422 daemon: remove three fixed FIXMEs. 8 years ago
Rusty Russell 42cf0ef543 peer: do logging before crypto is on. 8 years ago
Rusty Russell 3c75bf550a TODO: remove done items. 8 years ago
Rusty Russell 9bd6a10f49 peer: fix close before their sig has been received in corner case. 8 years ago
Rusty Russell 2610799bda pay: split into getroute and sendpay 8 years ago
Rusty Russell 012574790d pay: make interface idempotent. 8 years ago
Rusty Russell 43c0cdb5e4 test: check overlapping HTLC fails. 8 years ago
Rusty Russell 74107ff1ea peer: resend failures on restart/reconnect. 8 years ago
Rusty Russell d4ddebd55a htlc: save fail message in HTLC. 8 years ago
Rusty Russell 169c6b53cb protobuf_convert: expose helpers for unwrapping protobufs into tal heirarchies 8 years ago
Rusty Russell 192d5402ff peer: remove unused arg from our_htlc_failed(). 8 years ago
Rusty Russell 7e95637cb5 peer: on restart, resend any fulfilled HTLCs. 8 years ago
Rusty Russell 1bd2a28caa peer: on restart, only resubmit added HTLCs which weren't already routed. 8 years ago
Rusty Russell d964ad2d94 daemon: don't restart newhtlc/failhtlc/fulfill htlc commands on reconnect, 8 years ago
Rusty Russell 92187ae5e7 test: print output of commands which fail. 8 years ago
Rusty Russell 7550ec23ec daemon: new command gethtlcs. 8 years ago
Rusty Russell b0278d7152 peer: fix maximum htlc value when we disconnect. 8 years ago
Rusty Russell 555a753564 db: don't assume HTLCs in order when reconstructing channel state. 8 years ago
Rusty Russell b22bdfcbe8 test: use random port/rpcport for bitcoind. 8 years ago
Christian Decker 754616c45a routing: Fix for single hop routes segfaulting. 8 years ago
Rusty Russell 72a9cfbbe2 test: test feerate changes. 8 years ago
Rusty Russell 1305df6417 daemon: send feechange requests. 8 years ago
Rusty Russell 31bdf384cb daemon: accept feechange packets. 8 years ago
Rusty Russell e7b003b499 daemon: handle feechange requests. 8 years ago
Rusty Russell 2c7256ac69 protocol: add feechange packet. 8 years ago