1262 Commits (75c6dd19814199a801f49a57f469be43a1e7401b)
 

Author SHA1 Message Date
Rusty Russell 71c02c7b4c daemon: make json_get_param() understand which args are compulsory. 9 years ago
Rusty Russell 85147347e2 funding: explicitly mark which side offered the anchor. 9 years ago
Rusty Russell cb0cc80984 patch remove-timeout.patch 9 years ago
Rusty Russell 1f9103c9d3 daemon: rename num_htlcs to commit_tx_counter. 9 years ago
Rusty Russell 983000428f daemon: rename CMD_SEND_HTLC_UPDATE to CMD_SEND_HTLC_ADD 9 years ago
Rusty Russell 4f67b59c26 protocol: rename routefail to fail. 9 years ago
Rusty Russell 3494cbfb7c protocol: remove update message 9 years ago
Rusty Russell 40361e3dd8 state: explicit callback to check pkt_open_complete. 9 years ago
Rusty Russell a2f4000d22 state: cleanup after anchor has been transmitted. 9 years ago
Rusty Russell 09358498cd Remove test-cli 9 years ago
Rusty Russell 35ab923163 peer: fix dangling peer->current_htlc->htlc pointer. 9 years ago
Rusty Russell 3fbee72f3a daemon/test: make --verbose flag less verbose. 9 years ago
Rusty Russell ae82c0a12c daemon/test: Make --gdb1/--gdb2 actually work, clean up params. 9 years ago
Rusty Russell 16a7e3dc97 daemon/test: always test with valgrind, don't print errors unless a problem. 9 years ago
Rusty Russell b280cab6b0 Makefile: clean daemon files with make clean. 9 years ago
Rusty Russell c1d1b360bf daemon: add memcheck() in various places where we expect things to be initialized. 9 years ago
Rusty Russell ab1176d218 jsonrpc: rename "id" to "peerid" everywhere. 9 years ago
Rusty Russell 48a4ec88dd daemon/test/test.sh: remove -x flag, add --verbose option. 9 years ago
Rusty Russell 9544306f5b Merge pull request #19 from braydonf/doc/install 9 years ago
Braydon Fuller e0c4d40899 doc: add install notes 9 years ago
Rusty Russell 6750794667 Use #if instead of #ifdef (we already use -Wundef). 9 years ago
Rusty Russell 1e93da5513 Really enable checklocktimeverify support. 9 years ago
Rusty Russell 329f4f7dc2 Correct the formatting of HACKING.md; add top-level files reference. 9 years ago
Denis Gorbachev 8f18ca977b Minor fixes 9 years ago
Rusty Russell d3455e7c22 Add brief HACKING.md, and update name. 9 years ago
Rusty Russell 862509637b daemon: implement unilateral commit. 9 years ago
Rusty Russell 27eedc9f51 patch bitcoind_get_mediantime.patch 9 years ago
Rusty Russell 6afe3f718d daemon: bitcoind callback gives the blockhash the tx was included in. 9 years ago
Rusty Russell b70c18a40e daemon: implement anchor watch timeout. 9 years ago
Rusty Russell 4e5ced4de2 daemon: don't crash on pkt_err 9 years ago
Rusty Russell 168ed96b12 daemon: close command. 9 years ago
Rusty Russell 45c5c83d6f daemon: exit main loop to free dead peers. 9 years ago
Rusty Russell f690be1e83 daemon: dev-crash command. 9 years ago
Rusty Russell 212f8ee022 daemon: fail if we enter an error state. 9 years ago
Rusty Russell b76858c1a1 daemon: implement HTLC expiry. 9 years ago
Rusty Russell 1018823f97 daemon: HTLC expiry limits. 9 years ago
Rusty Russell a3e3f83d9f daemon: dev-mocktime command 9 years ago
Rusty Russell f3c5aa7634 daemon: don't close conn until we've sent all the output packets. 9 years ago
Rusty Russell 8b666ea449 daemon: queue commands rather than executing them immediately. 9 years ago
Rusty Russell 2346f6bf14 daemon: routefail command. 9 years ago
Rusty Russell 86f4bd772c daemon/test/test.sh: check_status() helper for HTLC status checks. 9 years ago
Rusty Russell 1e82799852 daemon: fulfillhtlc command 9 years ago
Rusty Russell 17359279b2 daemon: getpeers: list HTLCs. 9 years ago
Rusty Russell e1f772a443 peer: implement committed_to_htlcs(). 9 years ago
Rusty Russell 9efdbbb21b peer: use funding.h's struct channel_htlc. 9 years ago
Rusty Russell fc4c94cb06 daemon: simple close support for the case of one side closing transaction. 9 years ago
Rusty Russell 6ba5c3cc3b timeout: oneshot timer support. 9 years ago
Rusty Russell 9f560a9494 daemon: --closing-fee 9 years ago
Rusty Russell 6bdaa5d1ca daemon: newhtlc command. 9 years ago
Rusty Russell 645958920e peer: make_commit_txs() helper. 9 years ago