forked from erigontech/silkworm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
57 lines (57 loc) · 1.99 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[submodule "evmone"]
path = third_party/evmone/evmone
url = https://github.com/ethereum/evmone.git
[submodule "ethereum-tests"]
path = third_party/ethereum-tests
url = https://github.com/ethereum/tests.git
[submodule "cbor-cpp"]
path = third_party/cbor-cpp/cbor-cpp
url = https://github.com/torquem-ch/cbor-cpp.git
[submodule "libmdbx"]
path = third_party/libmdbx/libmdbx
url = https://github.com/torquem-ch/libmdbx.git
[submodule "interfaces"]
path = third_party/erigon-interfaces
url = https://github.com/ledgerwatch/interfaces.git
branch = stable
[submodule "stbrumme-crc32"]
path = third_party/stbrumme-crc32/stbrumme-crc32
url = https://github.com/battlmonstr/stbrumme-crc32.git
[submodule "erigon-snapshot"]
path = third_party/erigon-snapshot
url = https://github.com/ledgerwatch/erigon-snapshot
[submodule "secp256k1"]
path = third_party/secp256k1/secp256k1
url = https://github.com/bitcoin-core/secp256k1.git
[submodule "libff"]
path = third_party/libff/libff
url = https://github.com/torquem-ch/libff.git
branch = win
[submodule "glaze"]
path = third_party/glaze/glaze
url = https://github.com/stephenberry/glaze
[submodule "blst"]
path = third_party/blst/blst
url = https://github.com/supranational/blst.git
[submodule "cpp-base64"]
path = third_party/cpp-base64/cpp-base64
url = https://github.com/ReneNyffenegger/cpp-base64.git
[submodule "intx"]
path = third_party/intx/intx
url = https://github.com/chfast/intx.git
[submodule "ethash"]
path = third_party/ethash/ethash
url = https://github.com/chfast/ethash.git
[submodule "libtorrent"]
path = third_party/libtorrent/libtorrent
url = https://github.com/arvidn/libtorrent
[submodule "stun-msg"]
path = third_party/stun-msg/stun-msg
url = https://github.com/battlmonstr/stun-msg.git
[submodule "execution-apis"]
path = third_party/execution-apis
url = https://github.com/ethereum/execution-apis.git
branch = main
[submodule "picohttpparser"]
path = third_party/picohttpparser/picohttpparser
url = https://github.com/h2o/picohttpparser