6775 Commits (83575f27a1ad4b76c75095ceaad85a6c4b38aec7)
 

Author SHA1 Message Date
Rusty Russell 83575f27a1 seeker: add code to check range of scids. 5 years ago
Rusty Russell 521c7f7121 seeker: take over gossip control. 5 years ago
Rusty Russell 55323ec385 gossipd: move gossip seeking routines into new file seeker.c 5 years ago
Rusty Russell 79ca9bf998 gossipd: use per-peer information to make messages clearer. 5 years ago
Rusty Russell 0091300ee3 gossipd: track what peer gave us gossip msgs so we can credit it. 5 years ago
Rusty Russell d5eca470dc utils: add set_softref() / clear_softref(). 5 years ago
Rusty Russell 296868daf4 gossipd: have gossip_store_load() return a timestamp. 5 years ago
Rusty Russell d75302deba gossipd: random_peer() selector. 5 years ago
Rusty Russell 8a3abdd5ff pytest: fix test_restart_many_payments 5 years ago
Rusty Russell 213263ca3f pytest: filter out gossip_timetamp_filter should we receive it. 5 years ago
Rusty Russell a3f6ce1f8f pytest: add filters arg to query_gossip() 5 years ago
Rusty Russell 9d336763ff devtools/dump-gossipstore: get offets correct when we have DELETED entries. 5 years ago
Rusty Russell 247fb6fa6a common/gossip_store: fix lseek argument order on gossip_store reload. 5 years ago
Rusty Russell 2b7e5f7f5a dev_disconnect: make it more reliable. 5 years ago
lisa neigut 6e7cfcc76e walletrpc: explicitly note we discard utx on unsuccessful broadcast 5 years ago
lisa neigut af4ffe5fcd dev-forget-channel: accept passing in channel_id 5 years ago
lisa neigut cbfa045f91 tx: remove input size assertion 5 years ago
lisa neigut 3458ee2a6e openingd: small formatting cleanups 5 years ago
lisa neigut c6338573d6 nits: align codes 5 years ago
lisa neigut 496d2cae5f varint: Add helper function for getting varlen size 5 years ago
lisa neigut cb2cad8c94 script: add helper for checking if a 'known type' 5 years ago
lisa neigut 6f85088b2b tools: add handy debug error 5 years ago
lisa neigut 3f1f075421 tools: add ability to wrap wire messages with ifs 5 years ago
lisa neigut 9e29a47cf8 contrib: add aliases for logs 5 years ago
darosior fac5faacc0 Document hsm_secret encryption 5 years ago
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