prysm-pulse/beacon-chain/utils
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
..
BUILD.bazel Remove Old References to Block Vote Cache (#1585) 2019-02-14 08:54:29 -06:00
clock_test.go Implement Precise Ticker For Slot Interval (#635) 2018-10-10 11:17:48 -05:00
clock.go Implement Precise Ticker For Slot Interval (#635) 2018-10-10 11:17:48 -05:00
flags.go Add ChainStart Delay Flag (#1591) 2019-02-14 11:11:03 -06:00
shuffle_test.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
shuffle.go Eliminate Custody Logic for Phase 0 (#1408) 2019-01-30 11:11:13 +01:00