-
Notifications
You must be signed in to change notification settings - Fork 64
/
.gitmodules
48 lines (48 loc) · 1.68 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
[submodule "evmone"]
path = third_party/evmone/evmone
url = https://github.com/erigontech/evmone.git
branch = remove_tracers
[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/erigontech/cbor-cpp.git
[submodule "interfaces"]
path = third_party/erigon-interfaces
url = https://github.com/erigontech/interfaces.git
[submodule "stbrumme-crc32"]
path = third_party/stbrumme-crc32/stbrumme-crc32
url = https://github.com/battlmonstr/stbrumme-crc32.git
[submodule "erigon-mdbx-go"]
path = third_party/erigon-mdbx-go/mdbx-go
url = https://github.com/erigontech/mdbx-go.git
[submodule "erigon-snapshot"]
path = third_party/erigon-snapshot
url = https://github.com/erigontech/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/erigontech/libff.git
branch = win
[submodule "glaze"]
path = third_party/glaze/glaze
url = https://github.com/stephenberry/glaze
[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 "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