9151 Commits (0d1b45dfccfb6f522e5569919ceef4476299c4dd)
 

Author SHA1 Message Date
Christian Decker 0d1b45dfcc json-rpc: Give `waitblockheight` an error code for timeouts 4 years ago
Christian Decker 8e908ff652 Revert "wallet: Remove in-memory utxoset filter" 4 years ago
Rusty Russell 3b7d0e7a62 common/json: make json_scan return an error string. 4 years ago
Rusty Russell 53582a0f81 lightningd/bitcoind: use json_scan. 4 years ago
Rusty Russell 11a4d46c44 chaintopology: fix crash if bcli doesn't include errmsg. 4 years ago
Rusty Russell fd7d1a1cc0 common: remove now-unused json_delve. 4 years ago
Rusty Russell 09b18bf64f libplugin: replace rpc_delve with rpc_scan. 4 years ago
Rusty Russell b61da8c5a9 plugins: use json_scan. 4 years ago
Rusty Russell 35e8949df3 plugins/bcli: convert to json_scan. 4 years ago
Rusty Russell a5befb0072 common: enhance json_scan with simple array helpers. 4 years ago
Rusty Russell 553daf17e0 common/json: new helper to scan JSON: json_scan. 4 years ago
Rusty Russell 24b6132ee8 common: add length-limited versions of json_streq and json_get_member. 4 years ago
Rusty Russell 2b6cdfeb5a json_to_psbt: fix API to match other allocating json_to functions. 4 years ago
Christian Decker 70410b8ee8 pytest: Test LightningRpc and plugin command notification support 4 years ago
Christian Decker b6650425b9 pyln: Add notifications support to LightningRpc 4 years ago
Christian Decker 84b3653606 pyln: Add command notification support for plugins 4 years ago
Christian Decker a1d33c3781 pytest: Add a test for `listinvoices` 4 years ago
Christian Decker 2981184fac docs: Document `bolt11` and `payment_hash` arguments of listinvoices 4 years ago
Christian Decker 30abda2750 jsonrpc: Allow filtering via bolt11 or payment_hash in listinvoices 4 years ago
Rusty Russell 106afd005f channeld: stop taken() leak. 4 years ago
niftynei 0726d2912e df-mfc: remove guard-rails for failures 4 years ago
niftynei b040a893ed mfc: avoid off-by-one rounding errors when finding change fee 4 years ago
niftynei 3793687550 mfc-df: if the psbt we've got has inputs from our peer, remove them 4 years ago
niftynei 6e3c517611 mfc-df: if there's an error with a openchannel_signed, fail 4 years ago
Antoine Poinsot a4f07a3e78 tests/fuzz: add a fuzz target for hsm_encryption 4 years ago
Antoine Poinsot 506d524508 libfuzz: add a NULL-termination in to_string 4 years ago
Antoine Poinsot 45bb1bfa3c hsmd: cleanup encrypted hsm_secret detection 4 years ago
Antoine Poinsot d2a903992c hsmd: regroup hsm_secret decryption logic 4 years ago
Antoine Poinsot c6bc22b0f5 hsmd: group hsm_secret encryption 4 years ago
Antoine Poinsot a441485a35 lightningd: regroup hsm_secret password input logic 4 years ago
Antoine Poinsot 917f78a4f8 lightningd: group hsm_secret encryption key derivation 4 years ago
Antoine Poinsot 56c223886c lightning: confirm password on hsm_secret encryption 4 years ago
Antoine Poinsot 38204f9b6d hsmtool: use errx() instead of err() everywhere 4 years ago
Rusty Russell d41b383cf7 pyln-testing: suppress mypy on FileLock 4 years ago
niftynei 0c9072272f df-plugin: add `signonly` to signing in df_accepter 4 years ago
niftynei d98bd39d60 dual_open: neaten spacing for macro 4 years ago
niftynei 55bbdf1866 df: update an error message to give more info 4 years ago
niftynei 713bb7491b json: allow helper to take/free psbt 4 years ago
niftynei e3a1d1a7f3 pyln-client: to_whole_satoshi returns the rounded up satoshi value 4 years ago
niftynei cce0020568 pyln-client: add missing `min_witness_weight` to fundpsbt/utxopsbt 4 years ago
Antoine Poinsot 19afe15968 hsmtool: only write 32 bytes to hsm_secret on generatehsm 4 years ago
Antoine Poinsot aa2586a45a pytest: reproduce issue #4302 4 years ago
Antoine Poinsot dd1def335c hsmtool: reuse read_stdin_pass for `generatehsm` passphrase 4 years ago
Antoine Poinsot 1513a2d07e hsmtool: input encryption password from stdin 4 years ago
Christian Decker 5b3af00e28 pytest: Really only check DB statements if the env-var is "1" 4 years ago
Christian Decker 94820ad559 pytest: Disable test_funding_cancel_race on slow machines 4 years ago
Christian Decker dbb83a1bc3 pyln: Do not rstrip() the return value of .append() 4 years ago
Christian Decker b3fd47e5f6 pytest: Stabilize test_routing_gossip 4 years ago
Christian Decker 1ff57f07f8 pyln: Check that the stderr line is not none in pyln-testing tail 4 years ago
Christian Decker 7e867e5ee6 pytest: Add throttler to limit load on the test system 4 years ago