prysm-pulse/beacon-chain/sync
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
..
initial-sync Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
BUILD.bazel Skips Attestation Older than Finalized Slot (#1623) 2019-02-17 16:10:57 -06:00
querier_test.go Combine Sync Services (#1060) 2018-12-10 13:26:44 +08:00
querier.go Create health check for SyncService (#1316) 2019-02-10 15:07:31 -06:00
regular_sync_test.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
regular_sync.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
service_test.go Create health check for SyncService (#1316) 2019-02-10 15:07:31 -06:00
service.go Create health check for SyncService (#1316) 2019-02-10 15:07:31 -06:00