Upgrade for Cancun fork (Geth 1.14) #10

Merged
roysc merged 13 commits from update-geth1.13 into v5 2024-08-05 13:17:00 +00:00
Showing only changes of commit d54817c33c - Show all commits

View File

@ -19,6 +19,8 @@ import (
)
var (
rng = rand.New(rand.NewSource(time.Now().UnixNano()))
// Note: block 1 doesn't have storage nodes. TODO: add fixtures with storage nodes
// chainAblock1StateKeys = sliceToSet(fixture.ChainA_Block1_StateNodeLeafKeys)
chainAblock1IpldCids = sliceToSet(fixture.ChainA_Block1_IpldCids)
@ -31,10 +33,6 @@ type selectiveData struct {
StorageNodes map[string]map[string]*models.StorageNodeModel
}
func init() {
rand.Seed(time.Now().UnixNano())
}
func testConfig(ethdbpath, ancientdbpath string) *Config {
return &Config{
Eth: &EthDBConfig{