go-ethereum/.gitmodules
Steven ee913fa40c
Replace utesting/blocktraces with git-submodule test-traces (#170)
* Replace `utesting/blocktraces` with git-submodule `test-traces`.

* Fix to package utesting.

* Update git-submodile `blocktraces` and update path in test code.
2022-10-31 13:34:20 +08:00

7 lines
232 B
Text

[submodule "tests"]
path = tests/testdata
url = https://github.com/ethereum/tests
shallow = true
[submodule "internal/utesting/blocktraces"]
path = internal/utesting/blocktraces
url = git@github.com:scroll-tech/test-traces.git