prysm-pulse/beacon-chain/db
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_test.go Retrieve Attestations from Operation Service (#1606) 2019-02-15 13:27:45 -06:00
attestation.go Retrieve Attestations from Operation Service (#1606) 2019-02-15 13:27:45 -06:00
block_operations_test.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
block_operations.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
block_test.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
block.go Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00
BUILD.bazel Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00
cleanup_history_test.go db methods: remove Get prefix (#1351) 2019-01-21 17:34:11 +08:00
cleanup_history.go db methods: remove Get prefix (#1351) 2019-01-21 17:34:11 +08:00
db_test.go Provide Real Keystore to Validator Service for Public/Private Key Access at Runtime (#1570) 2019-02-13 17:49:06 -06:00
db.go Remove Old References to Block Vote Cache (#1585) 2019-02-14 08:54:29 -06:00
pending_deposits_test.go Insert pending deposits (#1495) 2019-02-05 11:25:09 -06:00
pending_deposits.go Insert pending deposits (#1495) 2019-02-05 11:25:09 -06:00
schema.go Remove Old References to Block Vote Cache (#1585) 2019-02-14 08:54:29 -06:00
state_test.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
state.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00