136 Commits (789d14299b3bcde364300b0143b7c60d403ca470)

Author SHA1 Message Date
Rusty Russell 9fdcb1a122 openingd: remove unnecessary is_err flag. 5 years ago
Rusty Russell 280bd60988 lightningd: allow multiple cancels on a single fundchannel command. 5 years ago
Rusty Russell 4b1a300ee3 lightningd: fix fundchannel_complete race. 5 years ago
Rusty Russell e9ff8e4b4e openingd_control: fix merge error with json_stream_success. 5 years ago
Rusty Russell 4c118bcdba openingd: fix compile error caused by merge. 5 years ago
lisa neigut c00e0d2936 funding: rename fundchannel_continue -> _complete 5 years ago
lisa neigut 5aad642c59 opening: add fundchannel_cancel command 5 years ago
lisa neigut 478762dbd2 funding: wire up funding_continue 5 years ago
lisa neigut 8a60caaed9 funding: add a 'inflight' marker 5 years ago
lisa neigut 7ea21c36b1 fundchannel: add txout field to RPC/API 5 years ago
lisa neigut dd11d3bd81 lightningd: add start for fundchannel_continue 5 years ago
lisa neigut 52042bde80 opening: stash amount outside of the wtx 5 years ago
lisa neigut 5920e656cf opening: wire up walking through open channel up thru accept 5 years ago
lisa neigut 8103acd9b3 opening: add entry point for `funding_start rpc command 5 years ago
lisa neigut 846bc9cbc4 openingd: allow funding_failed to complete successfully 5 years ago
lisa neigut a9d0550cf4 common: pull out scriptPubkey address method 5 years ago
Rusty Russell bb7bbd03c5 lightningd: have json_stream_success start the "result" object. 5 years ago
darosior ac038b340b fundchannel: Add a new 'utxo' parameter 5 years ago
Christian Decker 61a28ccb39 openingd: Annotate our own funding transaction 5 years ago
Rusty Russell 3b91a6f7c3 wtx_select_utxos: use wallet_tx as our allocation context for utxos. 5 years ago
Rusty Russell 7e02fbe6ec lightningd: add json_add_tx helper. 5 years ago
Rusty Russell 38d2899fbb common/per_per_state: generalize lightningd/peer_comm Part 1 5 years ago
darosior 323adb467a jsonrpc: Add a category field to commands. 5 years ago
Rusty Russell e5b5f1d7e5 openingd: add openchannel hook. 5 years ago
Rusty Russell 401bd9f8ef json: rename json_add_amount_sat to json_add_amount_sat_compat. 6 years ago
Rusty Russell f3d30f1267 openingd: check with lightningd when we receive an offer. 6 years ago
Rusty Russell 13717c6ebb gossipd: hand a gossip_store_fd to all subdaemons. 6 years ago
Rusty Russell eaac0d7105 lightningd: group crypto_state and fds into a convenient structure. 6 years ago
Rusty Russell cfebe66762 openingd: support receipt of upfront_shutdown_script. 6 years ago
Rusty Russell 7ead29b695 db: add support for remote end specify option_upfront_shutdown_script. 6 years ago
Michael Schmoock 4985693bea feat: subtract dust reserves on the fly from min-capacity-sat 6 years ago
Michael Schmoock 2011bcb397 chore: adds missing WARN_UNUSED to amount_msat_from_sat_u64 6 years ago
Rusty Russell a2fa699e0e Use node_id everywhere for nodes. 6 years ago
Michael Schmoock c7af0c93c9 feat: add min_capacity_sat config value and switch 6 years ago
Christian Decker d651ce6f3b wally: Migrate main daemon to use wally transactions 6 years ago
Michael Schmoock 1043df28be adds: new db fields and struct variables 6 years ago
lisa neigut 9f3627f09d opening_control: use chainparams for dust_limit in channel config 6 years ago
Christian Decker 72f1c78a1e jsonrpc: Arm the minconf=1 parameter and deal with the fallout 6 years ago
Christian Decker c0d38aa99c jsonrpc: Expose the minconf parameter for fundchannel and withdraw 6 years ago
Christian Decker 68fe5eacde wallet: Allow limiting the selection by confirmation height 6 years ago
Rusty Russell 948ca470ad bitcoin: use amount_sat/amount_msat. 6 years ago
Rusty Russell bac9a594b8 wallet: use amount_sat/amount_msat. 6 years ago
Rusty Russell 3ac0e814d0 daemons: use amount_msat/amount_sat in all internal wire transfers. 6 years ago
Rusty Russell b8e484b508 struct channel_config: use amount_sat / amount_msat. 6 years ago
Rusty Russell 85b8b25749 bitcoin/chainparams: use amount_sat / amount_msat 6 years ago
Rusty Russell 7e3928359a listpeers: add all the alternate "msat" and "sat" fields for channels. 6 years ago
Rusty Russell b5dcb93e5f wallet: use amount_msat / amount_sat. 6 years ago
Rusty Russell 2632cc3f34 lightningd/json: make wallet_tx functions take amount_sat. 6 years ago
Rusty Russell 19d13f1781 type_to_string: return const char *. 6 years ago
Simon Vrouwe b66d6a0d55 lightningd/json_fundchannel: use json_add_string to add hex_tx to response, similar as in json_withdraw 6 years ago