6172 Commits (c24573b0d2ee87e7b1c9d2998408dc5f6b6e1c29)
 

Author SHA1 Message Date
Rusty Russell c24573b0d2 Makefile: set PYTHONPATH to be absolute when running tests. 5 years ago
lisa neigut c7f3fa34b2 funding tx: include segwit marker + flag in fee calculation 5 years ago
lisa neigut b0b6ddb66f devtools: rm repetitive field (it's included in remotesecrets) 5 years ago
lisa neigut abcde461df devtools: print witnesses along with signatures for mkfunding 5 years ago
Rusty Russell 913a1a9b59 bolt: update to 8b2cf0054660bece9e1004f42a500c6a1a77efd3 5 years ago
Rusty Russell 8774070a31 bolt: Update to latest bolt, including TLV onion format. 5 years ago
Rusty Russell fafd5ed4b0 wire/test/run-tlvstream.c: use generated defs for test vectors. 5 years ago
Rusty Russell 4b5cd5ff84 tools/generate-wire.py: only use 'struct node_id' in announcements. 5 years ago
Rusty Russell 00ca52ea07 bolt: update to aa33af0c4d7ae0180c04ef98e61af49c1f876a36 5 years ago
Rusty Russell b17b4c3eb6 wire: include definition of struct node_id. 5 years ago
Rusty Russell b10e0e08bb tools/generate-wire.py: add option to expose tlv_record_type 5 years ago
Rusty Russell 9b88fd4c60 bolt: update to 950b2f5481c2a4b57ef1102e2374543e81c4aa88 5 years ago
Rusty Russell 2b3003f25b channeld: delay sending channel_announcement by 60 seconds. 5 years ago
ZmnSCPxj 3e74ca4b86 gossipd/routing.c: Correctly handle a duplicated entry in `exclude` of `getroute`. 5 years ago
ZmnSCPxj a5fb37298c tests/test_gossip.py: Add test to check that duplicated exclusions in `getroute` have no lasting effect. 5 years ago
Rusty Russell 359433f374 lightningd: convert the compiler-wanted-init FIXME. 5 years ago
Rusty Russell 79345cc0b9 CCAN: update to suppress path_readlink warning. 5 years ago
Rusty Russell 4f89d9be86 cppcheck: catch json_list_for_each 5 years ago
Rusty Russell 1510ea5717 wallet/walletrpc.c: fix uninitialized warning. 5 years ago
Rusty Russell 296cfe8d1b wire/tlvstream: suppress gcc -O3 warning about prev_type. 5 years ago
Rusty Russell 02609773c0 lightningd: suppress gcc-7.4.0 error 5 years ago
Rusty Russell 7835a25121 common: helper to suppress 'may be used uninitialized' warnings. 5 years ago
Rusty Russell df298ba7e3 configure: suppress "maybe uninitialized" warnings altogether unless -O3. 5 years ago
Rusty Russell 5a3ba1ce99 travis: don't run full testsuite with gcc-4.8 5 years ago
Rusty Russell 6a2a118467 travis: upgrade to bionic 5 years ago
Rusty Russell 641876a20a ccan: update to latest. 5 years ago
trueptolemy 5c153de81e CHANGELOG: Add the record for `forward_event` 5 years ago
trueptolemy 7b59431a6c doc: Add the description for 'forward_event' notification 6 years ago
trueptolemy 31e2e70f17 invoice: a cleanup for the json of struct sha256 6 years ago
trueptolemy 5ac02907bb pytest: Add the test for 'forward_event' in test_plugin 6 years ago
trueptolemy d2423c6f9a pytest: Add a simple plugin to test 'forward_event' 6 years ago
trueptolemy 294f05dc98 Call notification 'forward_event' when forward payment status changes 6 years ago
trueptolemy e75d8e061b Plugin: New notification type, forward_event 6 years ago
trueptolemy a449a91ae2 JSON: Warp the process of forward payment json object 6 years ago
trueptolemy bcec6bb6cc API: 'listforwards' now include 'payment_hash' field 6 years ago
trueptolemy ab60bcab7c wallet: Set the fee to 0 when forward doesn't have out channel with LOCAL_FAILED status 6 years ago
Rusty Russell 2255dd4dda
lightningd: avoid thundering herd on restart. 5 years ago
Rusty Russell cc70b9c4ec wire: use common/bigsize routines 5 years ago
Rusty Russell 2241e25cb4 test: move run-bigsize into common to match common/bigsize. 5 years ago
Rusty Russell 8349c1a0c2 bigsize: insist in minimal representation in bigsize_get(). 5 years ago
Rusty Russell 3fa375881a bigsize: make it a proper first-class type. 5 years ago
Rusty Russell e23f183468 common/sphinx: use bigsize_get not varint_get. 5 years ago
Simon Vrouwe 1ae8b73f0e doc: invoice manpage: add some details about route hint selection 5 years ago
Christian Decker 5dff67900e tx: Add chainparams when deserializing transactions from wire msgs 5 years ago
Christian Decker d14bd286ba bitcoin: Add chainparams to transactions from blocks 5 years ago
Christian Decker 9288a7906b tx: Add chainparams to struct bitcoin_tx as context 5 years ago
Christian Decker 2537bd5afa closingd: Tell closingd which chain we are working on 5 years ago
Christian Decker c5ac6c7b1f hsmd: Tell hsmd which chain we are working on 5 years ago
Christian Decker 15e73e3dc3 onchaind: Pass genesis hash to onchaind so it knows the chainparams 5 years ago
Rene Pickhardt dbc0265a5d added mako dependency to tests/requirements.txt 5 years ago