prysm-pulse/beacon-chain
Raul Jordan c6343cac3a Enable RPCMaxPageSize via Beacon Node Flag (#4539)
* add new flag
* enforce max page size via flag
* ensure exists in flag group
* Merge refs/heads/master into custom-max-page
* Merge refs/heads/master into custom-max-page
* Merge refs/heads/master into custom-max-page
* Merge refs/heads/master into custom-max-page
* Merge refs/heads/master into custom-max-page
* Merge refs/heads/master into custom-max-page
* Merge refs/heads/master into custom-max-page
* Merge refs/heads/master into custom-max-page
* Merge refs/heads/master into custom-max-page
* Merge refs/heads/master into custom-max-page
* Merge refs/heads/master into custom-max-page
* conflict with master
* resolved broken tests
* Update beacon-chain/flags/config.go
* Merge refs/heads/master into custom-max-page
2020-01-16 21:19:43 +00:00
..
archiver Refactor database interface to prefer blockchain.HeadFetcher (#4523) 2020-01-13 17:02:20 +00:00
blockchain Efficiently add proposer indices to cache (#4548) 2020-01-16 15:03:49 +00:00
cache Efficiently add proposer indices to cache (#4548) 2020-01-16 15:03:49 +00:00
core Efficiently add proposer indices to cache (#4548) 2020-01-16 15:03:49 +00:00
db Set Capacity for Slices (#4540) 2020-01-14 14:44:24 +08:00
flags Enable RPCMaxPageSize via Beacon Node Flag (#4539) 2020-01-16 21:19:43 +00:00
gateway Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
interop-cold-start Refactor database interface to prefer blockchain.HeadFetcher (#4523) 2020-01-13 17:02:20 +00:00
node Beacon node slasher client infrastructure (#4111) 2020-01-08 20:49:32 -08:00
operations/attestations Fix up attestation pool (#4493) 2020-01-11 13:59:06 -08:00
p2p Add bad peer count (#4537) 2020-01-16 21:07:09 +00:00
powchain Fix Stuck Beacon Node (#4454) 2020-01-16 01:46:15 +00:00
rpc Enable RPCMaxPageSize via Beacon Node Flag (#4539) 2020-01-16 21:19:43 +00:00
sync Better resync checking and running (#4516) 2020-01-16 16:57:38 +00:00
BUILD.bazel Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
main.go Enable RPCMaxPageSize via Beacon Node Flag (#4539) 2020-01-16 21:19:43 +00:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go Enable RPCMaxPageSize via Beacon Node Flag (#4539) 2020-01-16 21:19:43 +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.