837 Commits (43c0cdb5e4effd2e78fd49e3bf724af1f60f9c8b)
 

Author SHA1 Message Date
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
Rusty Russell c11c81a920 daemon: first unit test, infrastructure. 8 years ago
Rusty Russell 24298a4278 channel: approx_max_feerate and can_afford_feerate 8 years ago
Rusty Russell c7f8ce9d3b Merge pull request #32 from braydonf/master 8 years ago
Braydon Fuller 607922f2b8 README.md: include libmysql-dev 8 years ago
Rusty Russell 8d2776376a 0.4: Wright's Cryptographic Proof 8 years ago
Rusty Russell f1c34c2ec5 INSTALL: update requirements. 8 years ago
Rusty Russell e40a070014 json_commit: document usage correctly. 8 years ago
Rusty Russell 830a65de46 daemon: --add-route option. 8 years ago
Rusty Russell 319c2ec5fc peer: keep addresses separately from peers. 8 years ago
Rusty Russell f68607d10b db: forget peer properly. 8 years ago
Rusty Russell 9f512f6540 peer: restart from the other side. 8 years ago
Rusty Russell 190b30e958 daemon: test restarting. 8 years ago
Rusty Russell 5f368f1c95 peer: save/load results in database. 8 years ago
Rusty Russell 71b8a07c56 db.c: database API. 8 years ago
Rusty Russell be38d3f507 Minor cleanups: things found while debugging the database code. 8 years ago
Rusty Russell 0bb183e028 peer: split and expose new_peer function. 8 years ago
Rusty Russell ab2fac3714 peer: add flag to indicate whether we created anchor. 8 years ago
Rusty Russell f4fe42e977 commit_tx: more debugging. 8 years ago
Rusty Russell 9b869a80a1 peer: set up peer->nc only when in state NORMAL. 8 years ago
Rusty Russell 87da9634bc routing: use ids, not nodes in interface. 8 years ago
Rusty Russell 8a3c9908ce protocol: no signature in update_commit if receiver has no outputs. 8 years ago
Rusty Russell 5f4b4525b3 peer: use signed values for order. 8 years ago
Rusty Russell 7275aa9c32 channel: use u64 for fee_rate everywhere. 8 years ago
Rusty Russell 15e8bd5a45 peer: save minimum possible depth for anchor. 8 years ago
Rusty Russell 795601dfcf daemon: reconnect with timeout, try from both sides. 8 years ago
Rusty Russell 3866d7605c daemon: reconnect support. 8 years ago
Rusty Russell fd650ba79d protocol: rename clearing to shutdown. 8 years ago
Rusty Russell bb28bbd470 peer: always initialize commit_info commit number, other fields. 8 years ago
Rusty Russell 9448358cfd chaintopology: wait for full blockchain load before start. 8 years ago
Rusty Russell 02cb7abd9d bitcoind: keep running fee estimate. 8 years ago
Rusty Russell ab38fd7542 peer: rename closing_onchain to onchain. 8 years ago