prysm-pulse/beacon-chain
Radosław Kapka e40fba7679
Implement ListPoolAttesterSlashings in the beacon API (#8492)
* pool interface and mock

* implementation

* gofmt

* gzl

* Use migration package for slashing mapping

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-02-23 16:17:07 +01:00
..
blockchain Implement ListPoolAttesterSlashings in the beacon API (#8492) 2021-02-23 16:17:07 +01:00
cache Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
core Use validatorIndex instead of validatorID (#8498) 2021-02-22 19:40:58 -06:00
db ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
flags Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
forkchoice ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
gateway Provide TLS certificate to gRPC gateway (#8418) 2021-02-10 04:23:12 +00:00
interop-cold-start Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
node Implement ListPoolAttesterSlashings in the beacon API (#8492) 2021-02-23 16:17:07 +01:00
operations Implement ListPoolAttesterSlashings in the beacon API (#8492) 2021-02-23 16:17:07 +01:00
p2p Fix duplicate import (#8494) 2021-02-22 17:36:18 +00:00
powchain Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
rpc Implement ListPoolAttesterSlashings in the beacon API (#8492) 2021-02-23 16:17:07 +01:00
state Use validatorIndex instead of validatorID (#8498) 2021-02-22 19:40:58 -06:00
sync Implement ListPoolAttesterSlashings in the beacon API (#8492) 2021-02-23 16:17:07 +01:00
BUILD.bazel Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
main.go Configurable DB Mmap Size for Beacon Node and Validator Client (#8448) 2021-02-15 20:29:47 +00:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Configurable DB Mmap Size for Beacon Node and Validator Client (#8448) 2021-02-15 20:29:47 +00:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of eth2 written in Go by Prysmatic Labs.

You can also read our main README and join our active chat room on Discord.

Discord

Also, read the official beacon chain specification, this design spec serves as a source of truth for the beacon chain implementation we follow at Prysmatic Labs.