3251 Commits (b50912d8b132fdd6cd86e5cfae32e6a25771d781)
 

Author SHA1 Message Date
John Barboza b50912d8b1 Print node alias when listing peers 7 years ago
Rusty Russell ca4603455b short_channel_id: remove short_channel_id_to_uint accessor. 7 years ago
Rusty Russell c5d41a23d7 short_channel_id: just use structeq. 7 years ago
Rusty Russell affc1be4d6 gossipd: get_channel() wrapper for channel lookup. 7 years ago
Rusty Russell 042d5d13f5 short_channel_id: don't use bitfields. 7 years ago
John Barboza 6f14736803 revert 0e40c8 and renable test_withdraw 7 years ago
Igor Cota cb6820d445 Do preimage, hash and consequentially bolt11 generation before we store the invoice in db. 7 years ago
Igor Cota 3371168d54 Add bolt11 to the invoice struct. 7 years ago
Igor Cota 2bb9797ddb Add bolt11 to the invoices db table as TEXT. 7 years ago
Rusty Russell e10a2b63ca README.md: no need for segwit activation on regtest any more. 7 years ago
Rusty Russell 742885c95e test_lightning.py: reduce 121 to 101 blocks, remove segwit comment. 7 years ago
Jan Sarenik 0017b9b363 test_lightningd.py: Enable bech32 test for DEVELOPER 7 years ago
Christian Decker 565059a12f pytest: Require bitcoin-0.16.0 and reduce number of generated blocks 7 years ago
Christian Decker 136a5f2b74 contrib: Updated builder image to include v0.16.0 of bitcoind 7 years ago
Christian Decker a90502d917 jsonrpc: Refuse to forget a channel with an open HTLC 7 years ago
Christian Decker aef5780f36 htlc: Extracted htlc detection from the channel destructor 7 years ago
Jan Sarenik 9504a77b44 Reflow README.md with no changes to text 7 years ago
Corné Plooy f32ebb7dca Indentation fix. 7 years ago
Corné Plooy 1e879de89e json-rpc: connection_complete_ok and json_command_malformed should never receive NULL arguments. Pass "null" instead, where needed. 7 years ago
Corné Plooy d86ad15b53 json-rpc: translate NULL into "null" instead of "(null)". 7 years ago
practicalswift ca487d5115 Add "make clean" check to Travis 7 years ago
Rusty Russell be5d945e97 gossip: only send out gossip to non-local peers when we're supposed to. 7 years ago
Rusty Russell c8390ca403 gossipd: fix obsolete comments. 7 years ago
Rusty Russell a073c201e0 gossip: expose and use get_node() helper. 7 years ago
Rusty Russell 5970890fae gossipd: use status levels for unusual reporting. 7 years ago
Rusty Russell 04eb101aa6 routing: handle pending replies which are missing. 7 years ago
Rusty Russell 60e20b502e gossipd: simplify pruning code. 7 years ago
Rusty Russell 792feb8532 gossip: Only do a single lookup in channel_update. 7 years ago
Rusty Russell 76ff52b601 routing: remove unused txout_state field in struct routing_channel. 7 years ago
practicalswift dbb7ea1e41 Adjust log level for logging disconnected RPC users ("Command failed after jcon close") 7 years ago
ZmnSCPxj, ZmnSCPxj jxPCSmnZ 590a9a657d test_lightningd.py: Silence F841 7 years ago
ZmnSCPxj efc5da9ad4 invoices: Use common code for loading r and rhash. 7 years ago
ZmnSCPxj 978e5c67d8 invoices: Remove persistent in-memory invoice structures. 7 years ago
ZmnSCPxj f05c86618c invoices: Change iteration interface to be more abstract. 7 years ago
ZmnSCPxj e9112af0bc invoices: Move expiration timer to invoices object. 7 years ago
ZmnSCPxj 6792acf04c test_lightningd: Add some more testing for waitinvoice. 7 years ago
ZmnSCPxj 7a6fe0704e invoices: Unify waitone/any waiters to invoices object. 7 years ago
ZmnSCPxj 9b4c6699f9 invoices: Semantically separate invoice details from invoice. 7 years ago
Igor Cota fc3e6782dd Only make clean external submodules if Makefile present, fixes #1130 7 years ago
practicalswift a20cf5463d Adjust log level for logging disconnected RPC users ("Abandoning command" + "Command returned result after jcon close") 7 years ago
Jan Sarenik 54b8562936 Fix libtool error 7 years ago
Rusty Russell c7718aa2e4 test_lightningd.py: repair flaky test_bitcoin_failure 7 years ago
Igor Cota a048a54f83 Add specific external libs to the makefile clean recipe. To avoid failed linking of cross compiled binaries left out after an incomplete make clean 7 years ago
ZmnSCPxj 73cda2f2ae payalgo: Report route, and result of trying route. 7 years ago
ZmnSCPxj 21cfec816d payalgo: Report number of tries on failure. 7 years ago
ZmnSCPxj 6c9d81ef42 payalgo: Remove reporting PAY_TRY_ANOTHER_ROUTE and PAY_UNPARSEABLE_ONION. 7 years ago
Igor Cota 694fb41ef6 Update INSTALL.md 7 years ago
Igor Cota 642cff84ea Update INSTALL.md 7 years ago
Rusty Russell b7ed5670d5 lightningd: close and reopen db across fork for daemonize 7 years ago
Rusty Russell 58fae47868 test_lightningd.py: more minor flake8 fixes. 7 years ago