Implement the latest ETH2 networking spec

This commit is contained in:
Zahary Karadjov 2019-07-10 20:10:03 +03:00
parent 861aa8ff3d
commit 628f2461c5
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
12 changed files with 21 additions and 13 deletions

15
.gitmodules vendored
View File

@ -63,11 +63,6 @@
url = https://github.com/status-im/nim-secp256k1.git
ignore = dirty
branch = master
[submodule "vendor/snappy"]
path = vendor/snappy
url = https://github.com/jangko/snappy.git
ignore = dirty
branch = master
[submodule "vendor/nim-bncurve"]
path = vendor/nim-bncurve
url = https://github.com/status-im/nim-bncurve.git
@ -147,3 +142,13 @@
url = https://github.com/status-im/nim-byteutils.git
ignore = dirty
branch = master
[submodule "vendor/nim-snappy"]
path = vendor/nim-snappy
url = https://github.com/status-im/nim-snappy.git
ignore = dirty
branch = master
[submodule "vendor/NimYAML"]
path = vendor/NimYAML
url = https://github.com/flyx/NimYAML.git
ignore = dirty
branch = master

2
env.sh
View File

@ -9,6 +9,8 @@ abs_path="$(cd $rel_path; pwd)"
# do we still need this?
abs_path_native="$(cd $rel_path; ${PWD_CMD})"
export NIMBUS_ENV_DIR="${abs_path}"
# used by libp2p/go-libp2p-daemon
export GOPATH="${abs_path}/vendor/go"
export GO111MODULE=on

1
vendor/NimYAML vendored Submodule

@ -0,0 +1 @@
Subproject commit 0336d0611466580ab0b58a19b5ad57477d8f34d1

@ -1 +1 @@
Subproject commit 7a4b7a6cfb9ca3d0a169de20df75980622c9db07
Subproject commit a897ab9c70bbbe3ba74c9b6cd72e78a0ee6db1a5

@ -1 +1 @@
Subproject commit 6cba1d945d400f379ad33c3c24cebfa73398d3b0
Subproject commit d40ad42b7d7e71a64f40a405aae6e1f8f520a2d5

2
vendor/nim-eth vendored

@ -1 +1 @@
Subproject commit aef752278829c9d7df8cbe5f8c1c98db9f41322f
Subproject commit c2528399e7c3365afbb46f278841333fdd40b8df

@ -1 +1 @@
Subproject commit 5135173f60d870717cf8021345137b0f27c75990
Subproject commit 6bbe1c21b63c1f9b8698a91a3548cbd8aa6b0d25

@ -1 +1 @@
Subproject commit 7922a83c4d65e97722b068ecc5e7c4308a73d21b
Subproject commit f6a7da52e052888c7df4c3f12f77085798950979

@ -1 +1 @@
Subproject commit 171dbde4b1e39e9ad4ecf57bf88f2ee9cd292788
Subproject commit b42502b5121b7cc4c50d03f41723b19488717abe

1
vendor/nim-snappy vendored Submodule

@ -0,0 +1 @@
Subproject commit 072c5eee4395156df96f73d68bd01bb849f367e2

2
vendor/nim-stew vendored

@ -1 +1 @@
Subproject commit 700f21b54f4652df3bef24147c224ed8a199b624
Subproject commit 5e11e1f1db0a9090616976861301bdb2a6dda244

1
vendor/snappy vendored

@ -1 +0,0 @@
Subproject commit ff70dfbb47ce782bdbc29598a7beba5267b285f0