prysm-pulse/beacon-chain
Raul Jordan 281e5d1cfd
Provide Real Keystore to Validator Service for Public/Private Key Access at Runtime (#1570)
* provide validator with real keystore public key

* fmt

* build errors buildkite

* readd imports removed by goimport

* gazelle

* address broken tests

* make reference to filename a param

* fmt

* imports

* gazelle

* os remove all

* Use better Temp storage for tests

* testmain approach to avoid repeating expensive operation for each test

* travis lint

* fix test

* nokeystore in status test

* passing

* fix goimports
2019-02-13 17:49:06 -06:00
..
attestation Update Fork Choice to Use Balance (#1564) 2019-02-13 23:13:00 +00:00
blockchain Update Fork Choice to Use Balance (#1564) 2019-02-13 23:13:00 +00:00
chaintest Update Genesis Slot and Epoch (#1537) 2019-02-10 23:09:35 +01:00
core Move Validator Helper Functions to Helper Package (#1584) 2019-02-13 15:04:31 -06:00
db Provide Real Keystore to Validator Service for Public/Private Key Access at Runtime (#1570) 2019-02-13 17:49:06 -06:00
dbcleanup Update MaxDeposit Config Names (#1539) 2019-02-09 14:09:09 +01:00
internal Provide Real Keystore to Validator Service for Public/Private Key Access at Runtime (#1570) 2019-02-13 17:49:06 -06:00
node Provide Real Keystore to Validator Service for Public/Private Key Access at Runtime (#1570) 2019-02-13 17:49:06 -06:00
operations Align Block Operations to Spec (#1512) 2019-02-08 15:53:36 -06:00
powchain Update References to Deposit Contract, Update Flags (#1576) 2019-02-13 13:08:28 -06:00
rpc Move Validator Helper Functions to Helper Package (#1584) 2019-02-13 15:04:31 -06:00
sync Remove Justified Slot (#1561) 2019-02-13 16:42:33 +00:00
utils Update References to Deposit Contract, Update Flags (#1576) 2019-02-13 13:08:28 -06:00
BUILD.bazel Add simple version to binaries via golink (#1286) 2019-01-09 23:19:33 -05:00
main.go Update References to Deposit Contract, Update Flags (#1576) 2019-02-13 13:08:28 -06:00
README.md switch ethereum 2.0 to ethereum serenity (#714) 2018-11-01 07:02:01 -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 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.