2149 Commits (58604a049749c1d032e3a307e7d0a3753a74670f)
 

Author SHA1 Message Date
Rusty Russell fc24c71196 tests/test_lightningd.py: add async option for pay command. 7 years ago
Rusty Russell 8e0c19c76a lightningd: add dev-fail command to inject permenant failure. 7 years ago
Rusty Russell 524e56cf56 dev_disconnect: support '*N' syntax for disconnecting on the N'th occurance. 7 years ago
Rusty Russell 99581bd709 dev_disconnect: support 'permfail' line to permanently fail peer. 7 years ago
Rusty Russell f5f8ca5352 onchain/onchain_wire: routines to marshal/unmarshal htlc stubs. 7 years ago
Rusty Russell 0ab1fb3688 wire: add ripemd marshal/unmarshal routines. 7 years ago
Rusty Russell f765e0e846 bip32: marshal/unmarshal routines. 7 years ago
Rusty Russell bcc9ed9aa6 lightningd/htlc_wire: marshal/unmashal bitcoin tx. 7 years ago
Rusty Russell a4f290daba htlc_wire: marshal/unmarshal shachain object. 7 years ago
Rusty Russell aa23a2a93f generate-wire.py: handle unmarshalling of a single varlen_struct 7 years ago
Rusty Russell 217df2d2e8 channeld: fix shutdown when we have to complete HTLCs. 7 years ago
Rusty Russell f5624af965 lightningd: fix error packet we send due to permanent error. 7 years ago
Rusty Russell ce24731da9 lightningd: use internal_error rather than freeing peer. 7 years ago
Rusty Russell 709991fed1 subd: fix case where we replycb calls peer_internal_error(). 7 years ago
Rusty Russell 1ad960413d test_lightningd: fix valgrind detection on children. 7 years ago
Christian Decker 3e42485ddb fix: Typo in the error message for adding an output to DB 7 years ago
Christian Decker 6dbd99ddc6 gossip: Fix a race condition between release_peer and fail_peer 7 years ago
Christian Decker 9ad8365589 pytest: Split test_disconnect 7 years ago
Christian Decker f085a474b2 fix: Only add cli_args if we have some defined 7 years ago
Christian Decker f802e98e73 doc: Fix sendpay instructions 7 years ago
Christian Decker fc59d8e227 doc: Add bitcoind dependency to INSTALL and send to background 7 years ago
Christian Decker 1ac10716be wallet: Add closing parameters to channel state 7 years ago
Christian Decker 1070bbccde wallet: Add channel_config persistence to channel persistence 7 years ago
Christian Decker f2382884b6 wallet: Add roundtrip test for channel_config persistence 7 years ago
Christian Decker cc5af13e05 wallet: Implement channel_config persistence 7 years ago
Christian Decker 6f441d3cd2 wallet: Add a CRU(D) test for wallet_channels 7 years ago
Christian Decker af62c9ca97 wallet: Insert/Update channels into database 7 years ago
Christian Decker cfe87b16c3 db: Do not exit transaction on failure 7 years ago
Christian Decker a5b425faad wallet: Implement loading of stored channels from DB 7 years ago
Christian Decker ca00ec0bb8 htlc: Include htlc_wire.h in peer_htlcs.h to avoid forward decl 7 years ago
Christian Decker fa6e53bb08 Move short_channel_id primitive into bitcoin 7 years ago
Christian Decker 5912c68185 db: Add a hexval helper to decode hex values from db into fields 7 years ago
Christian Decker de822b7ea0 git: Ignore closing daemon 7 years ago
Christian Decker 33ffb53d9e db: Added schema for peers and channels 7 years ago
Christian Decker 85d2256898 wallet: Use persistent shachain for remote secrets 7 years ago
Christian Decker 1ff64ef07c wallet: Implement delete for wallet_shachain 7 years ago
Christian Decker 416d6bf860 db: Enable foreign keys and cascade on shachain delete 7 years ago
Christian Decker 8b7efd01d7 wallet: Created a simple persisted shachain unit-test 7 years ago
Christian Decker 34baf05973 wallet: Implement shachain persistence 7 years ago
Christian Decker b0c64909e7 wallet: Added database schema for shachain persistence 7 years ago
Christian Decker 28cc92cd15 gossip: Use bit 3 (mask 0x08) to signal initial routing sync 7 years ago
Christian Decker fbe3a017a9 gossip: Fix crash of getroute if we don't know any channels 7 years ago
Rusty Russell 40895e4550 Update to match spec: "BOLT7: Reorder feature bitmaps in order to allow future changes" 7 years ago
Rusty Russell 2b7c091e70 closing: update to match proposal to restart negotiation on reconnect. 7 years ago
Christian Decker b1ded66d35 fix: Mispelled word in the README.md 7 years ago
Christian Decker 35847206b2 fix: Allow pings while waiting for the channel to lock 7 years ago
Christian Decker 2bf92c9063 peer: Check localfeatures and globalfeatures against what we support (#195) 7 years ago
Christian Decker 75de4476f3 cleanup: Addressing comments from #165 8 years ago
Christian Decker 7dc693963d script: Consolidate scripts to use pubkey_to_hash160 7 years ago
sstone f371b6df20 sphinx: fix payload amount encoding 7 years ago