prysm-pulse/beacon-chain
Ivan Martinez 60bf3edf0a
Optimize GetDuties to not call Eth1 functions (#5516)
* Remove unneeded validator status calls for GetDuties
* Cleanup validator runner function
* Improvements
* Undo validator client changes
* Merge branch 'master' into optimize-getduties
* Revert "Undo validator client changes"

This reverts commit 4385181eaf6897bd7f4c48af84c8071c6cecbb46.
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into optimize-getduties
* Remove unneeded tests
* Merge branch 'optimize-getduties' of https://github.com/0xKiwi/Prysm into optimize-getduties
* Revert "Cleanup validator runner function"

This reverts commit f0c8c5e8bc13f68612c00e681f74ad1665535ee8.
* Add back test
* Optimize getduties
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into optimize-getduties
* Merge branch 'master' into optimize-getduties
2020-04-20 22:24:50 +00:00
..
archiver Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
blockchain Log warn instead of return error (#5547) 2020-04-20 21:32:56 +00:00
cache Run Gofmt on Repo (#5541) 2020-04-20 16:35:04 +00:00
core Add Reference Copying (#5245) 2020-04-19 13:57:43 +00:00
db Regen and save historical states as default (#5544) 2020-04-20 20:19:53 +00:00
flags Change prometheus port for different parts of Prysm (#5504) 2020-04-19 08:36:19 +00:00
forkchoice Expose fork choice node (#4819) 2020-02-10 13:09:12 -06:00
gateway Add CORS preflight support (#5177) 2020-03-23 13:17:17 -05:00
interop-cold-start Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
node Change prometheus port for different parts of Prysm (#5504) 2020-04-19 08:36:19 +00:00
operations Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
p2p Make Connections Less Aggressive (#5488) 2020-04-20 02:11:18 +00:00
powchain Debug log pubkey chainstart already added (#5461) 2020-04-16 20:46:14 +00:00
rpc Optimize GetDuties to not call Eth1 functions (#5516) 2020-04-20 22:24:50 +00:00
state Regen and save historical states as default (#5544) 2020-04-20 20:19:53 +00:00
sync Cancel Initial Sync Properly (#5529) 2020-04-20 04:04:45 +00:00
BUILD.bazel Add Geth Logging (#5474) 2020-04-18 06:23:45 +00:00
main.go Change prometheus port for different parts of Prysm (#5504) 2020-04-19 08:36:19 +00:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Allow setting flags via yaml config file. (#4878) 2020-03-19 14:46:44 -07:00
usage.go Change prometheus port for different parts of Prysm (#5504) 2020-04-19 08:36:19 +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.