aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-10-23 17:24:06 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:16 +0800
commit7bcd8d6b9daec0771d7e8e9b5bdbdc247731d1a3 (patch)
treec100c133fe6f88871e7cfb4fc0d312819b73e7b7 /test
parent9f723203a14fbe3f4ac087d2b7309381d7d1b419 (diff)
downloadgo-tangerine-7bcd8d6b9daec0771d7e8e9b5bdbdc247731d1a3.tar.gz
go-tangerine-7bcd8d6b9daec0771d7e8e9b5bdbdc247731d1a3.tar.zst
go-tangerine-7bcd8d6b9daec0771d7e8e9b5bdbdc247731d1a3.zip
test: add script for syncing consensus core
Diffstat (limited to 'test')
-rwxr-xr-xtest/sync_core.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sync_core.sh b/test/sync_core.sh
new file mode 100755
index 000000000..13f78c2aa
--- /dev/null
+++ b/test/sync_core.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+govendor fetch github.com/dexon-foundation/dexon-consensus-core/...