prysm-pulse/beacon-chain
Radosław Kapka 3e0b20529b
Miscellaneous code quality improvements (#7414)
* anti-patterns

* performance issues

* handle skipped defer

* gazelle fix

* misc bug risks

* make logging of proposer slashings more robust

* simplify calling span.End()

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-10-04 15:03:10 +00:00
..
blockchain Miscellaneous code quality improvements (#7414) 2020-10-04 15:03:10 +00:00
cache Miscellaneous code quality improvements (#7414) 2020-10-04 15:03:10 +00:00
core Miscellaneous code quality improvements (#7414) 2020-10-04 15:03:10 +00:00
db DB: Return error when saving nil eth1data (#7396) 2020-09-30 23:23:22 +00:00
flags Add and verify weak-subjectivity-checkpoint flag (#7256) 2020-09-17 14:32:40 -05:00
forkchoice Miscellaneous code quality improvements (#7414) 2020-10-04 15:03:10 +00:00
gateway Add Beacon Gateway Flag to Validator Client (#7179) 2020-09-04 19:03:18 +00:00
interop-cold-start Better naming for constructor funcs (#7316) 2020-09-23 08:59:49 +00:00
node Warn if user is not using a supported platform (#7381) 2020-10-02 09:45:34 +03:00
operations Check block attestation length for operation pool (#7420) 2020-10-02 20:08:06 +00:00
p2p Miscellaneous code quality improvements (#7414) 2020-10-04 15:03:10 +00:00
powchain Optimize Fetching of Eth1 Blocks (#7386) 2020-10-02 15:31:05 +08:00
rpc Update EthereumAPIs (#7409) 2020-10-01 22:04:48 -04:00
state Miscellaneous code quality improvements (#7414) 2020-10-04 15:03:10 +00:00
sync Miscellaneous code quality improvements (#7414) 2020-10-04 15:03:10 +00:00
BUILD.bazel Avoid automaxprocs default logger to printf (#6524) 2020-07-11 00:57:43 +00:00
main.go Add, use and test VerifyWeakSubjectivityRoot (#7344) 2020-09-26 08:04:07 +00:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Add, use and test VerifyWeakSubjectivityRoot (#7344) 2020-09-26 08:04:07 +00:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum Serenity in Golang by Prysmatic Labs. Before you begin, check out our Contribution Guidelines and join our active chat room on Discord or Gitter below:

Discord Gitter

Also, read the latest beacon chain design spec, this design spec serves as a source of truth for the beacon chain implementation we follow at prysmatic labs. Check out the FAQs. Refer this page on why we are combining sharding and casper together.