2913 Commits (01b7e2a7c0bd262a42abf808d57e8d24ce8ff25c)
 

Author SHA1 Message Date
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
windsok 26957fce07 update max-locktime-blocks description to be accurate 7 years ago
windsok 93d5df559d add docs about configuration file 7 years ago
gdassori 326b17a1be add readme badge 7 years ago
ZmnSCPxj 4255e4186d HACKING: Add subtleties. 7 years ago
ZmnSCPxj 5f2cd7c11e pay: Report routing failure on immediate fail of send_htlc_out. 7 years ago
ZmnSCPxj d14efde4bc pay: Refactor logging into report_routing_failure. 7 years ago
ZmnSCPxj 4ef168cd97 jsonrpc: Properly report code for detailed errors. 7 years ago
ZmnSCPxj 4ac5d123d6 test_lightningd: Test missing arguments. 7 years ago
ZmnSCPxj 5b304fce4f jsonrpc: Let freeing of `cmd` free `names` 7 years ago
ZmnSCPxj, ZmnSCPxj jxPCSmnZ ddf052982a routing: Correct the sense of "PERM bit is NOT set" 7 years ago
Saibato 7dcaf27bf5 allow --rpc-file option to change default value 7 years ago
practicalswift 98372e4c0a Mark last parameter of log_to_stdout(...) as intentionally unused 7 years ago
Rusty Russell 9b8fe618f6 pay: remove cmd pointer from htlc_out. 7 years ago
Rusty Russell a497a9943d test_lightning.py: speed up test_closing_different_fees 7 years ago
Rusty Russell bd1aa935b9 closingd: don't punish peers who can't negotiate properly. 7 years ago
Rusty Russell 03e961897a closingd: rewrite negotiation. 7 years ago
Rusty Russell 5deebb85c3 closingd: use the final commitment tx fee as the maximum. 7 years ago
Rusty Russell 4ed13401ce lightningd: prefer mutual close over unilateral, even if fee identical. 7 years ago
Rusty Russell f527f39613 test_lightning: add tests for closing with differetn feerates. 7 years ago
Rusty Russell 191e7f4c5c lightningd: add more debugging info for closing. 7 years ago
Rusty Russell a0f924376f channeld: don't send update_fee after shutdown. 7 years ago
alaniz b7856e3512 Onboarding: tweak grammar conventions for RPC responses 7 years ago
Jon Griffiths 505a249966 push_tx: Don't create BIP 144 invalid transactions 7 years ago
ZmnSCPxj ff1a466ef3 devtools/.gitignore: Ignore decodemsg. 7 years ago
Rusty Russell fff7dd0826 devtools/decodemsg: new tool. 7 years ago
Rusty Russell 32abb4d928 tools/generate-wire.py: --printwire option to create print routines. 7 years ago
practicalswift d09fc71456 Rename log_default_print to log_to_stdout 7 years ago
practicalswift 2c03be11b6 Unify log_to_file(...) and log_default_print(...) 7 years ago
practicalswift ebef98d8be Create log timestamp string from log entry data 7 years ago
practicalswift 3696e1b607 Usability: Prefix logging to stdout with ISO 8601 formatted date and time in UTC 7 years ago
Rusty Russell d1ab2e05f4 test_lightningd.py: test lightning-cli. 7 years ago
Rusty Russell 91a22dc496 jsonprc: make json_get_params() fail the command, for better error reporting. 7 years ago