From 32f97a1c8025206c3c033a159f7e82dff3a5030c Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Thu, 23 May 2019 15:12:29 -0700 Subject: [PATCH 1/2] update version used in test generators to get SHA-256 hash --- test_generators/bls/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_generators/bls/requirements.txt b/test_generators/bls/requirements.txt index 8a933d41c..5eebde29f 100644 --- a/test_generators/bls/requirements.txt +++ b/test_generators/bls/requirements.txt @@ -1,3 +1,3 @@ -py-ecc==1.6.0 +py-ecc==1.7.0 eth-utils==1.4.1 ../../test_libs/gen_helpers From 2cd188358bf982439fa29b87cdb7e29492ab9bbc Mon Sep 17 00:00:00 2001 From: Age Manning Date: Fri, 24 May 2019 21:24:35 +1000 Subject: [PATCH 2/2] Fix typo in libp2p-standardization --- specs/networking/libp2p-standardization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/networking/libp2p-standardization.md b/specs/networking/libp2p-standardization.md index b6a46db1b..d1ba07e65 100644 --- a/specs/networking/libp2p-standardization.md +++ b/specs/networking/libp2p-standardization.md @@ -150,9 +150,9 @@ The [RPC Interface](./rpc-interface.md) is specified in this repository. ## Discovery Discovery Version 5 -([discv5])(https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md) +([discv5](https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md)) will be used for discovery. This protocol uses a UDP transport and specifies its own encryption, ip-discovery and topic advertisement. Therefore, it has no -need to establish establish streams through `multistream-select`, rather, act +need to establish streams through `multistream-select`, rather, act as a standalone implementation that feeds discovered peers/topics (ENR-records) as `multiaddrs` into the libp2p service.