We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7b510 commit 2524730Copy full SHA for 2524730
cmd/lightchain/version.go
@@ -6,9 +6,9 @@ import (
6
)
7
8
const Major = "1"
9
-const Minor = "3"
10
-const Fix = "2"
11
-const Verbal = "Fast && Safe"
+const Minor = "4"
+const Fix = "0"
+const Verbal = "Constantinople"
12
13
var versionCmd = &cobra.Command{
14
Use: "version",
network/mainnet/database/genesis.go
@@ -10,7 +10,9 @@ const Genesis = `
"eip150Block": 0,
"eip155Block": 0,
"eip158Block": 0,
- "ByzantiumBlock": 0
+ "ByzantiumBlock": 0,
+ "ConstantinopleBlock": 492834,
15
+ "PetersburgBlock": 492834
16
},
17
"nonce": "1",
18
"difficulty": "1024",
0 commit comments