2675 Commits (aefc88752175926f0b1ef5ed53cf7256fdced8a9)
 

Author SHA1 Message Date
practicalswift c6b5e72e3b Pass bool true instead of "true" to json_add_bool(..., bool value) 7 years ago
practicalswift db362e2e23 Remove redundant assignments 7 years ago
ZmnSCPxj 280c0e53ef test_lightningd.py: Add test for waitinvoice. 7 years ago
ZmnSCPxj 8e3c97762e invoice: Properly implement waitinvoice. 7 years ago
ZmnSCPxj 773f7524dd invoice: Factor out invoice deletion code. 7 years ago
ZmnSCPxj 7f24e36dd9 test_lightningd.py: Test paying invoice in reverse order of creation. 7 years ago
ZmnSCPxj 1de339eff6 invoice: Use wallet_invoice_nextpaid in waitanyinvoice implementation. 7 years ago
ZmnSCPxj 993d5dc75a wallet: Implement wallet_invoice_nextpaid. 7 years ago
ZmnSCPxj ea1cea6366 wallet: Minor testing of pay_index column. 7 years ago
ZmnSCPxj 3dd50d6219 wallet: Add pay_index column to database for paid invoice ordering. 7 years ago
practicalswift d50fb131b6 Avoid passing uninitialized value dummy with uninitialized field addrlen to {initiator,responder}_handshake_ 7 years ago
practicalswift 6c50d70e68 Remove trailing semicolons in Python code 7 years ago
practicalswift f84828be36 Avoid writing uninitialized value data->realm in serialize_hop_data(...) (via create_onionpacket(...)) 7 years ago
practicalswift 84dd65485c Remove duplicate includes 7 years ago
practicalswift f9b8a007d5 Remove unused imports 7 years ago
practicalswift 5123c4e059 Fix access to undefined variable 7 years ago
practicalswift bfce5b41f9 Fix typo (a vs. an) 7 years ago
practicalswift aee3661b35 Fix typos (repeated words) 7 years ago
Rusty Russell 3ae7b9f0fb bitcoin: add formatting hook for printing bitcoin blockids 7 years ago
Christian Decker a44e1e456f pytest: remove useless debugging print 7 years ago
Christian Decker 71c62e726e fixup! pytest: Temporarily disable test_reconnect_normal due to flakyness 7 years ago
Christian Decker 45691a50b8 pytest: Temporarily disable test_reconnect_normal due to flakyness 7 years ago
Christian Decker 2a7ba010c3 pytest: Use the bitcoind config file to read RPC params from 7 years ago
Rusty Russell 047a2ea043 gossip: don't use assert around code with side effects. 7 years ago
Christian Decker 0db821e2cf routing: Fix the announcement detection for channel_announcements 7 years ago
Christian Decker 83caf1fdab routing: Add tracking of eviction for broadcasts 7 years ago
Christian Decker 1b28220b64 Revert "broadcast: don't reorder channel_announce when we get the real one." 7 years ago
Christian Decker ab620c5068 travis: Enable pytest-test-groups to split tests across several runs 7 years ago
Christian Decker 1a91786def travis: Use env-file to pass in environment variables 7 years ago
Christian Decker 0574d68c97 docker: Added pytest-groups plugin to builder image 7 years ago
Rusty Russell 6debaccfd5 chaintopology: only do callbacks once chain has settled. 7 years ago
Rusty Russell 887e9dcc44 travis: reenable check-source (without BOLT text). 7 years ago
Rusty Russell 0650653658 bitcoind: delete chaintips code. 7 years ago
Rusty Russell 1d9a8e5484 chaintopology: load forwards, not backwards. 7 years ago
Rusty Russell 6f6d7a5e44 chaintopology: get fees using a timer, not on each block. 7 years ago
Rusty Russell 985a0b431f getblockhash: don't get upset if we fail. 7 years ago
Rusty Russell 810abb6b21 bitcoin: create new wrapper type bitcoin_blkid, log backward endianness. 7 years ago
Rusty Russell 0237e0b28c bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
Rusty Russell ed2158c334 Revert "Functions for encoding reversed hex" 7 years ago
Rusty Russell 553ebc936b json: add json_add_txid. 7 years ago
Andrew Chow f792e236eb Encode reversed hex for txid in listfunds 7 years ago
Andrew Chow 19116b6561 Functions for encoding reversed hex 7 years ago
William Casarin bcd49b063b fixup! wallet: insert address into peers table 7 years ago
William Casarin ce1d709d44 wireaddr: fix ipv6 formatting with ports in fmt_wireaddr 7 years ago
William Casarin d89eb32c85 wallet: insert address into peers table 7 years ago
William Casarin 3e7aabe256 test: add tests for parse_ip_port 7 years ago
William Casarin 7ecccd50b9 wireaddr: add ip[:port] parsing 7 years ago
Rusty Russell 90a5ba043c htlc_out: initialize hout->key.id, in case we destroy it before setting. 7 years ago
Rusty Russell f293ff0a6a broadcast: don't reorder channel_announce when we get the real one. 7 years ago
Rusty Russell 425143646c channeld: fix dev_disconnect. 7 years ago