prysm-pulse/beacon-chain
terence tsao 2e0158d7c5
Add HighestSlotBlock Getter for db (#5182)
* Starting

* Update block getters in db

* New test

* New test for save blocks as well

* Delete blocks can clear bits tests

* Fmt
2020-03-23 18:42:41 -05:00
..
archiver Update outdated spec function names and comments (#4992) 2020-03-03 18:29:41 +00:00
blockchain Refactor attestationutil.AttestingIndices (#5159) 2020-03-22 00:23:37 +00:00
cache Attestation: Add a check for overflow (#5136) 2020-03-19 04:41:05 +00:00
core Shard //beacon-chain/core/state:go_default_test (#5180) 2020-03-23 19:08:39 +00:00
db Add HighestSlotBlock Getter for db (#5182) 2020-03-23 18:42:41 -05:00
flags Add CORS preflight support (#5177) 2020-03-23 13:17:17 -05: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 Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
node Add CORS preflight support (#5177) 2020-03-23 13:17:17 -05:00
operations New state setter (#5100) 2020-03-14 16:31:21 +00:00
p2p Add Attestation Subnet Bitfield (#4989) 2020-03-23 09:41:47 -05:00
powchain Reduce frequency of 'eth1 client not syncing' messages (#5057) 2020-03-10 09:51:41 -05:00
rpc Change ListAttestations to get attestations from blocks (#5145) 2020-03-23 16:22:37 -04:00
state Fix new state mgmt sync stuck in a loop (#5142) 2020-03-19 18:46:35 -07:00
sync Add HighestSlotBlock Getter for db (#5182) 2020-03-23 18:42:41 -05:00
BUILD.bazel Allow setting flags via yaml config file. (#4878) 2020-03-19 14:46:44 -07:00
main.go Add Attestation Subnet Bitfield (#4989) 2020-03-23 09:41:47 -05: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 Add Attestation Subnet Bitfield (#4989) 2020-03-23 09:41:47 -05: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.