mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
* Replace `utesting/blocktraces` with git-submodule `test-traces`. * Fix to package utesting. * Update git-submodile `blocktraces` and update path in test code.
7 lines
232 B
Text
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
|