2031 Commits (bbbe2f5437de975532dfa2aefc0762f4d7cf87aa)

Author SHA1 Message Date
Rusty Russell 67eb26c5e6 lightningd: fix bogus channel iteration on setchannelfee 6 years ago
Rusty Russell e9ff8e4b4e openingd_control: fix merge error with json_stream_success. 6 years ago
Rusty Russell 4c118bcdba openingd: fix compile error caused by merge. 6 years ago
lisa neigut c00e0d2936 funding: rename fundchannel_continue -> _complete 6 years ago
lisa neigut 5aad642c59 opening: add fundchannel_cancel command 6 years ago
lisa neigut 478762dbd2 funding: wire up funding_continue 6 years ago
lisa neigut 8a60caaed9 funding: add a 'inflight' marker 6 years ago
lisa neigut 7ea21c36b1 fundchannel: add txout field to RPC/API 6 years ago
lisa neigut dd11d3bd81 lightningd: add start for fundchannel_continue 6 years ago
lisa neigut 52042bde80 opening: stash amount outside of the wtx 6 years ago
lisa neigut 5920e656cf opening: wire up walking through open channel up thru accept 6 years ago
lisa neigut 8103acd9b3 opening: add entry point for `funding_start rpc command 6 years ago
lisa neigut 846bc9cbc4 openingd: allow funding_failed to complete successfully 6 years ago
lisa neigut eb0b3d7b09 json: correct error message for param parser 6 years ago
lisa neigut a9d0550cf4 common: pull out scriptPubkey address method 6 years ago
Rusty Russell 5a520f4a07 plugin: don't call notification after free. 6 years ago
Rusty Russell c6ec9443b9 jsonrpc: don't return "stop" until we actually have freed resources. 6 years ago
Rusty Russell d817735dc2 lightningd: use ccan/json_out. 6 years ago
Rusty Russell 7f75043ab2 lightningd: tighten interal json_stream API. 6 years ago
Rusty Russell bb7bbd03c5 lightningd: have json_stream_success start the "result" object. 6 years ago
Rusty Russell 220449e1cd ccan: import ccan/json_out and ccan/json_escape. 6 years ago
darosior ac038b340b fundchannel: Add a new 'utxo' parameter 6 years ago
Rusty Russell 044860881e lightningd: don't let spendable_msat go wumbo. 6 years ago
Rusty Russell bb6c34fb13 lightningd: take into account outstanding HTLCs for 'spendable_msat' 6 years ago
Rusty Russell ab31f40aa2 gossipd: don't charge ourselves fees when calculating route. 6 years ago
Rusty Russell ad24d94c7b lightningd: make 'spendable_msatoshi' more realistic. 6 years ago
Rusty Russell b48c644e7a listchannels: add `htlc_minimum_msat` and `htlc_maximum_msat` fields. 6 years ago
Christian Decker 9e511cbf3e plugin: Use the json_add_secret wrapper to add the shared_secret 6 years ago
Christian Decker c91483f605 json: Add wrapper to add a secret to a JSON result 6 years ago
Christian Decker b6b548a983 wallet: Rip out the txtypes type in favor of enum wallet_tx_type 6 years ago
Christian Decker 61a28ccb39 openingd: Annotate our own funding transaction 6 years ago
Christian Decker a54b7da705 onchaind: Allow onchaind to annotate transactions we watch 6 years ago
Christian Decker ae0bc4aed0 onchaind: Store and annotate transactions we broadcast ourselves 6 years ago
Christian Decker 05dbf1a2a9 onchaind: Store and annotate close transaction when we drop to chain 6 years ago
Christian Decker 7f898aa2a4 wallet: Annotate funding transaction in the database 6 years ago
Christian Decker 771ff1f214 chaintopology: Annotate transactions as deposits if we owned outputs 6 years ago
Christian Decker 4c57d44252 channel: Along with the last_tx also remember its type 6 years ago
Simon Vrouwe 44d64c1590 lightningd/channel_control logline fixup 6 years ago
Simon Vrouwe a9dd69002e lightningd/channel_control: fix reached_announce_depth counting in peer_start_channeld 6 years ago
trueptolemy 96135dab5e log: add 'warning' notification when log 6 years ago
trueptolemy 231703cc7f plugin: Add new notification type: warning 6 years ago
Rusty Russell e1dbc0b12b wallet: clean reserved inputs on startup. 6 years ago
Rusty Russell 1a3886c116 wallet: keep a list of unreleased transactions. 6 years ago
Rusty Russell 3b91a6f7c3 wtx_select_utxos: use wallet_tx as our allocation context for utxos. 6 years ago
Rusty Russell 7e02fbe6ec lightningd: add json_add_tx helper. 6 years ago
lisa neigut a4a193840f json: add a param parser for a txid 6 years ago
Rusty Russell 5591c0b5d8 gossipd: don't send gossip stream, let per-peer daemons read it themselves. 6 years ago
Rusty Russell 38d2899fbb common/per_per_state: generalize lightningd/peer_comm Part 1 6 years ago
Christian Decker 2db4f190b3 plugin: Cleanup the htlc_accepted_hook_deserialize interface 6 years ago
Christian Decker 6db1e76156 startup: Tell peer_accepted_htlc whether we are replaying 6 years ago