From d807c148ad7bbb07ce72cb410d297f4bc66efb5d Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Fri, 22 Dec 2023 17:01:27 -0700 Subject: [PATCH] pull in circom submodules --- .gitmodules | 6 ++++++ vendor/codex-storage-proofs | 1 + vendor/codex-storage-proofs-circuits | 1 + 3 files changed, 8 insertions(+) create mode 160000 vendor/codex-storage-proofs create mode 160000 vendor/codex-storage-proofs-circuits diff --git a/.gitmodules b/.gitmodules index a7222ec6..e79f90d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -199,3 +199,9 @@ [submodule "vendor/constantine"] path = vendor/constantine url = https://github.com/mratsim/constantine.git +[submodule "vendor/codex-storage-proofs"] + path = vendor/codex-storage-proofs + url = https://github.com/codex-storage/codex-storage-proofs.git +[submodule "vendor/codex-storage-proofs-circuits"] + path = vendor/codex-storage-proofs-circuits + url = https://github.com/codex-storage/codex-storage-proofs-circuits.git diff --git a/vendor/codex-storage-proofs b/vendor/codex-storage-proofs new file mode 160000 index 00000000..10a70490 --- /dev/null +++ b/vendor/codex-storage-proofs @@ -0,0 +1 @@ +Subproject commit 10a704909f37a9df3a407bc854221d86807094ab diff --git a/vendor/codex-storage-proofs-circuits b/vendor/codex-storage-proofs-circuits new file mode 160000 index 00000000..c03b4322 --- /dev/null +++ b/vendor/codex-storage-proofs-circuits @@ -0,0 +1 @@ +Subproject commit c03b43221d68e34bd5015a4e4ee1a0ad3299f8ef