35 Commits (2f0e535b813e2ff6f29b6b7ae1c2d2b6befaadd5)

Author SHA1 Message Date
Christian Decker e03acd9663 libplugin: Add features to plugin_main and getmanifest 5 years ago
Christian Decker a696c8417e fundchannel: Remove the now disabled deprecated `satoshi` param 5 years ago
ZmnSCPxj jxPCSnmZ 919d371fe8 common/json_stream.c: Implement a `json_add_jsonstr` to add already-JSON strings to `json_stream` objects. 5 years ago
darosior b8262c3de2 fundechannel: don't pass deprecated 'satoshis' to fundchannel_start 5 years ago
Rusty Russell 2f1502abf4 cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 5 years ago
Rusty Russell 28e3ffc66b plugins/fundchannel: make 'all' do the right thing for wumbo. 5 years ago
Rusty Russell e940d953bd fundchannel_start: We can't deprecate 'satoshi' here, since 'amount' wasn't sent 5 years ago
Rusty Russell 75838341a7 fundchannel/fundchannel_start: remove deprecated `satoshi` parameter 5 years ago
darosior b91433cb42 libplugin: use json_stream for all plugins' commands 5 years ago
darosior 2bff80e3de libplugin: use json_stream helpers for RPC calls 5 years ago
darosior b6b2e6727e libplugin: make deprecated_apis a global 5 years ago
darosior b31e3b1541 libplugin: pass a pointer to plugin to send_outreq 5 years ago
darosior 765626875e libplugin: use ccan/io for notifications 5 years ago
darosior 9ebfdf0b8c libplugin: add remaining globals to the global state 5 years ago
darosior 499dce1c38 libplugin: include the rpc conn into the global state 5 years ago
lisa neigut 689dd28ddd funding: enable push_msat 5 years ago
darosior fcbd11f0c5 plugins/libplugin: hook support 5 years ago
darosior 3371f0cf78 plugins/libplugin: notifications support 5 years ago
lisa neigut a30ee2b7cd fundchannel: attempt to connect before funding channel 5 years ago
darosior ff412a6c9a plugins/fundchannel: try to connect to peer before funding 5 years ago
lisa neigut 963a1da958 addr: handle P2SH/P2PKH in scriptpubkey encoding 5 years ago
trueptolemy d149ba2f3a JSON-API: `fundchannel_start` uses `amount` fieldname to replace `satoshi` 5 years ago
trueptolemy aafa16786d JSON-API: `fundchannel` uses `amount` fieldname to replace `satoshi` 5 years ago
Christian Decker 7283efa5b5 elements: Add amount_asset to support more than just plain satoshis 5 years ago
Christian Decker 14247283b2 plugin: Tell the plugin which network we run on 5 years ago
trueptolemy 2d1a153975 plugins: Return `command_param_failed()` if `param()` fail 5 years ago
trueptolemy bdbfbf7e55 fundchannel: Remove the link of `lightningd/json.h` 5 years ago
lisa neigut a35677fa0f fundchannel: use plugin; delete interior impl 5 years ago
lisa neigut 548672ea0a fundchannel: populate max_funding from chainparams 5 years ago
lisa neigut 42ef64941a fundchannel: have address work with any network 5 years ago
lisa neigut 7d069239aa fundchannel: only cap to 'max' if keyword 'all' passed in 5 years ago
lisa neigut d9843c1957 fundchannel: handle 'all' for satoshi amount 5 years ago
lisa neigut f155c61bdf fundchannel: cancel the fundchannel request if error 5 years ago
lisa neigut 03a30c0981 fundchannel: wire in utxos 5 years ago
lisa neigut f433f637ea plugins: add fundchannel plugin, as 'fc' 5 years ago