prysm-pulse/beacon-chain
terence tsao 8c04ced1a6 Name Changes to Align with V0.3 (#1621)
* fixed epoch_processing

* penalize->slash

* exit -> voluntary_exit

*  SEED_LOOKAHEAD -> MIN_SEED_LOOKAHED

* ENTRY_EXIT_DELAY -> ACTIVATION_EXIT_DELAY

* `INCLUDER_REWARD_QUOTIENT` -> `ATTESTATION_INCLUSION_REWARD_QUOTIEN`

* LatestIndexRoots -> LatestActiveIndexRoots

* `MIN_VALIDATOR_WITHDRAWAL_EPOCHS` -> `MIN_VALIDATOR_WITHDRAWAL_DELAY`

* MAX_WITHDRAWALS_PER_EPOCH -> MAX_EXIT_DEQUEUES_PER_EPOCH

* ETH1_DATA_VOTING_PERIOD -> EPOCHS_PER_ETH1_VOTING_PERIOD

* SLOT_DURATION -> SECONDS_PER_SLOT

* EPOCH_LENGTH -> SLOTS_PER_EPOCH

* SLOT_DURATION -> SECONDS_PER_SLOT take 2

* rest of the misc fixes for config name changes

* remove tools/bootnode/.!74296!bootnode.go

* `current_epoch_start_shard` -> `current_shuffling_start_shard`, `current_shuffling_epoch`, `current_shuffling_see`

* go fmt

* fixed comment

* updated pseudocode comments

* merged master
2019-02-18 10:52:16 -06:00
..
attestation Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00
blockchain Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
chaintest Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
core Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
db Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06: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 Adding batched logs (#1605) 2019-02-16 15:00:52 -06:00
operations Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
powchain Adding batched logs (#1605) 2019-02-16 15:00:52 -06:00
rpc Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
sync Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
utils Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
BUILD.bazel Add simple version to binaries via golink (#1286) 2019-01-09 23:19:33 -05:00
main.go remove old keystore flag (#1610) 2019-02-15 17:50:25 -05: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.