mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
5b209a2b18
* update proto fileds * Start writing ProcessETH1Data function * More progress on tests * Continue more work on tests * Fix almost all the tests * Fix all tests * Fix everything * Fix after rebase * Fix for suggestions and fix per-epoch operation * Remove method usage * Fix build * Fix suggestions * Fix merge issues and suggestions * Fix rebase issues * Remove the error from ProcessETH1Data * WIP write test * Update test to reach crosslinks * Revert "Update test to reach crosslinks" This reverts commit 5ff9177f96c12c98c54eafffcfb385bd966b0888. * Revert "WIP write test" This reverts commit f7e7ed715c4af6b7e3c95643f7ebf85830caf638. |
||
---|---|---|
.. | ||
blockchain | ||
chaintest | ||
core | ||
db | ||
dbcleanup | ||
internal | ||
node | ||
operations | ||
powchain | ||
rpc | ||
sync | ||
utils | ||
BUILD.bazel | ||
main.go | ||
README.md |
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:
Also, read the latest sharding + casper 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.