6750 Commits (1c27545f9e70789988868a0fafa4ff0d7ac12a19)
 

Author SHA1 Message Date
darosior 1c27545f9e pytest: test hsm_secret encryption 5 years ago
darosior c9982f9f49 pytest: allow to set stdin, stdout and stderr at lightningd startup 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
darosior fe2543d8dc daemons: initialize libsodium at setup 5 years ago
lisa neigut 2c69ece7fe close: update short help text 5 years ago
trueptolemy 9d4cccda19 pytest: Add the test for compact of deprecated close style 5 years ago
trueptolemy bb5aa774e2 CHANGELOG: Add the entry about `destination` in `close` 5 years ago
trueptolemy e53d065230 doc: Update the doc about `destination` of `close` 5 years ago
trueptolemy 63af8632b7 pytest: Test `close` to the specified destination 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
darosior 7fd2f6db6d gossipd: query_messages: fail the connection if peer says it does not have up-to-date infos 5 years ago
darosior 2638947ddc gossipd: query_scid: respond with complete to 0 on wrong chain_hash 5 years ago
darosior d3c8225968 gossipd: add a BOLT#7 comment when wrong chain_hash in 'query_channel_range' 5 years ago
trueptolemy d59015d4ca CHANGELOG: Add the entries about the new parameter name `amount` 5 years ago
trueptolemy e4cd5df06c doc: Use `amount` as the parameter name for `fundchannel` 5 years ago
trueptolemy fdb90a765e pytest: Test compact of the old-style `fundchannel_start` 5 years ago
trueptolemy d149ba2f3a JSON-API: `fundchannel_start` uses `amount` fieldname to replace `satoshi` 5 years ago
trueptolemy 25583ffe37 doc: Use `amount` as the parameter name for `fundchannel` 5 years ago
trueptolemy 987e4e27e8 pytest: Test compact of the old-style `fundchannel` 5 years ago
trueptolemy aafa16786d JSON-API: `fundchannel` 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
trueptolemy c6a4bac8b6 Fix: Fix the doc of `txprepare`. Add the description of some parameters. 5 years ago
trueptolemy 722974a36f pytest: Test compact of the old-style `txprepare` 5 years ago
trueptolemy 24575c9fa4 pylightning: Fix the compat of `txprepare` 5 years ago
trueptolemy 36bc624928 Fix: fix the parameter prase of `txprepare` 5 years ago
darosior 43e55fc8e4 pytest: test lightningd startup with a relative config dir 5 years ago
darosior 65479ab308 config: make config_dir absolute 5 years ago
Rusty Russell f019dc3d71 lightningd: fix sizeof() argument correctly. 5 years ago
Rusty Russell 93865bb0f3 wallet: minor style fixes, and remove null JSON fields. 5 years ago
Christian Decker bf859bd919 pytest: Test transaction annotations for deposit and channel open 5 years ago
Christian Decker 55af02b163 wallet: Fix a column access size mismatch when reading tx types 5 years ago
Christian Decker d840496e53 json-rpc: Make listtransaction non-experimental but hide annotations 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 33bb4f7f58 json-rpc: Print details and annotations for listtransactions 5 years ago
Christian Decker d981b58234 wallet: Retrieve transaction annotations when listing transactions 5 years ago
Christian Decker ddae604f3d wallet: Move tx annotation for deposits into the wallet 5 years ago
Christian Decker 3d14c18074 wallet: Add primitives to annotate a transaction input and output 5 years ago
Christian Decker 2bfe9ffdf8 wallet: Add transaction annotation type 5 years ago
Christian Decker 964156dc2d db: Add transaction_annotations table 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