484 Commits (8c468c1e159af3a029839959633cbb6e681ddc03)
 

Author SHA1 Message Date
Rusty Russell 8c468c1e15 daemon: use fee rates rather than absolute fees (BOLT #2) 9 years ago
Rusty Russell ba2854e835 peer: don't segv if closing before anchor established. 9 years ago
Rusty Russell 4c3370e023 funding: trivial variable rename 9 years ago
Rusty Russell 04b4eb2f59 daemon/test: Fix printing when getblock doesn't show tx. 9 years ago
Rusty Russell 994addadce state: INPUT_CONNECTION_LOST 9 years ago
Rusty Russell b423b33236 protocol: implement close as per BOLT #2. 9 years ago
Rusty Russell afedf0e8ac cryptopkt: implement ack callbacks. 9 years ago
Rusty Russell 8131ff57a8 cryptopkt: don't create clever io routine, embed callback in io_data. 9 years ago
Rusty Russell 85e0099aad TODO.md: new file with random thoughts for people to hack on. 9 years ago
Rusty Russell 18a9e5bda2 daemon: Implement encryption as per BOLT #1. 9 years ago
Rusty Russell 923313e3d3 crypto: add length prefix to handshake. 9 years ago
Rusty Russell 6a062d8527 daemon: check protobuf-c version, report failure. 9 years ago
Rusty Russell 6410b0ac9c test: don't reply on specific bitcoin.conf settings. 9 years ago
Rusty Russell 8f2e66089b daemon: add --bitcoin-datadir for bitcoin-cli. 9 years ago
Rusty Russell ab0b9271f0 README.md: Update with reference to BOLT RFCs. 9 years ago
Rusty Russell f8a96ba11f daemon: remove try_command call after queue_cmd. 9 years ago
Rusty Russell b017ca1240 protocol: include next revocation hash in open packet. 9 years ago
Rusty Russell 53a8aef95c daemon: use dynamic array for outgoing queue. 9 years ago
Rusty Russell cc16f46621 daemon: introduce union htlc_staging for proposed changes to HTLCs. 9 years ago
Rusty Russell b8911cde98 daemon: don't allocate htlc inside struct newhtlc. 9 years ago
Rusty Russell 64e5ce1530 test: remove test_state_coverage 9 years ago
Rusty Russell b218e79206 daemon: make find_peer take the raw token. 9 years ago
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