829 Commits (f27013c33873bb429da08c469e939f1a1623ce78)

Author SHA1 Message Date
Christian Decker 7fc8e3a4e2 gossip: Pass --channel-update-interval to gossipd 7 years ago
Christian Decker 0419688b0c gossip: Added --channel-update-interval argument 7 years ago
Rusty Russell 6d7c8c8dd0 doc: manpages for pay, listpayments and decodepay. 7 years ago
Rusty Russell a1a0b33577 pay: allow 'null' msatoshi field. 7 years ago
Rusty Russell 2f2fb0c2a1 invoice: add msatoshi_received field. 7 years ago
Rusty Russell 66885163c9 JSON: Rename rhash to payment_hash in delinvoice, invoice, listinvoice, waitinvoice, waitanyinvoice. 7 years ago
Rusty Russell cc4caf9d69 invoice: common routine for invoice to json. 7 years ago
Rusty Russell cce432b77f wallet_invoice_nextpaid: return a struct invoice. 7 years ago
ZmnSCPxj 83e76e3ac3 features: Move feature-handling code to a common/features.c source. 7 years ago
ZmnSCPxj 2d8304f176 pay: Change online help of 'listinvoices' to use 'msatoshi' as per actual response returned. 7 years ago
ZmnSCPxj c402d834e7 invoice: Rename 'amount' argument of 'invoice' RPC to 'msatoshi'. 7 years ago
William Casarin 2e796ffa67 peer_control: send addrhints in activate_peer 7 years ago
Rusty Russell 2bc2502b23 wire: move extract_channel_id to here. 7 years ago
Igor Cota e97857847a peer_control: make hardcoded feerates consistent between json_fund_channel and peer_offer_channel 7 years ago
ZmnSCPxj 816298123f invoice: Allow "any" msatoshi, for amountless invoices. 7 years ago
ZmnSCPxj caab95b922 wallet_payment: Make msatoshi field nullable. 7 years ago
ZmnSCPxj 50471bf4fe invoice: Make msatoshi field nullable. 7 years ago
ZmnSCPxj 7221476553 invoice: Clarify comments about the two loops in resolve_invoice. 7 years ago
practicalswift a900551815 Use tal_hex(...) instead of tal_hexstr(...) 7 years ago
Rusty Russell d4c8210a9e gossipd: don't hang if we try to connect to already-connected peer. 7 years ago
Rusty Russell e22dd5ad71 lightningd: implement gossip_get_txout/gossip_get_txout_reply. 7 years ago
Rusty Russell 2b1eb6a677 bitcoind: getoutput so we can check short_channel_ids. 7 years ago
Rusty Russell 9a8eca4fee Remove obsolete FIXME messages. 7 years ago
Rusty Russell 55909a7a39 lightningd: call peer_last_tx() to update peer->last_tx before saving to db. 7 years ago
Rusty Russell 8cf97e904d lightningd: remove unused "forever_confirms" parameter. 7 years ago
Rusty Russell 7e0bc88e2a gossip: fix default broadcast interval, move option. 7 years ago
Rusty Russell 171ce689dc lightningd/chaintopology: remove unneeded chain_topology pointer from block. 7 years ago
Rusty Russell 3332cd6395 chain_topology: remove unneeded struct outgoing_tx topo pointer. 7 years ago
practicalswift ab0c26be91 Check return value of json_get_params(...) call in json_getlog(...) and json_getpeers(...) 7 years ago
Rusty Russell 467ca0a996 lightningd: suppress feerate debug messages when nothing changes. 7 years ago
ZmnSCPxj e717963210 lightningd: Do not search for ourself in the daemon dir. 7 years ago
ZmnSCPxj 7f88585d84 lightningd: When searching subd fall back to pkglibexecdir. 7 years ago
ZmnSCPxj c572c3bbee lightningd: Add --test-daemons-only option. 7 years ago
practicalswift 4bdd2452f2 Make sure fsync, connect and close are never accidentally passed negative arguments 7 years ago
Rusty Russell 795e42d757 chaintopology: fix use-after-free which sometimes causes fatal() in clear_otx_peer 7 years ago
practicalswift dcb4039a96 Check lseek(...) return value 7 years ago
Rusty Russell a8de8a3140 json_getchannels: add public flag. 7 years ago
Rusty Russell 7975a1cbfc json_getchannels: short_id -> short_channel_id, use standard format. 7 years ago
Christian Decker 3db4474465 hsm: Generate fully signed funding transaction in the HSM 7 years ago
Christian Decker 37c2873c88 wallet: Store outputs from onchaind in the DB 7 years ago
Christian Decker 0bb264e1a2 wallet: Added unilateral close info to utxo 7 years ago
Christian Decker 8b6ab6a901 wallet: Remember scriptpubkey that we pass to onchaind on init 7 years ago
Christian Decker 5f29a218b7 onchain: Add message to notify about their_unilater/to-us outputs 7 years ago
Christian Decker 85eb743e02 wallet: Detect close transactions and track their outputs in DB 7 years ago
Christian Decker 2a3c9e96f0 txfilter: Expose the txfilter_add_scriptpubkey function 7 years ago
Christian Decker e4e9e22fe8 wallet: Use newindex primitive to generate change key index 7 years ago
Christian Decker b13a972929 gossip: Do not return empty address-objects for getnodes 7 years ago
practicalswift d02b890b55 assert(tal_count(log) > 0) in log_to_json(...) 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