-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
58 lines (58 loc) · 2.13 KB
/
.gitmodules
File metadata and controls
58 lines (58 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[submodule "third_party/blst"]
path = third_party/blst
url = https://github.com/supranational/blst.git
[submodule "third_party/concurrentqueue"]
path = third_party/concurrentqueue
url = https://github.com/cameron314/concurrentqueue
[submodule "third_party/ethereum-tests"]
path = third_party/ethereum-tests
url = https://github.com/ethereum/tests
[submodule "third_party/execution-specs"]
path = third_party/execution-specs
url = https://github.com/ethereum/execution-specs.git
[submodule "third_party/intx"]
path = third_party/intx
url = https://github.com/chfast/intx.git
branch = master
[submodule "third_party/komihash"]
path = third_party/komihash
url = https://github.com/avaneev/komihash.git
[submodule "third_party/quill"]
path = third_party/quill
url = https://github.com/odygrd/quill.git
[submodule "third_party/silkpre"]
path = third_party/silkpre
url = https://github.com/category-labs/silkpre.git
[submodule "third_party/yellowpaper"]
path = third_party/yellowpaper
url = https://github.com/ethereum/yellowpaper.git
[submodule "ethash"]
path = third_party/ethash
url = https://github.com/chfast/ethash.git
[submodule "core/third_party/nanobench"]
path = third_party/nanobench
url = https://github.com/martinus/nanobench.git
[submodule "core/third_party/nlohmann_json"]
path = third_party/nlohmann_json
url = https://github.com/nlohmann/json.git
[submodule "core/third_party/unordered_dense"]
path = third_party/unordered_dense
url = https://github.com/martinus/unordered_dense.git
[submodule "third_party/BLAKE3"]
path = third_party/BLAKE3
url = https://github.com/BLAKE3-team/BLAKE3.git
[submodule "third_party/c-kzg-4844"]
path = third_party/c-kzg-4844
url = https://github.com/ethereum/c-kzg-4844.git
[submodule "libs/vm/third_party/asmjit"]
path = third_party/asmjit
url = https://github.com/asmjit/asmjit.git
[submodule "third_party/evmc"]
path = third_party/evmc
url = https://github.com/category-labs/evmc.git
[submodule "third_party/cthash"]
path = third_party/cthash
url = https://github.com/hanickadot/cthash.git
[submodule "third_party/immer"]
path = third_party/immer
url = https://github.com/arximboldi/immer.git