Skip to content

Commit

Permalink
Gingerbread Activation blocks (#2180)
Browse files Browse the repository at this point in the history
Description
Gingerbread Activation blocks:

Mainnet:
P1 & P2: 21616000 -> ~ 26/Sept/2023 17:15 UTC

Alfajores:
P1 & P2: 9814000 -> ~ 11/Sept/2023 17:30 UTC

Baklava:
P1: 18785000 -> 10/Aug/2023, 3:07:54 PM UTC
P2: 19157000 -> 01/Sept/2023, 2:08:22 PM UTC
  • Loading branch information
gastonponti committed Sep 5, 2023
1 parent da7fa56 commit 2d25832
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ var (
ChurritoBlock: big.NewInt(6774000),
DonutBlock: big.NewInt(6774000),
EspressoBlock: big.NewInt(11838440),
GingerbreadBlock: nil,
GingerbreadP2Block: nil,
GingerbreadBlock: big.NewInt(21616000),
GingerbreadP2Block: big.NewInt(21616000),
Istanbul: &IstanbulConfig{
Epoch: 17280,
ProposerPolicy: 2,
Expand All @@ -92,8 +92,8 @@ var (
ChurritoBlock: big.NewInt(2719099),
DonutBlock: big.NewInt(5002000),
EspressoBlock: big.NewInt(9195000),
GingerbreadBlock: nil,
GingerbreadP2Block: nil,
GingerbreadBlock: big.NewInt(18785000),
GingerbreadP2Block: big.NewInt(19157000),
Istanbul: &IstanbulConfig{
Epoch: 17280,
ProposerPolicy: 2,
Expand All @@ -119,8 +119,8 @@ var (
ChurritoBlock: big.NewInt(4960000),
DonutBlock: big.NewInt(4960000),
EspressoBlock: big.NewInt(9472000),
GingerbreadBlock: nil,
GingerbreadP2Block: nil,
GingerbreadBlock: big.NewInt(19814000),
GingerbreadP2Block: big.NewInt(19814000),
Istanbul: &IstanbulConfig{
Epoch: 17280,
ProposerPolicy: 2,
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
// "1.3.0-beta", "1.3.0-beta.2", etc. and then "1.3.0-stable", "1.3.1-stable", etc.
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 6 // Minor version component of the current release
VersionMinor = 8 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)
Expand Down

0 comments on commit 2d25832

Please sign in to comment.