Skip to content

Commit

Permalink
Experimental slasher implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Aug 26, 2020
1 parent dfd02d6 commit 2b3c1a6
Show file tree
Hide file tree
Showing 26 changed files with 1,937 additions and 60 deletions.
72 changes: 66 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ members = [
"lighthouse",
"lighthouse/environment",

"slasher",

"testing/simulator",
"testing/ef_tests",
"testing/eth1_test_rig",
Expand Down
1 change: 1 addition & 0 deletions beacon_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ serde = "1.0.110"
clap_utils = { path = "../common/clap_utils" }
hyper = "0.13.5"
lighthouse_version = { path = "../common/lighthouse_version" }
slasher = { path = "../slasher" }
1 change: 1 addition & 0 deletions beacon_node/beacon_chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ environment = { path = "../../lighthouse/environment" }
bus = "2.2.3"
derivative = "2.1.1"
itertools = "0.9.0"
slasher = { path = "../../slasher" }
Loading

0 comments on commit 2b3c1a6

Please sign in to comment.