-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and condition for cleanup (#58)
* Update README and condition for cleanup * Utilize config file for ipld-eth-beacon * Update CICD to use config file on container build. * Add env file for build cp * Add a sleep before running the test
- Loading branch information
1 parent
3c6a978
commit 72eea46
Showing
8 changed files
with
53 additions
and
1,645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ cover.profile | |
temp/* | ||
.vscode/* | ||
pkg/beaconclient/ssz-data/ | ||
*.test | ||
*.test | ||
ipld-eth-beacon-indexer.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"db": { | ||
"address": "ipld-eth-beacon-db", | ||
"password": "password", | ||
"port": 5432, | ||
"username": "vdbm", | ||
"name": "vulcanize_testing", | ||
"driver": "PGX" | ||
}, | ||
"bc": { | ||
"address": "lighthouse", | ||
"port": 5052, | ||
"type": "lighthouse", | ||
"bootRetryInterval": 30, | ||
"bootMaxRetry": 5, | ||
"maxHistoricProcessWorker": 2, | ||
"connectionProtocol": "http", | ||
"uniqueNodeIdentifier": 100, | ||
"checkDb": true | ||
}, | ||
"t": { | ||
"skipSync": true | ||
}, | ||
"log": { | ||
"level": "debug", | ||
"output": true, | ||
"file": "./ipld-eth-beacon-indexer.log", | ||
"format": "json" | ||
}, | ||
"kg": { | ||
"increment": 10000, | ||
"processKnownGaps": true, | ||
"maxKnownGapsWorker": 2 | ||
}, | ||
"pm": { | ||
"address": "localhost", | ||
"port": 9000, | ||
"metrics": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.