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 |
|
terence tsao
|
89b451cb6e
|
Move Validator Helper Functions to Helper Package (#1584)
* fixed epoch_processing
* test p2p
* refactored validator helpers to helper package
* increased validator test cov
|
2019-02-13 15:04:31 -06:00 |
|
terence tsao
|
b099f5d216
|
Aligning ETH2.0 spec - Update Validator Fields (#1513)
* remove ValidatorRegistryDeltaBlock
* fixed tests after changing validator functions to epoch first
* gaz
|
2019-02-06 15:46:05 -06:00 |
|
terence tsao
|
506db55be5
|
Aligning ETH2.0 spec - Make Epoch First Citizen (Shuffling and GetCrosslinkAtSlot) (#1488)
|
2019-02-05 19:52:14 +01:00 |
|
terence tsao
|
21ac564631
|
Aligning ETH2.0 spec - Make Epoch First Citizen (Package: Validators) (#1460)
|
2019-02-04 21:34:33 +01:00 |
|