From dcc82fad74a45d69f40360fb55207d1fea505933 Mon Sep 17 00:00:00 2001 From: andri lim Date: Mon, 9 Sep 2019 21:28:54 +0700 Subject: [PATCH] add ethash submodule --- .gitmodules | 3 +++ vendor/ethash | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/ethash diff --git a/.gitmodules b/.gitmodules index ccb2c55e3..3a33b90b5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -142,3 +142,6 @@ url = https://github.com/status-im/nimbus-build-system.git ignore = dirty branch = master +[submodule "vendor/ethash"] + path = vendor/ethash + url = https://github.com/status-im/nim-ethash diff --git a/vendor/ethash b/vendor/ethash new file mode 160000 index 000000000..10c9ec2ff --- /dev/null +++ b/vendor/ethash @@ -0,0 +1 @@ +Subproject commit 10c9ec2ff745be1771fd08a59b9eff63f1196c3a