prysm-pulse/beacon-chain
Preston Van Loon 9740245ca5
Add enable-state-field-trie for e2e (#5198)
* Add enable-state-field-trie for e2e
* Merge refs/heads/master into e2e-enable-state-field-trie
* Merge refs/heads/master into e2e-enable-state-field-trie
* fix all this
* Update shared/sliceutil/slice.go

Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
* terence's review
* comment
* Merge branch 'e2e-enable-state-field-trie' of https://github.com/prysmaticlabs/geth-sharding into e2e-enable-state-field-trie
2020-03-25 06:54:56 +00:00
..
archiver Update outdated spec function names and comments (#4992) 2020-03-03 18:29:41 +00:00
blockchain Add span to HTR and skip slot cache (#5197) 2020-03-25 01:15:00 +00:00
cache Add span to HTR and skip slot cache (#5197) 2020-03-25 01:15:00 +00:00
core Add span to HTR and skip slot cache (#5197) 2020-03-25 01:15:00 +00:00
db Apply fixes to block slots methods in DB (#5194) 2020-03-25 03:05:20 +00: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 Add span to HTR and skip slot cache (#5197) 2020-03-25 01:15:00 +00: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 ipv6 multiaddr support (#5199) 2020-03-25 04:03:51 +00:00
powchain Reduce frequency of 'eth1 client not syncing' messages (#5057) 2020-03-10 09:51:41 -05:00
rpc Add span to HTR and skip slot cache (#5197) 2020-03-25 01:15:00 +00:00
state Add enable-state-field-trie for e2e (#5198) 2020-03-25 06:54:56 +00:00
sync Correctly return attestation data for late requests (#5183) 2020-03-23 21:30:28 -07: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.