191 Commits (06a54606a341125962f406c1fb0d2ad72ec98c71)

Author SHA1 Message Date
Rusty Russell fda5f0b427 common/channel_id: move channel_id into its own file. 4 years ago
Rusty Russell b0c9059602 tools/generate-wire: no more lonely messages! 5 years ago
Sebastian Falbesoner 84ef0cf7fa connectd: fix '~' comment (s/pubkey/node_id/) 5 years ago
Rusty Russell b29d1ed3ff channeld: support HTLCs with blinding (EXPERIMENTAL_FEATURES) 5 years ago
darosior 7ae8e21247 connectd: add darosior's seed node 5 years ago
Rusty Russell 3b4a06f52b common: generalize ecdh function. 5 years ago
Rusty Russell 2f1502abf4 cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 5 years ago
Rusty Russell cf43e44378 common/features: don't use internal global. 5 years ago
Rusty Russell 15f54878e4 connectd: do feature bits check after init exchange. 5 years ago
Rusty Russell b7db588a8a plugin: remove boutique features. 5 years ago
Rusty Russell c95e58ad4b subdaemons: initialize feature routines with explicit feature_set. 5 years ago
Rusty Russell afb76392e4 common/features: use bitmaps internally, have explicit init function. 5 years ago
Rusty Russell d881a4bd66 BOLT: update to latest version. 5 years ago
Rusty Russell a430abf899 connectd: permit multiple descriptors of the same type. 5 years ago
Rusty Russell 2aad3ffcf8 common: tal_dup_talarr() helper. 5 years ago
Christian Decker 8d6c8c3cd1 connectd: Pass the init_featurebits down to connectd and use in init 5 years ago
Christian Decker 9b976da3bc features: Add featurebits_or helper to combine two featurebitstrings 5 years ago
Vasil Dimov 125d63e1cc connectd: use PRIu8 for printing u8 instead of %d 5 years ago
Wladimir J. van der Laan e4c6fd89b7 Add missing `extern` qualifiers for gcc 10 5 years ago
Vasil Dimov 55173a56b7 Use dedicated type for error codes 5 years ago
Rusty Russell 1099f6a5e1 common: use struct onionreply. 5 years ago
Vasil Dimov fb7c006187 wire: add towire_int() and use it in connectd 5 years ago
Vasil Dimov fc75d8a9e6 connectd: add own err codes instead of generic -1 5 years ago
Saibato 9824c14c9b Minor source code style change of comments. 5 years ago
Saibato 291fc48cd3 Fix an edge case where the connect answer is not zero and not error. 5 years ago
Vasil Dimov 26d081d500 connectd: translate socks5 errors to human strings 5 years ago
Vasil Dimov 2ea91f834c Add the missing space between "if" and "(" 5 years ago
darosior 77eb9e45b2 connectd: return error when no common chain at init 5 years ago
darosior 1e15e13de0 connectd: clean up a redundant check 5 years ago
darosior 9dcbf20a7a connectd: check all chain hashs of the TLV array 5 years ago
lisa neigut f6ff5e5b19 connectd: make failure message more descriptive 5 years ago
Saibato f6006f43a9 Init commit to be able to create a tor static service on the fly. 5 years ago
darosior 3322048774 connectd: add network to init message 5 years ago
darosior e6b8a02446 connectd: setup chainparams 5 years ago
Rusty Russell 3b37c9d426 common/features: clean up feature handling for different cases. 5 years ago
Rusty Russell 09cdbb70eb common: make BOLT11 use the normal feature array. 5 years ago
Rusty Russell eed654f684 connectd, gossipd: use per-peer logging. 5 years ago
Rusty Russell 00cb5adfe6 common: allow subdaemons to specify the node_id in status messages. 5 years ago
Saibato 187d2e0f26 We state not to do 'any local DNS' if --always-use-proxy flag is set, so we should this 5 years ago
Rusty Russell fe17acf07b TAGS: reformat to fix when PRINTF_FMT() used. 5 years ago
Christian Decker 3c3d7e2df4 connectd: Do not clobber the for-variable when resolving over DNS 5 years ago
Rusty Russell bd55f6d940
common/features: only support a single feature bitset. 5 years ago
Christian Decker 7283efa5b5 elements: Add amount_asset to support more than just plain satoshis 5 years ago
Christian Decker c38afc5512 tx: Switch to amount_sat for fee computations 5 years ago
darosior 274e32925f connectd: add a BOLT10 reference when doing DNS lookup 5 years ago
darosior a4204226b4 Tidy up parse_wireaddr_from_hostname 5 years ago
Saibato 0f9ba53581 Add enable-autotor-v2 config variable 5 years ago
Saibato e638224092 Change default behavior of autotor onions to Version 3 onions. 5 years ago
Rusty Russell 722b4942ed common: rename decode_short_channel_ids.{c,h} to decode_array.{c.h} 5 years ago
Saibato e74dfa7fa1 Show in info log the name of the hidden onion service 5 years ago