prysm-pulse/validator/client
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 Provide Real Keystore to Validator Service for Public/Private Key Access at Runtime (#1570) 2019-02-13 17:49:06 -06:00
fake_validator_test.go Validator Secret Initialization (#1436) 2019-01-31 12:57:57 +01:00
runner_test.go Validator Secret Initialization (#1436) 2019-01-31 12:57:57 +01:00
runner.go Fetch Initial Assignments at Genesis Slot Post ChainStart (#1574) 2019-02-13 12:27:44 -06:00
service_test.go Eliminate Repeated Expensive Operation in Client Tests (#1597) 2019-02-14 14:51:40 -06:00
service.go Provide Real Keystore to Validator Service for Public/Private Key Access at Runtime (#1570) 2019-02-13 17:49:06 -06:00
validator_attest_test.go Wait Until Halfway Through Slot Duration to AttestHead (#1532) 2019-02-15 10:58:06 -06:00
validator_attest.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
validator_propose_test.go Pending Attestations RPC Server/Client Implementation (#1617) 2019-02-15 18:36:40 -06:00
validator_propose.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
validator_test.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
validator.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00