Change Eth2 Repository Names (#9425)

* eth2 repo name changes

* rem sha

* use consensus spec terminology and pin sha
This commit is contained in:
Raul Jordan
2021-08-19 13:00:57 -05:00
committed by GitHub
parent 9f36116c2f
commit eac542a8ac
64 changed files with 87 additions and 87 deletions

View File

@@ -163,7 +163,7 @@ func startEndIndices(c *Committees, index uint64) (uint64, uint64) {
// Using seed as source for key to handle reorgs in the same epoch.
// The seed is derived from state's array of randao mixes and epoch value
// hashed together. This avoids collisions on different validator set. Spec definition:
// https://github.com/ethereum/eth2.0-specs/blob/v0.9.3/specs/core/0_beacon-chain.md#get_seed
// https://github.com/ethereum/consensus-specs/blob/v0.9.3/specs/core/0_beacon-chain.md#get_seed
func key(seed [32]byte) string {
return string(seed[:])
}