Skip to content

Commit

Permalink
Function To Add entry to known_gaps
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Abdul Rabbani committed Mar 21, 2022
1 parent 3045068 commit 921538b
Show file tree
Hide file tree
Showing 24 changed files with 109 additions and 459 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ profile.cov
**/yarn-error.log
foundry/deployments/local-private-network/geth-linux-amd64
foundry/projects/local-private-network/geth-linux-amd64

# Helpful repos
related-repositories/foundry-test/**
related-repositories/hive/**
related-repositories/ipld-eth-db/**
5 changes: 1 addition & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@
[submodule "evm-benchmarks"]
path = tests/evm-benchmarks
url = https://github.com/ipsilon/evm-benchmarks
shallow = true
[submodule "foundry/projects/local-private-network/Stateful/lib/ds-test"]
path = foundry/projects/local-private-network/Stateful/lib/ds-test
url = https://github.com/dapphub/ds-test
shallow = true
59 changes: 0 additions & 59 deletions foundry/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions foundry/projects/local-private-network/Dockerfile

This file was deleted.

Submodule ds-test deleted from 0a5da5
16 changes: 0 additions & 16 deletions foundry/projects/local-private-network/compile-geth.sh

This file was deleted.

201 changes: 0 additions & 201 deletions foundry/projects/local-private-network/deploy-local-network.sh

This file was deleted.

37 changes: 0 additions & 37 deletions foundry/projects/local-private-network/docker-compose.yml

This file was deleted.

Loading

0 comments on commit 921538b

Please sign in to comment.