Skip to content

Commit ea24a40

Browse files
samparskyelpiel
authored andcommitted
Refactor implementation (#125)
* add: validatorWorker and db package * add storage, validatorWorker crate * rename domain to primitives * add: sentry crate * add: ethereum adapter * add: primitives types * add: primitive types * remove old folder * fix: big_num errors * add: validatorWorker, sentry workspace * remove: storage folder * add: more properties to config struct * remove: configbuilder * fix: dummy adapter * add: config toml files, development, production defaults * fix: validatorWorker/main * add: heartbeat.rs, modiy validatWorker/src/main.rs * refactor: validator message types * fix: static configs * fix: validatorWorker configuration * modify: docs/config/*.toml * fix: merge conflicts * add: protocol channel adapter implementation * add: sentry validator messages types * remove: .idea * remove: .old files * fix: validator_worker todos * fix: remove uneeded code * fix: unimplemented channel * fix: apply proper formatting * fix: apply cargo fmt * fix * rename validator_worker crate, fix code formatting issues * remove: clippy warnings flag
1 parent 17acadd commit ea24a40

File tree

113 files changed

+3111
-3917
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+3111
-3917
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
target
22
**/*.rs.bk
3-
.env
3+
.env
4+
*.iml
5+
.idea
6+
.old

0 commit comments

Comments
 (0)