This commit contains all the code needed to update the `known_gaps` table. It uses a generic function `PushKnownGaps` to insert gaps to the database. The current test is very "basic." All it does it insert a dummy gap into the database. As long as their is no error it will return succesfully. I have also removed the foundry subfolder. I am using the `related-repository` setup for testing.
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
[submodule "tests"]
|
|
path = tests/testdata
|
|
url = https://github.com/ethereum/tests
|
|
shallow = true
|
|
[submodule "evm-benchmarks"]
|
|
path = tests/evm-benchmarks
|
|
url = https://github.com/ipsilon/evm-benchmarks
|
|
shallow = true |