prysm-pulse/shared
Dan 9ac950f480 Added the 'enable-upnp' flag to the list of command line args (#2860)
* Added the 'enable-upnp' flag to the list of supported command line arguments.

If the user specifies this feature flag (adds --enable-upnp as an argument) - the Beacon-chain and Validator services, when started, will initialize libp2p with the UPNP options.

* Added the new arg to usage.go due to test failure

* Update shared/p2p/service.go

Changed the logging according to Preston's recommendation.

Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>

* Code review changes:

1. File formatting.
2. Command line arg more detailed description.
2019-06-26 12:59:37 -07:00
..
bitutil Fix Bitfield in Attestations (#2565) 2019-05-11 16:49:09 -04:00
bls BLS spec tests (#2826) 2019-06-25 12:57:47 -04:00
bytesutil Add and Use Truncate Hash Library (#2417) 2019-04-29 13:11:51 -05:00
cmd Added the 'enable-upnp' flag to the list of command line args (#2860) 2019-06-26 12:59:37 -07:00
debug Update Phore Dependency to the latest version (#2792) 2019-06-12 11:06:39 -05:00
event Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435) 2019-01-31 10:53:58 +08:00
featureconfig Remove Expensive Participation Rate Prometheus Gauge (#2636) 2019-05-17 19:57:13 -04:00
forkutil Rename forkutils -> forkutil (#1976) 2019-03-12 16:39:13 -07:00
hashutil Fix Hashing of Beacon Blocks (#2138) 2019-04-01 08:45:15 -07:00
iputils Remove debug log (#2024) 2019-03-18 09:50:29 -04:00
keystore Move go-ssz to external repo under MIT license (#2722) 2019-05-29 18:04:25 -07:00
legacyutil switch ethereum 2.0 to ethereum serenity (#714) 2018-11-01 07:02:01 -04:00
logutil Persistent logs (#2660) 2019-05-22 09:22:11 -04:00
mathutil Fix State Generator (#2010) 2019-03-18 20:15:50 -06:00
mclockutil Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435) 2019-01-31 10:53:58 +08:00
messagehandler upgrading linter from gometalinter to golangci-lint (#2100) 2019-04-26 14:24:01 +08:00
p2p Added the 'enable-upnp' flag to the list of command line args (#2860) 2019-06-26 12:59:37 -07:00
params Update config.go to fix BLS issue (#2821) 2019-06-18 18:02:01 -04:00
prometheus Properly log and handle HTTP server error (#2685) 2019-06-12 19:58:49 -04:00
sliceutil Move go-ssz to external repo under MIT license (#2722) 2019-05-29 18:04:25 -07:00
slotutil remove unused method (#2337) 2019-04-22 13:11:44 -04:00
testutil Validator-multiple key (#2069) 2019-04-18 12:23:38 -05:00
tracing Tracing improvements (#2570) 2019-05-11 17:43:55 -04:00
trieutil Use generalized examples in test (#2786) 2019-06-10 14:29:15 -04:00
version Add simple version to binaries via golink (#1286) 2019-01-09 23:19:33 -05:00
BUILD.bazel Cleanup and Refactor Shared Package (#634) 2018-10-09 00:58:54 -05:00
service_registry_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
service_registry.go Implement WaitForChainStart RPC Server and Client (#1421) 2019-01-30 13:28:53 +01:00