prysm-pulse/beacon-chain
Panagiotis Georgiadis 46f6bd6d08
A bit of cleanup based on goconst tool (#8529)
* Make 1 occurence of 'foo', 'bar' and 'fizz!'

* Make 1 occurence of 'merkleizing list that is too large, over limit' string

* Limit password occurrences

* Make only 1 occurence of 'strongPass'

* Limit testMnemonic occurrences

* Limit expected epoch error messages

* Rename errors and use constant

* Update bazel dependencies

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2021-03-02 11:39:54 +00:00
..
blockchain Implement ListPoolProposerSlashings and ListPoolVoluntaryExits in the beacon API (#8508) 2021-02-24 15:29:25 +00:00
cache Add Better Peer Pruning (#8501) 2021-02-24 18:40:06 +00:00
core Update snappy to fix ARM64 with go.1.16 (Reverts #8538) (#8539) 2021-03-02 16:54:16 +08:00
db Use DeepSSZEqual to satisfy go tests (#8499) 2021-02-23 22:20:11 +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 ListPoolProposerSlashings and ListPoolVoluntaryExits in the beacon API (#8508) 2021-02-24 15:29:25 +00:00
operations Implement SubmitVoluntaryExit and SubmitProposerSlashing in the beacon API (#8532) 2021-03-01 16:08:39 +00:00
p2p Update snappy to fix ARM64 with go.1.16 (Reverts #8538) (#8539) 2021-03-02 16:54:16 +08:00
powchain Remove outdated and skipped TestConsistentGenesisState (#8506) 2021-02-24 13:40:19 +00:00
rpc A bit of cleanup based on goconst tool (#8529) 2021-03-02 11:39:54 +00:00
state Use DeepSSZEqual to satisfy go tests (#8499) 2021-02-23 22:20:11 +00:00
sync Use eth2-types SSZUint64 (#8514) 2021-02-25 05:51:26 -08: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.