prysm-pulse/beacon-chain
Victor Farazdagi bbde2a6820
Assert no side effects occur on test (#5714)
* add reset funcs
* init -> TestMain for beacon config params
* fixes build file
* core/epoch spectests updated
* core/blocks spectests updated
* fix the rest of spectests
* SetupTestConfigCleanup
* revert copy() api
* rever all cases of copy()
* fixes spectests
* updates fork_test
* config_test update
* fixes spectest/config_test
* Merge refs/heads/master into assert-no-side-effects-occur-in-tests
* Merge branch 'master' into assert-no-side-effects-occur-in-tests
* Merge refs/heads/master into assert-no-side-effects-occur-in-tests
* Merge refs/heads/master into assert-no-side-effects-occur-in-tests
* Merge refs/heads/master into assert-no-side-effects-occur-in-tests
* Merge refs/heads/master into assert-no-side-effects-occur-in-tests
* Merge refs/heads/master into assert-no-side-effects-occur-in-tests
* Merge refs/heads/master into assert-no-side-effects-occur-in-tests
* Merge refs/heads/master into assert-no-side-effects-occur-in-tests
* Merge branch 'master' into assert-no-side-effects-occur-in-tests
* Merge refs/heads/master into assert-no-side-effects-occur-in-tests
* Merge refs/heads/master into assert-no-side-effects-occur-in-tests
2020-05-05 08:39:38 +00:00
..
archiver libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blockchain libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
cache libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
core Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
db libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
flags libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
forkchoice libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
gateway libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
interop-cold-start libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
node libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
operations Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
p2p Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
powchain Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
rpc Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
state Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
sync Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
BUILD.bazel libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
main.go Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47: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 Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47: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.