Skip to content

Commit 921538b

Browse files
author
Abdul Rabbani
committed
Function To Add entry to known_gaps
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.
1 parent 3045068 commit 921538b

File tree

24 files changed

+109
-459
lines changed

24 files changed

+109
-459
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ profile.cov
4949
**/yarn-error.log
5050
foundry/deployments/local-private-network/geth-linux-amd64
5151
foundry/projects/local-private-network/geth-linux-amd64
52+
53+
# Helpful repos
54+
related-repositories/foundry-test/**
55+
related-repositories/hive/**
56+
related-repositories/ipld-eth-db/**

.gitmodules

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@
55
[submodule "evm-benchmarks"]
66
path = tests/evm-benchmarks
77
url = https://github.com/ipsilon/evm-benchmarks
8-
shallow = true
9-
[submodule "foundry/projects/local-private-network/Stateful/lib/ds-test"]
10-
path = foundry/projects/local-private-network/Stateful/lib/ds-test
11-
url = https://github.com/dapphub/ds-test
8+
shallow = true

foundry/README.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

foundry/projects/local-private-network/Dockerfile

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.

foundry/projects/local-private-network/compile-geth.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

foundry/projects/local-private-network/deploy-local-network.sh

Lines changed: 0 additions & 201 deletions
This file was deleted.

foundry/projects/local-private-network/docker-compose.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)