782 Commits (2e9a039789d372a7b10bdc42d847a5be3fc1cb45)
 

Author SHA1 Message Date
Rusty Russell 2e9a039789 peer: make closing_onchain.resolved[] in tx-output order. 8 years ago
Rusty Russell 4319f3ac70 peer: explicitly store the previous revocation hash when sending new update. 8 years ago
Rusty Russell d45161b07b daemon: use htlc id for fulfillhtlc and failhtlc commands. 8 years ago
Rusty Russell dd895e3c07 newhtlc command: return the HTLC id. 8 years ago
Rusty Russell 2aaf0cb817 peer: remove unacked_changes and acked_changes queues. 8 years ago
Rusty Russell 7709eb9b4a protocol: use separate ack packet. 8 years ago
Rusty Russell 5c9dfd5206 netaddr: routines to linearize/delinearize. 8 years ago
Rusty Russell 809caa8588 bitcoin/pullpush.[ch]: expose bitcoin-style marshal/unmarshal. 8 years ago
Rusty Russell ec3344ce6e daemon/output_to_htlc: routines to map outputs for HTLCs for a given commit_num. 8 years ago
Rusty Russell 7c2165f5b4 peer: save txid -> commit_num mapping. 8 years ago
Rusty Russell 9b2fd3a969 peer: record depth at which anchor tx is considered deep enough. 8 years ago
Rusty Russell 08f7ade80f peer.c, packets.c: make more functions static. 8 years ago
Rusty Russell 0bd12b4e97 daemon/packets.h: create from prototypes which were in state.h. 8 years ago
Rusty Russell 149fa341be packets.c: accept_pkt_* should do less state-mangling. 8 years ago
Rusty Russell 6615db32c0 packets.c: queue_pkt_* only creates and sends packets. 8 years ago
Rusty Russell abf4182ef5 peer: cache txid for commitment_tx. 8 years ago
Rusty Russell 7b2d6925a0 channel: assert htlc direction is correct. 8 years ago
Rusty Russell 1f99268633 commit_tx: expose wscript and scriptpubkey for to_us/to_them payments. 8 years ago
Rusty Russell d9e825bc2c create_commit_tx: use HTLC map, not cstate HTLC array. 8 years ago
Rusty Russell 0af04b0576 peer: use commit_tx's newly exposed witness script helpers. 8 years ago
Rusty Russell ef77cb8349 commit_tx: expose internals to give access to HTLC witness scripts. 8 years ago
Rusty Russell ca142a0b47 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> 8 years ago
Rusty Russell 440fec099b peer: expose HTLC state through RPC. 8 years ago
Rusty Russell 04fa3a71a9 peer: use peer->htlcs in JSON getpeers output, instead of cstate array. 8 years ago
Rusty Russell 0e78ccca56 daemon: don't allow manual fulfill command until both sides committed. 8 years ago
Rusty Russell 4963f277aa daemon/test: prepare for random-ordered htlcs, cleanup parsing. 8 years ago
Rusty Russell 1af3428c6c peer: keep a single HTLC map for all htlcs. 8 years ago
Rusty Russell 4b5ec85c25 daemon: keep enum htlc_state within struct htlc. 8 years ago
Rusty Russell 22976bdd32 daemon: use HTLC states. 8 years ago
Rusty Russell de7fb4a83f test_protocol: restart support. 8 years ago
Rusty Russell 25d9962e81 test_protocol: add --verbose flag. 8 years ago
Rusty Russell 3e34d50339 test_protocol: fix --svg 8 years ago
Rusty Russell ba50776c47 test_protocol: fix up expected test output. 8 years ago
Rusty Russell 73df39e0c9 test_protocol: attach states to each HTLC, rather than using queues. 8 years ago
Rusty Russell d54a59f010 test_protocol: remove support for multiple commits in flight. 8 years ago
Rusty Russell 836eee048b test_protocol: rename struct funding to struct commit_tx. 8 years ago
Rusty Russell 60b4543899 peer: fix --port option. 8 years ago
Rusty Russell d0285416fb log: ability to log struct rval. 8 years ago
Rusty Russell 7b1187d446 check: make (successful) tests less noisy. 8 years ago
Rusty Russell dc0efc5c52 Merge remote-tracking branch 'origin/pr/31' 8 years ago
Braydon Fuller 6ac96323fd INSTALL.md: update install details for ubuntu 16.04 8 years ago
Rusty Russell bcd3e5f60e base58: fix check-source header order check. 8 years ago
Rusty Russell 4563ff91e9 lightningd: don't create rpc socket & listening socket until topology known. 8 years ago
Rusty Russell 35f83841da chaintopology: make sure we have a tip before continuing. 8 years ago
Rusty Russell 441d598dca daemon: broadcast transaction when fulfilling onchain. 8 years ago
Rusty Russell 748f477508 maintclean: fix depends and typo 8 years ago
Rusty Russell 8345bff825 cryptopkt: revert ack split in authenticate_packet 8 years ago
Rusty Russell f00ee00fd8 peer: log unexpected packets properly. 8 years ago
Rusty Russell 4801f78aad INSTALL.md: update to remove openssl dependency, add libbase58 8 years ago
Rusty Russell e252f5de7d base58: remove openssl include, and undefined function declaration. 8 years ago