lighthouse/common
Sean 6af3bc9ce2
Add UPnP support for Lighthouse (#1587)
This commit was modified by Paul H whilst rebasing master onto
v0.3.0-staging

Adding UPnP support will help grow the DHT by allowing NAT traversal for peers with UPnP supported routers.

Using IGD library: https://docs.rs/igd/0.10.0/igd/

Adding the  the libp2p tcp port and discovery udp port. If this fails it simply logs the attempt and moves on

Co-authored-by: Age Manning <Age@AgeManning.com>
2020-10-03 10:07:47 +10:00
..
account_utils Implement VC API (#1657) 2020-10-02 09:42:19 +00:00
clap_utils Add support for multiple testnet flags (#1396) 2020-07-29 06:39:29 +00:00
compare_fields Check for unused deps in CI (#1262) 2020-06-14 10:59:50 +10:00
compare_fields_derive Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
deposit_contract Cross-compile to vendored x86_84, aarch64 (Raspberry Pi 4) (#1497) 2020-08-11 05:16:30 +00:00
directory Directory restructure (#1532) 2020-10-01 11:12:35 +10:00
eth2 Implement VC API (#1657) 2020-10-02 09:42:19 +00:00
eth2_config Spadina genesis and lighthouse bootnode (#1681) 2020-09-29 02:54:43 +00:00
eth2_interop_keypairs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
eth2_testnet_config Update boot-node and discovery (#1682) 2020-09-29 18:28:29 +10:00
eth2_wallet_manager Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
hashset_delay Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00
lighthouse_metrics Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
lighthouse_version Version bump and cargo update (#1683) 2020-09-29 18:29:04 +10:00
logging Log to file without json format (#1485) 2020-08-13 07:00:37 +00:00
lru_cache Keep track of failed head chains and prevent re-lookups (#1534) 2020-08-18 03:54:09 +00:00
rest_types Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00
slot_clock Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
test_random_derive Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
validator_dir Implement VC API (#1657) 2020-10-02 09:42:19 +00:00
warp_utils Implement VC API (#1657) 2020-10-02 09:42:19 +00:00
README.md Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00

eth2

Common crates containing eth2-specific logic.