prysm-pulse/beacon-chain
Ivan Martinez 7a8e85af9e
Add testing for EnableFieldTrie in state_trie.go (#5820)
* Add testing for EnableFieldTrie
* Merge branch 'master' into test-field-trie
* Merge branch 'master' into test-field-trie
* Merge refs/heads/master into test-field-trie
* goimports
* Merge refs/heads/master into test-field-trie
* Merge refs/heads/master into test-field-trie
* Merge refs/heads/master into test-field-trie
* Merge refs/heads/master into test-field-trie
* Merge refs/heads/master into test-field-trie
* Merge refs/heads/master into test-field-trie
* Merge refs/heads/master into test-field-trie
* Merge refs/heads/master into test-field-trie
* Merge refs/heads/master into test-field-trie
* Merge refs/heads/master into test-field-trie
* Merge refs/heads/master into test-field-trie
* Merge refs/heads/master into test-field-trie
* Add tests for generic HTR
* Merge refs/heads/master into test-field-trie
2020-05-14 17:38:34 +00:00
..
archiver libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blockchain Revert "Check Whether Block Is Already Processed" (#5856) 2020-05-14 16:37:58 +00:00
cache Remove ETH1 Data Vote Cache (#5792) 2020-05-09 04:08:24 +00:00
core Ensure proper block slot for process block header (#5846) 2020-05-14 00:31:58 +00:00
db Regen historical using ArchivedPointRoot then State (#5845) 2020-05-14 00:10:36 +00:00
flags Adds BlockBatchLimitBurstFactor flag (#5825) 2020-05-12 11:31:10 +00:00
forkchoice libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
gateway Update gateway max resv size to 16MB (#5756) 2020-05-06 21:01:23 +00:00
interop-cold-start libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
node Add Ability to Restrict Outbound Dials (#5794) 2020-05-09 22:18:21 +00:00
operations Validate slashings upon pool exit (#5848) 2020-05-14 17:11:28 +00:00
p2p Allow a Larger Allowance for Peer Faults (#5847) 2020-05-14 03:08:58 +00:00
powchain Retry Initialization of ETH1 Connection (#5730) 2020-05-05 09:06:43 +00:00
rpc Validate slashings upon pool exit (#5848) 2020-05-14 17:11:28 +00:00
state Add testing for EnableFieldTrie in state_trie.go (#5820) 2020-05-14 17:38:34 +00:00
sync Validate slashings upon pool exit (#5848) 2020-05-14 17:11:28 +00:00
BUILD.bazel Load chain config from file (#5694) 2020-05-05 20:58:07 +03:00
main.go Adds BlockBatchLimitBurstFactor flag (#5825) 2020-05-12 11:31:10 +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 Adds BlockBatchLimitBurstFactor flag (#5825) 2020-05-12 11:31:10 +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.