Files
prysm/beacon-chain
Raul Jordan da630f349f Add Test for Aggregating Large Amount of Attestations (#3358)
* test for verifying large amount of agg sigs

* agg sgi could not verify

* 128 fails

* confirmed works for 512

* comprehensive test for handle att

* commented test

* fix up test

* include the proper wait group

* concurrency managed to reproduce verification bug

* concurrent test passes

* revert config changes

* use new db in operations tests

* debugging for the special attestations

* resolve tests

* fmt
2019-09-02 13:49:37 -05:00
..
2019-09-01 08:37:38 -07:00
2019-08-29 09:36:43 -05:00
2019-09-01 08:37:38 -07:00
2019-08-22 22:49:03 -04:00
2019-09-02 06:29:59 -07:00
2019-07-24 15:19:44 -04:00
2019-08-21 12:33:48 -04:00
2019-06-02 08:33:44 -07:00
2019-08-21 12:33:48 -04: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.