Add missing nimbus-eth2 modules (#1224)
This commit is contained in:
parent
4b83208a19
commit
b43709f473
|
@ -177,3 +177,38 @@
|
|||
path = vendor/nimbus-eth2
|
||||
url = https://github.com/status-im/nimbus-eth2.git
|
||||
branch = unstable
|
||||
[submodule "vendor/nim-taskpools"]
|
||||
path = vendor/nim-taskpools
|
||||
url = https://github.com/status-im/nim-taskpools.git
|
||||
ignore = untracked
|
||||
branch = stable
|
||||
[submodule "vendor/nim-normalize"]
|
||||
path = vendor/nim-normalize
|
||||
url = https://github.com/nitely/nim-normalize.git
|
||||
ignore = untracked
|
||||
branch = master
|
||||
[submodule "vendor/nim-unicodedb"]
|
||||
path = vendor/nim-unicodedb
|
||||
url = https://github.com/nitely/nim-unicodedb.git
|
||||
ignore = untracked
|
||||
branch = master
|
||||
[submodule "vendor/nim-libp2p"]
|
||||
path = vendor/nim-libp2p
|
||||
url = https://github.com/status-im/nim-libp2p.git
|
||||
ignore = untracked
|
||||
branch = master
|
||||
[submodule "vendor/nim-presto"]
|
||||
path = vendor/nim-presto
|
||||
url = https://github.com/status-im/nim-presto.git
|
||||
ignore = untracked
|
||||
branch = master
|
||||
[submodule "vendor/nim-zxcvbn"]
|
||||
path = vendor/nim-zxcvbn
|
||||
url = https://github.com/status-im/nim-zxcvbn.git
|
||||
ignore = untracked
|
||||
branch = master
|
||||
[submodule "vendor/nimbus-security-resources"]
|
||||
path = vendor/nimbus-security-resources
|
||||
url = https://github.com/status-im/nimbus-security-resources.git
|
||||
ignore = untracked
|
||||
branch = master
|
||||
|
|
9
Makefile
9
Makefile
|
@ -42,7 +42,14 @@ EXCLUDED_NIM_PACKAGES := \
|
|||
vendor/nimbus-eth2/vendor/nim-unittest2 \
|
||||
vendor/nimbus-eth2/vendor/nim-web3 \
|
||||
vendor/nimbus-eth2/vendor/nim-websock \
|
||||
vendor/nimbus-eth2/vendor/nim-zlib
|
||||
vendor/nimbus-eth2/vendor/nim-zlib \
|
||||
vendor/nimbus-eth2/vendor/nim-taskpools \
|
||||
vendor/nimbus-eth2/vendor/nim-normalize \
|
||||
vendor/nimbus-eth2/vendor/nim-unicodedb \
|
||||
vendor/nimbus-eth2/vendor/nim-libp2p \
|
||||
vendor/nimbus-eth2/vendor/nim-presto \
|
||||
vendor/nimbus-eth2/vendor/nim-zxcvbn \
|
||||
vendor/nimbus-eth2/vendor/nimbus-security-resources
|
||||
|
||||
# we don't want an error here, so we can handle things later, in the ".DEFAULT" target
|
||||
-include $(BUILD_SYSTEM_DIR)/makefiles/variables.mk
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 1de7508b64e29c2bcad7a393c36cf8390a8c50fe
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 30948551be113d809b28bf6131c925caff3af515
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3984431dc0fc829eb668e12e57e90542b041d298
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 17e8479a7495ac96480485782c09b6d4f4bcfa12
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c3c9ae079ab2eed33ffe5ca27ec4013beed7647f
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b6ce43a79ead9adcfa92e9e5f22ec91f116e51b9
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ce9945b1b159d4c9b628f8c4cd2d262964692810
|
Loading…
Reference in New Issue