prysm-pulse/slasher
terence tsao bcea2c1b22
Config/flag: medalla as default (#6770)
* config: use medalla as default

* Tests: align with medalla spec

* Config/flag: deprecate medalla feature flag

* Update shared/featureconfig/flags.go

* Spectest: set genesis forkversion to 0,0,0,0

* Config: set medalla as defat in Configure

* Extra space

* Shard: use copy

* Revert a p2p fork test

* Update default medalla for tools

* Use medalla config for e2e

* Fix E2E

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
2020-07-30 08:45:00 -05:00
..
beaconclient Historical detection fix (#6455) 2020-07-07 05:57:40 +03:00
cache Historical detection fix (#6455) 2020-07-07 05:57:40 +03:00
db Add BoltTimeout to IO config (#6555) 2020-07-11 16:43:26 +00:00
detection Add --historical-slasher-node flag to simplify slasher usage (#6627) 2020-07-20 20:23:48 +00:00
flags Add --historical-slasher-node flag to simplify slasher usage (#6627) 2020-07-20 20:23:48 +00:00
node Config/flag: medalla as default (#6770) 2020-07-30 08:45:00 -05:00
rpc Slasher readiness status response (#6504) 2020-07-07 17:11:07 +00:00
BUILD.bazel Add dockerhub image endpoints (#6230) 2020-06-12 17:06:12 +00:00
main.go Add --historical-slasher-node flag to simplify slasher usage (#6627) 2020-07-20 20:23:48 +00:00
README.md Update README for Slasher (#5106) 2020-03-15 18:46:21 +00:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Add --historical-slasher-node flag to simplify slasher usage (#6627) 2020-07-20 20:23:48 +00:00

Hash Slinging Slasher Server Implementation

This is the main project folder for a slasher server implementation for Ethereum Serenity in Golang by Prysmatic Labs. A slasher listens for all broadcasted messages using a running beacon node in order to detect slashable attestations and block proposals. It uses the min-max-surround method by Protolambda.

The slasher requires a connection to a synced beacon node in order to listen for attestations and block proposals. To run the slasher, type:

bazel run //slasher -- \
    --datadir PATH/FOR/DB \
    --span-map-cache \
    --beacon-rpc-provider localhost:4000

The beacon node entered in beacon-rpc-provider will then receive slashings from the slasher client and send them to any requesting proposer to be put into a block.