3145 Commits (85f1a9b825bb5a6ff2ed5e05d1ac3dbe245e2999)
 

Author SHA1 Message Date
Jon Griffiths 4b38696613 pull_length: Take structure size into account when checking max 7 years ago
ZmnSCPxj 8e9bb39179 channel: Plug minor leaks. 7 years ago
ZmnSCPxj d4478458dd pay: Change origin_index to erring_index, start with local node = 0. 7 years ago
ZmnSCPxj 711d8822b0 test_lightning: Update to new error message format. 7 years ago
ZmnSCPxj b7c9029fe3 doc: Update for new error codes of sendpay. 7 years ago
ZmnSCPxj a6c6b8d9d3 pay: Provide detailed errors on `sendpay` or `pay` failure. 7 years ago
ZmnSCPxj 452925c05a pay: Tweak interface of remote_routing_failure. 7 years ago
ZmnSCPxj a1b9fa7538 pay: Add origin_index to struct routing_failure. 7 years ago
ZmnSCPxj 6d789282c9 jsonrpc_errors.h: Header for JSON-RPC errors. 7 years ago
Rusty Russell b3534462e0 test_lightningd.py: fix race in test_fee_limits. 7 years ago
Rusty Russell 07c275e436 test_lightningd: fix race in test_closing_different_fees 7 years ago
ZmnSCPxj dcafce81ad test_lightningd: Increase times in expiration waiting test. 7 years ago
Rusty Russell 37670c04e0 test_lightning.py: disable test which needs bitcoind 0.16 (for now!) 7 years ago
Christian Decker b2cec18a81 contrib: Add the addrtype argument to newaddr 7 years ago
William Casarin 3d27bbb47d test: test_bech32_funding 7 years ago
William Casarin 0e59e091e7 test: switch invoice tests to use proper bip173 name 7 years ago
William Casarin b30fb952e6 chainparams: fix regtest bip173_name 7 years ago
William Casarin 37ea24e9c9 newaddr: support bech32 p2wpkh funding addresses 7 years ago
Christian Decker 4fd7e26bf7 wallet: Re-introduce change assertion for withdrawals 7 years ago
Wladimir J. van der Laan b2abe0d250 gossipd: Move include of time.h to routing.h 7 years ago
Wladimir J. van der Laan 1ef79854c3 lightningd: Don't crash when libunwind backtrace not available 7 years ago
Christian Decker 7dd19d5b93 gossipd: Cleanup and less verbose on deferred node_announcements 7 years ago
Christian Decker f6c9c4fc3a gossipd: Use channels map to lookup pending cannouncements 7 years ago
Christian Decker b09666c51c gossip: Remember the channel_update broadcast index 7 years ago
Christian Decker 81551b2e60 pytest: Increate timeout when waiting for gossip 7 years ago
Christian Decker 0790d9b52f gossip: Add a map for pending node_announcements 7 years ago
Christian Decker 35b44d5294 gossip: Remember which broadcast index the node_announcement had 7 years ago
Christian Decker 24d52ec23a gossip: Only replace with newer updates while txout check is pending 7 years ago
Christian Decker 739e78a8c7 gossip: Reduce verbosity 7 years ago
Christian Decker fa069d7d97 gossip: Use the channels map to look up by scid 7 years ago
Christian Decker a88076b1b0 gossip: Adding locally added channels to channels map 7 years ago
Christian Decker 26b5588656 gossip: Use replace_broadcast when enqueuing a channel_announcement 7 years ago
Christian Decker 01b7e2a7c0 broadcast: Added option to replace a specific index 7 years ago
Christian Decker 60ab947a2f gossip: Add new channels to channels map 7 years ago
Christian Decker d7224e2178 gossip: Added short_channel_id_to_uint for uintmap index 7 years ago
Christian Decker 0bc2f8714d gossip: Added uintmap based channels map, indexed by scids 7 years ago
Igor Cota a0dffc7be2 Fix listpeers JSON command description 7 years ago
Sjors Provoost e4d719a421 [doc] install: add libsodium-dev 7 years ago
ZmnSCPxj ba24fe0ba3 doc: Update manpage for waitinvoice. 7 years ago
ZmnSCPxj 0925e404d6 test_lightningd.py: Test new expiration system in more detail. 7 years ago
ZmnSCPxj 532833cd78 invoice: Return the invoice as a detailed error on expiration 7 years ago
ZmnSCPxj 59abc37258 invoices: Add expiration timer system. 7 years ago
ZmnSCPxj 9af923b6d0 wallet: Minor reorganization of struct invoice members. 7 years ago
ZmnSCPxj 1e6747c28e wallet: Pass in timers object during construction. 7 years ago
Rusty Russell 8be1c1df32 Updates for changed external/jsmn API change. 7 years ago
Rusty Russell 4d58b12255 external/jsmn: update module to see if bug is fixed 7 years ago
ZmnSCPxj f21cb57d27 pay: Also treat nonexistent peer as immediate routing failure. 7 years ago
ZmnSCPxj a57a2dcb86 routing: Only mark channel unroutable for a short time. 7 years ago
ZmnSCPxj 89663454c8 routing: Factor out function to determine if we can route through a channel. 7 years ago
Rusty Russell de0777cb2c Fix weight calculation, rename cost->weight. 7 years ago