-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8024cf1
commit f5285af
Showing
4 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Makefile | ||
__pycache__ | ||
.mypy_cache | ||
.coverage | ||
.idea | ||
coverage.xml | ||
Makefile |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
all: | ||
eth-validator-watcher 2>&1 | tee -a /var/log/ethereum-watcher/watcher.log | ||
|
||
test: | ||
poetry run pytest |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "eth-validator-watcher" | ||
version = "0.1.0" | ||
description = "Ethereum Validator Watcher" | ||
authors = ["Manu NALEPA <[email protected]>"] | ||
authors = ["Manu NALEPA <[email protected]>, Sébastien Rannou <[email protected]>"] | ||
readme = "README.md" | ||
packages = [{include = "eth_validator_watcher"}] | ||
|
||
|
This file was deleted.
Oops, something went wrong.