Skip to content

SeedHash

Source (upstream pre-purge) Current
File consensus/ethash/ethash.go ethash.go
Symbol SeedHash SeedHash
Ref dde2da0ef~1 etc/v1.17.3-full-node

3-way merge — purge → getc ← upstream

pre-purgecore-geth
// SeedHash is the seed to use for generating a verification cache and the mining
// dataset.
func SeedHash(epoch uint64, epochLength uint64) []byte {
return seedHash(epoch, epochLength)
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`ethash.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/consensus/ethash/ethash.go) | | Symbol | `SeedHash` | | Ref | `v1.12.20` |

← Consensus & Ethash