Skip to content

Commit 39fed8b

Browse files
committed
1.10.28
1 parent c5af205 commit 39fed8b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

params/config.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ var (
9393
var (
9494
MainnetTrustedCheckpoint = &TrustedCheckpoint{
9595
Name: "mainnet",
96-
SectionIndex: 141,
97-
SectionHead: common.HexToHash("0xa4c0a07c5a5080c861e4be0a436da4268d23a72fedd0a12f17cd663a19c60195"),
96+
SectionIndex: 149,
97+
SectionHead: common.HexToHash("0x68f893b88174079660b72daa075ec537e38654d977cee9a394d9b6b02d9f0aba"),
9898
}
9999

100100
DoloresTrustedCheckpoint = &TrustedCheckpoint{
@@ -169,7 +169,7 @@ var (
169169
ConstantinopleBlock: big.NewInt(0),
170170
PetersburgBlock: big.NewInt(0),
171171
IstanbulBlock: big.NewInt(0),
172-
NeoBlock: big.NewInt(5_000_000),
172+
NeoBlock: big.NewInt(0),
173173
Cuckoo: new(CuckooConfig),
174174
}
175175

params/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
)
2222

2323
const (
24-
VersionMajor = 1 // Major version component of the current release
25-
VersionMinor = 10 // Minor version component of the current release
26-
VersionPatch = 28 // Patch version component of the current release
27-
VersionMeta = "unstable" // Version metadata to append to the version string
24+
VersionMajor = 1 // Major version component of the current release
25+
VersionMinor = 10 // Minor version component of the current release
26+
VersionPatch = 28 // Patch version component of the current release
27+
VersionMeta = "stable" // Version metadata to append to the version string
2828
)
2929

3030
// Version holds the textual version string.

0 commit comments

Comments
 (0)