update libp2p-related submodules and its build process

This commit is contained in:
Ștefan Talpalaru 2019-03-07 01:11:48 +01:00
parent 4c5eeac41e
commit e1e56211ba
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
5 changed files with 6 additions and 4 deletions

View File

@ -198,7 +198,8 @@ eth2_network_simulation: | beacon_node validator_keygen clean_eth2_network_simul
vendor/go/bin/p2pd:
cd vendor/go/src/github.com/libp2p/go-libp2p-daemon && \
$(ENV_SCRIPT) $(MAKE)
$(ENV_SCRIPT) go get ./... && \
$(ENV_SCRIPT) go install ./...
test-libp2p-daemon: | vendor/go/bin/p2pd deps
cd vendor/nim-libp2p && \

1
env.sh
View File

@ -9,6 +9,7 @@ abs_path="$(cd $rel_path; ${PWD_CMD})"
# used by libp2p/go-libp2p-daemon
export GOPATH="${abs_path}/vendor/go"
export GO111MODULE=on
# make it an absolute path, so we can call this script from other dirs
export PATH="${abs_path}/vendor/Nim/bin:${GOPATH}/bin:${PATH}"

@ -1 +1 @@
Subproject commit de7ca070e6f487655d787d82d819e70ca96ada2d
Subproject commit baf8c65000ca510eadecd3881d82bd02f402155b

2
vendor/nim-libp2p vendored

@ -1 +1 @@
Subproject commit cb334cc8ab186496d8b73d5a2fe1b6298598b7f6
Subproject commit a736334fe132527ec4fd6a0b34b848f006c869c5

2
vendor/nimcrypto vendored

@ -1 +1 @@
Subproject commit b06fc1a658e8930eb2ed7423f52c2968104df3df
Subproject commit 9410cb61dff80ddcf5b91bcc13a573c5935fe8c3