2287 Commits (fe17acf07b0816c9629ee4a9642b53b43c32939d)

Author SHA1 Message Date
Rusty Russell fe17acf07b TAGS: reformat to fix when PRINTF_FMT() used. 5 years ago
gorazdko 35ee800b6e json-rpc: show lightning-dir in getinfo 5 years ago
Rusty Russell 21d2cc663b lightningd: apply feerate changes correctly. 5 years ago
Rusty Russell 61e1d6431c pytest: stress fee_update code, trigger bug. 5 years ago
darosior f89d7c1d74 hsm encryption: correct salt length 5 years ago
darosior 3c038e4171 hsm encryption: don't include '\n' when deriving the encryption key 5 years ago
lisa neigut 422b4502d3 funding: add RPC arg to specify a 'close_to' address 5 years ago
Rusty Russell e5d9c7effc lightningd: checkmessage can intuit pubkey in some cases. 5 years ago
Rusty Russell 1f0b86e575 lightningd: add checkmessage JSON command. 5 years ago
Rusty Russell 3955ddfce6 lightningd: add zbase32 encoding to signmessage 5 years ago
Rusty Russell fc9a2a5dba lightningd: add signmessage JSON command. 5 years ago
Rusty Russell ca53c1b699 gossipd: push our own gossip messages harder. 5 years ago
darosior 744b727206 plugin_control: halve the timeout delay 5 years ago
darosior 362775bc02 plugin: unregister hooks a plugin registered while freeing it 5 years ago
darosior 1e7b332716 plugin_control: don't assume plugin exists on error 5 years ago
Rusty Russell bd55f6d940
common/features: only support a single feature bitset. 5 years ago
Rusty Russell 9485919a81 queries: make sure scids are in order. 5 years ago
lisa neigut af4ffe5fcd dev-forget-channel: accept passing in channel_id 5 years ago
lisa neigut c6338573d6 nits: align codes 5 years ago
darosior 6f9030168e lightningd: prevent hsmd from interpretating an encrypted hsm_secret as not encrypted 5 years ago
darosior d393cda215 hsmd: encrypt hsm_secret if 'lightningd' pass an encryption key 5 years ago
darosior 62896566d0 lightningd: pass the hsm_secret encryption key in hsm_init 5 years ago
darosior a698395bf0 lightningd: '--encrypted-hsm', a new startup option 5 years ago
lisa neigut 2c69ece7fe close: update short help text 5 years ago
trueptolemy 019c052123 JSON-API: Allow `close` channel to specified address 5 years ago
trueptolemy 71b606e050 lightningd: Add a new field `shutdown_scriptpubkey[NUM_SIDES]` 5 years ago
trueptolemy a1204a0b94 Closed: Cleanup for `wire_closing_init` 5 years ago
trueptolemy 75e946d256 json: Move `param_bitcoin_address` from wallet/walletrpc.c to lightningd/json.c 5 years ago
trueptolemy 8346d5c353 josn: Move `json_tok_address_scriptpubkey` from lightningd/jsonrpc.c to lightningd/json.c 5 years ago
trueptolemy d149ba2f3a JSON-API: `fundchannel_start` uses `amount` fieldname to replace `satoshi` 5 years ago
trueptolemy 7db3f1b8a6 json: Rename `json_tok_address_scriptpubkey` to `json_to_address_scriptpubkey` 5 years ago
darosior 65479ab308 config: make config_dir absolute 5 years ago
Rusty Russell f019dc3d71 lightningd: fix sizeof() argument correctly. 5 years ago
Christian Decker ff4a2bf38f onchaind: Annotate inputs and outputs not the transactions 5 years ago
Christian Decker af53e3494b wallet: Annotate only the funding output instead of the whole tx 5 years ago
Christian Decker ddae604f3d wallet: Move tx annotation for deposits into the wallet 5 years ago
darosior 3ca7150c03 lightningd: initialize global chainparams in main. 5 years ago
Yash Bhutwala c25ce826ab take the size of 'shared_secret' itself rather than its address 5 years ago
Rusty Russell 33c658ecfb gossipd: advertize all our features in node_announcement. 5 years ago
Rusty Russell fa686c5ca7 channeld: reject wumbo payments with more style. 5 years ago
Saibato b3a6279392 Allow --announce-addr to work also with autotor: prefix 5 years ago
Christian Decker 7283efa5b5 elements: Add amount_asset to support more than just plain satoshis 5 years ago
Christian Decker d5f0c08a88 elements: Remove global is_elements variable in favor of chainparams 5 years ago
Christian Decker ef7a63d8f8 elements: Move from a global is_elements to a global chainparams 5 years ago
Christian Decker 14247283b2 plugin: Tell the plugin which network we run on 5 years ago
Christian Decker 314622028f onchaind: Eliminate a chicken-and-egg problem with msg parsing 5 years ago
Christian Decker 557f6063a7 elements: Consolidate weight computation to be handled by wally 6 years ago
Christian Decker 1e7b46e3c2 elements: Ignore fee outputs when computing the fee 6 years ago
Christian Decker b016ce94e8 elements: Tell closingd in which network it is running 6 years ago
Christian Decker 639713b547 elements: Fix transaction handling for elements transactions 6 years ago