103 Commits (e433d4ddc16b5f02272205c64a8e2c3f7a9de82f)

Author SHA1 Message Date
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
Rusty Russell 147eaced2e developer: consolidiate gossip timing options into one --dev-fast-gossip. 5 years ago
darosior 5cded7863f connectd: correct a segfault in add_seed_addrs 5 years ago
darosior 0b0ad4c22d transition from status_trace() to status_debug 5 years ago
darosior 870d75613f connectd: expand 'seedname()' to allow multiple DNS seeds 5 years ago
darosior b2bb97adde connectd: get multiple addresses from hostname 5 years ago
darosior 9be28fe40f daemons tour: minor typos correction 5 years ago
Rusty Russell c99906a9a9 per-peer-daemons: tie in gossip filter. 5 years ago
Rusty Russell aca2e4f722 common/memleak: add dynamic hooks for assisting memleak. 5 years ago
Rusty Russell cc70b9c4ec wire: use common/bigsize routines 5 years ago
lisa neigut 46cbca97ea bolt-gen: use 'enum' instead of 'e:' prefix for enums 5 years ago
lisa neigut 32eaae0cb9 wire-gen: move in-house wire delcarations to new format 5 years ago
lisa neigut 7046d0220c makefiles: move all unit tests under `make check-units` 5 years ago
Rusty Russell f1b57063f7 bitcoin/tx: use fromwire_fail in pull_bitcoin_tx. 5 years ago
Rusty Russell 5591c0b5d8 gossipd: don't send gossip stream, let per-peer daemons read it themselves. 5 years ago
Rusty Russell a40f45af55 connectd: generate message for lightningd inside peer_connected(). 5 years ago
Rusty Russell 38d2899fbb common/per_per_state: generalize lightningd/peer_comm Part 1 5 years ago
Rusty Russell 9820d0664b connectd: handle IPv6 correctly. 5 years ago
Rusty Russell 13717c6ebb gossipd: hand a gossip_store_fd to all subdaemons. 6 years ago
Rusty Russell e0ec9ac521 libwally: update to 0.6.8. 6 years ago
Rusty Russell a2fa699e0e Use node_id everywhere for nodes. 6 years ago
Rusty Russell 837a095d68 pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 6 years ago
Rusty Russell ede7d0518e connectd: unlink any old socket when we use --bind-addr. 6 years ago
Rusty Russell b85340eee6 connectd: allow --addr=/socket 6 years ago
Rusty Russell 1069f48082 connectd: fix binding to a UNIX domain socket. 6 years ago
thestick613 e613ae2d8e Increase TCP socket backlog. 6 years ago
Rusty Russell 7fad7bccba common/amount: new types struct amount_msat and struct amount_sat. 6 years ago
Rusty Russell 26dda57cc0 utils: make tal_arr_expand safer. 6 years ago
Christian Decker 94eb2620dc bolt: Updated the BOLT specification to the latest version 6 years ago
Christian Decker 65054ae72e bolt: Updated the BOLT specification to a07dc3df3b4611989e3359f28f96c574f7822850 6 years ago
Rusty Russell 66de6b84be channeld: use pointer for shared secret. 6 years ago
Saibato c60725ef3e allow --bind-addr (not announce) to work with tor autoservice 6 years ago
Rusty Russell d613b3fa9d connectd: simply use global features from common/features. 6 years ago
Rusty Russell 23540fe956 common: make funding_tx and withdraw_tx share UTXO code. 6 years ago
Rusty Russell 1430036684 connectd: wire up dev_memleak. 6 years ago
Rusty Russell a1c675edb3 connectd: free proxyaddr after use. 6 years ago
Rusty Russell b522b35e01 connectd: rename peer_reconnected local var for clarity. 6 years ago
Rusty Russell 5b7ef7ab49 connectd: don't leak init message. 6 years ago
Rusty Russell 5a81dbd783 common/daemon: enable/cleanup memleak in daemon_setup / daemon_shutdown. 6 years ago