stew without results
This commit is contained in:
parent
270dfc33e3
commit
08bc05a56a
|
@ -227,3 +227,8 @@
|
||||||
url = https://github.com/status-im/nim-kzg4844
|
url = https://github.com/status-im/nim-kzg4844
|
||||||
ignore = untracked
|
ignore = untracked
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "vendor/nim-results"]
|
||||||
|
path = vendor/nim-results
|
||||||
|
url = https://github.com/arnetheduck/nim-results
|
||||||
|
ignore = untracked
|
||||||
|
branch = master
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -30,6 +30,7 @@ EXCLUDED_NIM_PACKAGES := \
|
||||||
vendor/nimbus-eth2/vendor/nim-libbacktrace \
|
vendor/nimbus-eth2/vendor/nim-libbacktrace \
|
||||||
vendor/nimbus-eth2/vendor/nim-metrics \
|
vendor/nimbus-eth2/vendor/nim-metrics \
|
||||||
vendor/nimbus-eth2/vendor/nim-nat-traversal \
|
vendor/nimbus-eth2/vendor/nim-nat-traversal \
|
||||||
|
vendor/nimbus-eth2/vendor/nim-results \
|
||||||
vendor/nimbus-eth2/vendor/nim-secp256k1 \
|
vendor/nimbus-eth2/vendor/nim-secp256k1 \
|
||||||
vendor/nimbus-eth2/vendor/nim-serialization \
|
vendor/nimbus-eth2/vendor/nim-serialization \
|
||||||
vendor/nimbus-eth2/vendor/nim-snappy \
|
vendor/nimbus-eth2/vendor/nim-snappy \
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f3c666a272c69d70cb41e7245e7f6844797303ad
|
|
@ -1 +1 @@
|
||||||
Subproject commit ebbb391b9e87bb50907f8a17546cd383c41a713e
|
Subproject commit 422b6e1435d1a668f2a2bb1ac98ccfaedd0bafd5
|
Loading…
Reference in New Issue