2510 Commits (d02b890b5572c9f0fc9ece696f2aa99e25aab2d6)
 

Author SHA1 Message Date
practicalswift d02b890b55 assert(tal_count(log) > 0) in log_to_json(...) 7 years ago
practicalswift 7b80e5b66c Avoid undefined behaviour in eq_var(p1, p2, field) 7 years ago
practicalswift 6757255ba4 Use deterministic command-line ordering when executing lightningd from tests 7 years ago
practicalswift d9266afcda Fix typo: "disonnect" 7 years ago
Rusty Russell 824f8517ac onchaind: fix all_irrevocably_resolved test. 7 years ago
Rusty Russell 05a3db886b peer_control: fix memleak in dev-disconnect. 7 years ago
Rusty Russell ee939c8dcb lightingd: fix memleak when we reload from db. 7 years ago
Rusty Russell fb81e6c14b chaintopology: always start 100 blocks back. 7 years ago
Rusty Russell 822a2cf030 test_lightningd: make sure we keep watching after peer restart. 7 years ago
Rusty Russell 36316957e3 lightningd: set parent correctly for loaded peers. 7 years ago
Rusty Russell a5c65e2c9b lightningd: reactivate peers. 7 years ago
Rusty Russell 1b41335121 chain_topology: two-stage startup. 7 years ago
Rusty Russell 7b735e5de8 lightningd: scan blockchain from first possible block. 7 years ago
Rusty Russell 93c589efe8 wallet: save block height when we first create channel. 7 years ago
Rusty Russell af0ed9e5cf db: add column for first block of channel. 7 years ago
Rusty Russell f5c319a37e wallet: remove unused wallet_channel_load(). 7 years ago
Rusty Russell 4dea3c4747 lightningd: remove unused db stubs. 7 years ago
William Casarin a1d215a46d make: append contrib/pylightning to PYTHONPATH 7 years ago
Rusty Russell ba22484901 lightningd: simplify permanent failure. 7 years ago
ZmnSCPxj 5eceaa7be9 invoice: Modify waitanyinvoice interface to use pay_index. 7 years ago
ZmnSCPxj 3003b7346c invoice: Add pay_index member to struct invoice. 7 years ago
Christian Decker 202868b677 gossipd: Fix copy-paste error when adding a channel locally 7 years ago
practicalswift d340ee8abb Remove redundant call to get_connection_by_scid(...) 7 years ago
practicalswift 66e7c54810 Avoid out-of-bounds read in increase(u32 feerate_per_kw) 7 years ago
practicalswift 3d39312212 Fix typos 7 years ago
Rusty Russell 63390a58b0 db: log a message to say whether we created or updated db. 7 years ago
Rusty Russell 1e51275792 lightningd: don't save wallet_channel twice on creation. 7 years ago
Rusty Russell b7e8ee4445 test_lightningd: make sure onchaind recognizes outputs in htlc onchain tests. 7 years ago
Rusty Russell 7e062fd637 onchaind: don't assert() when htlc fulfilled twice. 7 years ago
Rusty Russell 72a52b0b59 onchaind: fix label on HTLC timeout tx. 7 years ago
Christian Decker fff7efaf97 gossipd: Remove annoying trace 7 years ago
Christian Decker 3923109f51 gossipd: Replace lookup by short_channel_id by endpoint lookup 7 years ago
ZmnSCPxj f2f116d613 lightningd: Add missing final cleanups. 7 years ago
Christian Decker 3af2dcba6a gossip: Fix a typo in the add_channel_direction logic 7 years ago
practicalswift aae991f28d Add missing call to va_end() 7 years ago
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