Skip to content

Commit

Permalink
Merge pull request #211 from lightstreams-network/201_constantinople_…
Browse files Browse the repository at this point in the history
…fork

#201 Enables Constantinople at block 492834 on Mainnet.
  • Loading branch information
ggarri authored Mar 2, 2020
2 parents 0d7b510 + 2524730 commit 864d012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cmd/lightchain/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
)

const Major = "1"
const Minor = "3"
const Fix = "2"
const Verbal = "Fast && Safe"
const Minor = "4"
const Fix = "0"
const Verbal = "Constantinople"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down
4 changes: 3 additions & 1 deletion network/mainnet/database/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ const Genesis = `
"eip150Block": 0,
"eip155Block": 0,
"eip158Block": 0,
"ByzantiumBlock": 0
"ByzantiumBlock": 0,
"ConstantinopleBlock": 492834,
"PetersburgBlock": 492834
},
"nonce": "1",
"difficulty": "1024",
Expand Down

0 comments on commit 864d012

Please sign in to comment.