6954 Commits (00cb5adfe662d372bde2e639ea5063384c4066d8)
 

Author SHA1 Message Date
Rusty Russell 00cb5adfe6 common: allow subdaemons to specify the node_id in status messages. 5 years ago
Rusty Russell e433d4ddc1 lightningd: have logging include an optional node_id for each entry. 5 years ago
Rusty Russell 4fa7b30836 lightningd: have optional node_id associated with subdaemons. 5 years ago
Rusty Russell b0a72a67e8 doc/lightningd-config.5.txt: remove 5 years ago
Rusty Russell 7f0a36600a lightningd: fix uninitialized variable 5 years ago
darosior f075b87137 bitcoind: remove the chainparams member 5 years ago
Rusty Russell fdd69af1f6 gossipd: don't discard node_announcements with old timestamps. 5 years ago
Michael Schmoock d7609e61b5 pytest: add test for raising listtransactions after funding 5 years ago
Michael Schmoock fe4a25a780 wallet: fix skipping tx dups memory corruption 5 years ago
Michael Schmoock ed238758a2 wallet: fix accessing blockheight of unconfirmed transaction 5 years ago
nicolas.dorier 0d55dca50f Revert "docker: Use system libraries, don't bring your own" 5 years ago
arowser 39fa486cb2 remove unnecessary software package from arm Dockerfile 5 years ago
Rusty Russell 323e4f6288 dev: add option to prevent HTLC timeouts. 5 years ago
Rusty Russell 21555b277d tests: test that we only use tlv onion when advertized. 5 years ago
Rusty Russell bb06bec891 features: set OPT_VAR_ONION (bit 9) iff EXPERIMENTAL_FEATURES 5 years ago
Rusty Russell 9dc8cff9b4 devtools/onion: use raw sphinx helper or new style, allow TLV. 5 years ago
Rusty Russell 0211712f5e sphinx: separate nonfinal from final interface, add tlv option. 5 years ago
Rusty Russell c83834ca82 lightningd: expose/accept "style" parameter in routes. 5 years ago
Rusty Russell 997e3f7fe6 lightningd: move json_add_route into gossip_control.c and make static. 5 years ago
Rusty Russell 3a25e9b8d6 gossipd: add hop-style to nodes to mark whether they speak TLV onion. 5 years ago
Rusty Russell 2a2259083a lightningd: handle tlv-style payloads. 5 years ago
Rusty Russell b7bbccd6fa common/sphinx: handle decoding of TLV payload. 5 years ago
Rusty Russell a76518a029 common/sphinx: rename hop_data to hop_data_legacy. 5 years ago
Richard Myers 2821187fdc trim whitespace from end of onion before decoding 5 years ago
Richard Myers 1c6ac953af fixed to properly pass outgoing cltv to hopdata 5 years ago
Richard Myers 8dbb32afec fixed generate/decode to use assocdata 5 years ago
Richard Myers d4c074676e fixed argv indexes for parsing commands 5 years ago
Rusty Russell eaa72edbd6 pytest: fix `make pytest` 5 years ago
lisa neigut 28cdccfb11 dev: add option flag for specifying temporary channel id 5 years ago
lisa neigut a333df449a listpeers: show close_to address 5 years ago
lisa neigut 963a1da958 addr: handle P2SH/P2PKH in scriptpubkey encoding 5 years ago
lisa neigut 6f215a70e5 contrib: fixup documentation of l1/2-log 5 years ago
Rusty Russell 7679f25aec devtools: fix mkcommit crash. 5 years ago
Christian Decker 9378be72a9 pyln: Allow users to override the LightningNode class 5 years ago
Christian Decker bc9b1c405e pyln: Move RPC and daemon instantiation into the LightningNode 5 years ago
Christian Decker 53a2789547 pyln: Default to DEVELOPER=0 when running outside of tree 5 years ago
Christian Decker d58339b872 pytest: Migrate to in-tree pyln-testing 5 years ago
Christian Decker b7e7e535c8 pytest: Migrate `env` to pyln-testing 5 years ago
Christian Decker b31defdf96 make: Add in-tree pyln-testing to python path 5 years ago
Christian Decker f6a016c17d pytest: Consolidate access to environment variables 5 years ago
Christian Decker a2a3d33802 pyln-testing: Copy basic support infrastructure into pyln.testing 5 years ago
Christian Decker 81f7978cc8 pyln: Migrate implementation from pylightning to pyln-client 5 years ago
darosior de91eda36d hsmtool: add a tool to dump commitment points and secrets 5 years ago
darosior c61b60b8fb README: move hsm_secret encryption infos into a dedicated part 5 years ago
darosior f97d548582 pytest: test hsm_secret management with hsmtool 5 years ago
darosior dccad7784f tools/hsmtool: add a tool for encrypting hsm_secret 5 years ago
darosior 04762a1d38 tools/hsmtool: add a tool for decrypting hsm_secret 5 years ago
darosior 1171b5dba2 pytest: clean up hsm_secret_encryption test 5 years ago
darosior 6427ccba50 Document the 'rpc_command' hook 5 years ago
darosior 95c6513ff3 pytest: test the 'rpc_command' hook 5 years ago