507 Commits (ed70b13041f95fb849d218a457754037513ebc84)
 

Author SHA1 Message Date
Rusty Russell ed70b13041 bitcoin: add first unit test. 9 years ago
Rusty Russell 66084271c3 bitcoind: work around fundrawtransaction segwit issue. 9 years ago
Rusty Russell 95340aa03f bitcoind: use fundrawtransaction rather than sendtoaddress and -nowalletbroadcast 9 years ago
Rusty Russell 587cda0ab8 tx: segregated witness encoding/decoding support. 9 years ago
Rusty Russell a084bb2160 bitcoin/tx: make sure we don't try to do a huge allocation on bad input tx. 9 years ago
Rusty Russell f8796c261b Make BIP68 and CSV support the default. 9 years ago
Rusty Russell 40b14981fd daemon: fix BIP68 support. 9 years ago
Rusty Russell e44a7dc2d5 bitcoin/tx: remove style arg. 9 years ago
Rusty Russell 8104886503 Remove Alpha support. 9 years ago
Rusty Russell 0f35441a29 protocol: move `ack` out of header into specific packets. 9 years ago
Rusty Russell 0e07cc7a36 daemon: fix close fee negotiation. 9 years ago
Rusty Russell 4c136dde98 peer: don't free unclosed connection. 9 years ago
Rusty Russell 15f7ec436c Fix "make check-source" 9 years ago
Rusty Russell e669baec1c bitcoin/signature: fix compilation with #define DEBUG 9 years ago
philsong eb370976da Update README.md 9 years ago
Rusty Russell cc7cb0163e daemon: make logic in bitcoind interface more explicit. 9 years ago
zhibiao.pan e8a83c3f76 fix "missing braces around initializer" 9 years ago
Rusty Russell 5e7b3d02a1 daemon: batching of changes as per BOLT #2. 9 years ago
Rusty Russell 017d199305 funding: record changes so we can abide by BOLT#2 9 years ago
Rusty Russell b7a7234717 packets: remember callbacks for acks on queued packets. 9 years ago
Rusty Russell 57689390fb state: queue packets directly. 9 years ago
Rusty Russell 8ed68179a5 funding: add 64-bit id to HTLCs. 9 years ago
Rusty Russell b6943b9198 protocol: remove support for uncompressed pubkeys. 9 years ago
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