mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 11:20:45 +00:00
params: enable amsterdam fork in dev and test chain configs
Activate AmsterdamTime at genesis in AllDevChainProtocolChanges and MergedTestChainConfig so all accepted protocol changes are active.
This commit is contained in:
parent
7e625dd548
commit
21b0fc9043
1 changed files with 2 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ var (
|
||||||
TerminalTotalDifficulty: big.NewInt(0),
|
TerminalTotalDifficulty: big.NewInt(0),
|
||||||
PragueTime: newUint64(0),
|
PragueTime: newUint64(0),
|
||||||
OsakaTime: newUint64(0),
|
OsakaTime: newUint64(0),
|
||||||
|
AmsterdamTime: newUint64(0),
|
||||||
BlobScheduleConfig: &BlobScheduleConfig{
|
BlobScheduleConfig: &BlobScheduleConfig{
|
||||||
Cancun: DefaultCancunBlobConfig,
|
Cancun: DefaultCancunBlobConfig,
|
||||||
Prague: DefaultPragueBlobConfig,
|
Prague: DefaultPragueBlobConfig,
|
||||||
|
|
@ -318,6 +319,7 @@ var (
|
||||||
CancunTime: newUint64(0),
|
CancunTime: newUint64(0),
|
||||||
PragueTime: newUint64(0),
|
PragueTime: newUint64(0),
|
||||||
OsakaTime: newUint64(0),
|
OsakaTime: newUint64(0),
|
||||||
|
AmsterdamTime: newUint64(0),
|
||||||
UBTTime: nil,
|
UBTTime: nil,
|
||||||
TerminalTotalDifficulty: big.NewInt(0),
|
TerminalTotalDifficulty: big.NewInt(0),
|
||||||
Ethash: new(EthashConfig),
|
Ethash: new(EthashConfig),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue