Skip to content

Commit 2524730

Browse files
committed
#201 Enables Constantinople at block 492834 on Mainnet.
1 parent 0d7b510 commit 2524730

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

cmd/lightchain/version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import (
66
)
77

88
const Major = "1"
9-
const Minor = "3"
10-
const Fix = "2"
11-
const Verbal = "Fast && Safe"
9+
const Minor = "4"
10+
const Fix = "0"
11+
const Verbal = "Constantinople"
1212

1313
var versionCmd = &cobra.Command{
1414
Use: "version",

network/mainnet/database/genesis.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ const Genesis = `
1010
"eip150Block": 0,
1111
"eip155Block": 0,
1212
"eip158Block": 0,
13-
"ByzantiumBlock": 0
13+
"ByzantiumBlock": 0,
14+
"ConstantinopleBlock": 492834,
15+
"PetersburgBlock": 492834
1416
},
1517
"nonce": "1",
1618
"difficulty": "1024",

0 commit comments

Comments
 (0)