Skip to content

File tree

9 files changed

+17
-8
lines changed

9 files changed

+17
-8
lines changed

scripts/check_vendor_eth2.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
# Compare versions of pinned submodules
4+
5+
cd "$(dirname "${BASH_SOURCE[0]}")"/..
6+
7+
COMMON=$(ls vendor/ vendor/nimbus-eth2/vendor/ -1 | sort | uniq -d | sed -e "sX^Xvendor/X")
8+
9+
diff -u <(git submodule status $COMMON) <(git -C vendor/nimbus-eth2 submodule status $COMMON)

vendor/nim-websock

0 commit comments

Comments
 (0)