7517 Commits (b162a0e5e2ef95e0e6f48f23ae73325bbf1b77c9)
 

Author SHA1 Message Date
Rusty Russell b162a0e5e2 tests: note the private keys of our test nodes. 5 years ago
Rusty Russell f541044e8f devtools/onion: change defile assocdata to empty. 5 years ago
Rusty Russell 43a46e252c devtools/onion: allow '-' input file so you can pipe from stdin. 5 years ago
Vasil Dimov 2b2ee87801 travis: do not cache ./external 5 years ago
Christian Decker 37105497f0 sphinx: Use fromwire_tal_arrn() to deserialize compressed onions 5 years ago
Christian Decker ef86ee0bae sphinx: Migrate sphinx compression to new interface 5 years ago
Christian Decker 6dd14a2039 sphinx: Kill read_buffer with fire 🔥 5 years ago
Christian Decker e79cda8c9a sphinx: Treat compressed onions as a standalone struct 5 years ago
Christian Decker fd37c5b672 sphinx: Expose the shared secret creation function 5 years ago
Christian Decker 49a3321d7e sphinx: Add functions to decompress 5 years ago
Christian Decker 4724d55e80 pytest: Add test for compressed onion 5 years ago
Christian Decker 45400cf12a onion: Allow devtool/onion to generate rendezvous onions 5 years ago
Christian Decker 59b6159e56 sphinx: Functions to enable RV mode and serialize compressed onions 5 years ago
Christian Decker 96dc0238ba sphinx: Working onion wrapping with filler cancellation 5 years ago
Christian Decker bc74e49534 pytest: Add tests for the sphinx onion generation and processing 5 years ago
darosior 06e9a9f31f bitcoind: check that Bitcoin plugin is alive before requesting 5 years ago
Arc 8539442de3
bitcoin-cli reference is confusing (#3583) 5 years ago
lisa neigut 41b18050a0 plugin: add in deprecated_api behavior and test 5 years ago
lisa neigut b25a8ba29d plugins: test for option value checking and parsing 5 years ago
lisa neigut cac5a0cd1d plugins: use stricter parsing for option values 5 years ago
lisa neigut d19cddf00f pyln: enforce types of options 5 years ago
lisa neigut 4e30a82f09 plugins: pass back opts as indicated type. fixes #3577 5 years ago
lisa neigut 34cef2cac3 pyln-testing: add flag 'expect_fail' to node factory get_node 5 years ago
lisa neigut 0cf3e19e0b pyln-testing: save stderr logs for checking 5 years ago
Christian Decker d2688bbaf5 plugin: Unwrap the rpc_command payload 5 years ago
Christian Decker 15ca3b615f make: Add compat flag for v0.8.1 5 years ago
Vasil Dimov 66eca2ff3f lightningd: always broadcast the latest close tx 5 years ago
Rusty Russell c92e782e22 wire: add fromwire_tal_arrn() helper. 5 years ago
darosior 524d22e4cc doc: update listchannels manpage 5 years ago
Dave Scotese 53913c5119 Use of null 5 years ago
darosior 8e055a4506 bcli: remove a superfluous variable 5 years ago
darosior 1fd45a061b bitcoind: timeout if the Bitcoin plugin never completes the handshake 5 years ago
Vasil Dimov 820f1b2f9d build: send cmp's stderr to /dev/null also 5 years ago
Vasil Dimov 53ecf098ab build: remove unrecognized option to libsodium 5 years ago
Vasil Dimov 6e86022909 build: force libwally-core to compile in C99 mode 5 years ago
Christian Decker ac5cba2243 htlc: Return an invalid payload error if payload is invalid 5 years ago
Christian Decker 959687bf6d onion: Pass the position and type of the failing TLV type out 5 years ago
Christian Decker 0ba6aba7d1 onion: Do not leak parsed TLV if it is invalid 5 years ago
Christian Decker 9529529815 pytest: Repro wrong error being returned on invalid onion payloads 5 years ago
Rusty Russell 3572d598bf tests: fix flake in libplugin test. 5 years ago
darosior 6f41d18a92 doc: add pyln-proto to PYTHONPATH for pytest in HACKING 5 years ago
Michael Schmoock 6c50185865 fix: cppcheck ignore two false positives on uninitvar 5 years ago
Michael Schmoock d3ece69a1b fix: adds bcli plugin to check-source targets 5 years ago
Christian Decker 42d1d3b6d1 wally: Bump libwally to fix gcc 4.8 support 5 years ago
ZmnSCPxj jxPCSnmZ d9b2482415 lightningd/hsm_control.c: Implement `getsharedsecret`. 5 years ago
ZmnSCPxj jxPCSnmZ 1b0807444b hsmd/hsmd.c: Correct a comment. 5 years ago
Rusty Russell f8a21f16c9 lightingd: do a local short_channel_id lookup for forwarding. 5 years ago
Rusty Russell 40e3566e9a lightningd: use the async mechanism for channel_update access. 5 years ago
Rusty Russell 247d249ea8 gossipd: provide helper to get a channels cupdate, create routine to use it. 5 years ago
Rusty Russell c51c6f9133 sphinx: use crypto_stream_chacha20_xor to generate stream and xor at once. 5 years ago