Skip to content

Commit

Permalink
upgrade: update system contracts bytes code and hardfork time of Feyn…
Browse files Browse the repository at this point in the history
…man upgrade (ethereum#2335)
  • Loading branch information
pythonberg1997 authored Mar 28, 2024
1 parent 280cad3 commit 3b55be5
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 6 deletions.
67 changes: 66 additions & 1 deletion core/systemcontracts/upgrade.go

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,10 @@ var (
HertzBlock: big.NewInt(31302048),
HertzfixBlock: big.NewInt(34140700),
// UnixTime: 1705996800 is January 23, 2024 8:00:00 AM UTC
ShanghaiTime: newUint64(1705996800),
KeplerTime: newUint64(1705996800),

// TODO
FeynmanTime: nil,
ShanghaiTime: newUint64(1705996800),
KeplerTime: newUint64(1705996800),
FeynmanTime: newUint64(1713419340),
FeynmanFixTime: newUint64(1713419340),

Parlia: &ParliaConfig{
Period: 3,
Expand Down

0 comments on commit 3b55be5

Please sign in to comment.