forked from erigontech/silkworm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
43 lines (43 loc) · 1.52 KB
/
.gitmodules
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
[submodule "evmone"]
path = third_party/evmone
url = https://github.com/ethereum/evmone.git
[submodule "tests"]
path = third_party/tests
url = https://github.com/ethereum/tests.git
[submodule "cbor-cpp"]
path = third_party/cbor-cpp
url = https://github.com/torquem-ch/cbor-cpp.git
[submodule "CRoaring"]
path = third_party/CRoaring
url = https://github.com/RoaringBitmap/CRoaring.git
[submodule "magic_enum"]
path = third_party/magic_enum
url = https://github.com/Neargye/magic_enum.git
[submodule "libmdbx"]
path = third_party/libmdbx
url = https://github.com/torquem-ch/libmdbx.git
[submodule "interfaces/proto"]
path = silkworm/interfaces/proto
url = https://github.com/ledgerwatch/interfaces.git
branch = stable
[submodule "silkpre"]
path = third_party/silkpre
url = https://github.com/torquem-ch/silkpre.git
[submodule "third_party/libtorrent"]
path = third_party/libtorrent
url = https://github.com/arvidn/libtorrent
[submodule "third_party/gmplib"]
path = third_party/gmplib
url = https://github.com/torquem-ch/gmp-wasm.git
[submodule "third_party/stbrumme-crc32"]
path = third_party/stbrumme-crc32
url = https://github.com/battlmonstr/stbrumme-crc32.git
[submodule "third_party/erigon-snapshot"]
path = third_party/erigon-snapshot
url = https://github.com/ledgerwatch/erigon-snapshot
[submodule "third_party/tomlplusplus"]
path = third_party/tomlplusplus
url = https://github.com/marzer/tomlplusplus.git
[submodule "third_party/expected"]
path = third_party/expected
url = https://github.com/TartanLlama/expected.git