3031 Commits (8f48a72d748328888ea3fa8de17ecd3d8cbddb97)
 

Author SHA1 Message Date
Rusty Russell 8f48a72d74 lightningd: remove peer->log in favor of channel->log. 7 years ago
Rusty Russell e20fff9340 lightningd: remove almost all other peer2channel / channel2peer shims. 7 years ago
Rusty Russell 0e93fb932a lightningd: bitcoind and topology routines take channel, not peer. 7 years ago
Rusty Russell 329e31bbe7 lightningd/peer_htlcs: remove remaining peer_ shims. 7 years ago
Rusty Russell cf7c399cc5 htlc: keep channel pointer, not peer pointer. 7 years ago
Rusty Russell 409fef582d subd: keep pointer to channel, not peer. 7 years ago
Rusty Russell b7680412e3 lightningd: rename peer_fail functions to channel_fail. 7 years ago
Rusty Russell 8c084d57ff lightningd: channels own the peer. 7 years ago
Rusty Russell 32411de90e lightningd: split struct peer into struct peer and struct channel. 7 years ago
Rusty Russell 6b71654351 lightningd: create new structure `channel` to hold per-channel info. 7 years ago
Rusty Russell 65c09c895d wallet: properly handle case where peer has no address when saving channel. 7 years ago
Rusty Russell 81ca1db347 wallet: delete peers with no channels. 7 years ago
Rusty Russell 38a313af0d wallet: delete channels in state OPENINGD. 7 years ago
Rusty Russell 15eaf56d79 wallet: add ld pointer. 7 years ago
Rusty Russell fcffbd0f20 channeld: rename new_channel to new_full_channel. 7 years ago
Rusty Russell 7eea02e846 db: don't allow newer db versions. 7 years ago
Rusty Russell 26617d1d64 gossipd/test: update mocks. 7 years ago
practicalswift e97ee3d14e Fix typo in error message (funding_signed ids don't match) 7 years ago
Rusty Russell e76a0b4ddc gossipd: fix race where we can handoff peer with bad cryptostate. 7 years ago
Rusty Russell fd04fca771 jsonrpc: make lifetimes in error path clearer. 7 years ago
Rusty Russell dec86e0115 jsonrpc: split error and success cases, use json_add_string_escape. 7 years ago
Christian Decker b4ce4d228d JSON-RPC: Fix unquoted error string when parser fails 7 years ago
practicalswift fe670b9aaa Improve log message when receiving unknown message type 7 years ago
ZmnSCPxj 4e382ebd94 doc: Mention keyword arguments, update pay to mention use of null. 7 years ago
Rusty Russell 6757300a0e Travis: slightly more finegrained, should be under 17 minutes now. 7 years ago
Rusty Russell 106c8304f6 Travis: don't perform source-check on every build variant. 7 years ago
Rusty Russell b4a2f51384 Travis: use more fine-grained tests. 7 years ago
danielalexiuc fa8bcf2230 Include apt-get update as first step 7 years ago
Christian Decker cb97dfec4e gossip: Fix up some comments on PR #955 7 years ago
Christian Decker 96667a3028 fixup! pytest: Test storing last_htlc_sigs and onchaind fund recovery 7 years ago
Christian Decker ea9aa95625 pytest: Test storing last_htlc_sigs and onchaind fund recovery 7 years ago
Christian Decker 37b96e9c95 wallet: Load any stored htlc_sigs when restoring channel 7 years ago
Christian Decker 9f8f0ccec9 peer: Store htlc_sigs when they are updated 7 years ago
Christian Decker 3bb619fee4 wallet: Add primitive to store htlc_sigs in the database 7 years ago
Christian Decker e1c0119373 db: Add table for htlc_sigs 7 years ago
Christian Decker 68639db7db JSON-RPC: Add funds in channels to `listfunds` 7 years ago
Jeff Weiss 97871237bf README - change number of confirmations needed in fundchannel to 3 7 years ago
Jeff Weiss 5d947b3a1f README - note that bitcoind node pruning is not yet supported 7 years ago
root 73022d91c6 Fix indentation 7 years ago
root 8b0ed27c43 Add optional from id parameter to getroute call. 7 years ago
Christian Decker 5a133d2d70 json-rpc: Return a standard compliant error when parsing fails 7 years ago
Christian Decker e92e26f84d json-rpc: Check for unprintable characters in JSON-RPC commands 7 years ago
Christian Decker 16004684c9 wallet: Make the linter happy about int vs size_t comparison 7 years ago
Christian Decker 8a68646395 wallet: Add deprecated and verbose help to walletrpc commands 7 years ago
Christian Decker e5b6fed395 wallet: Mark some parameters as unused 7 years ago
ZmnSCPxj fecfd55e06 routing: Suppress UNUSUAL log message for UPDATE failcodes from local. 7 years ago
Rusty Russell d5effcb961 test_lightning: fix race on testing, esp. test_closing_different_fees. 7 years ago
ZmnSCPxj 203c222f57 doc: Update to add fee limit to pay. 7 years ago
ZmnSCPxj 354fafbf60 pay: Add a limit to the fee. 7 years ago
ZmnSCPxj e1284b1df1 common/json: Add json_add_double. 7 years ago