OSDN Git Service

feat(version): update bytom version to 1.1.1 (#1842) v1.1.1
authorDeKaiju <longjinglv@gmail.com>
Wed, 23 Dec 2020 01:36:24 +0000 (09:36 +0800)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 01:36:24 +0000 (09:36 +0800)
consensus/general.go
version/version.go

index f46eaf6..cfa9027 100644 (file)
@@ -144,6 +144,7 @@ var MainNetParams = Params{
                {420000, bc.NewHash([32]byte{0xdc, 0x99, 0xc7, 0x2d, 0x52, 0xa9, 0xc7, 0x2f, 0xdb, 0xcc, 0xf2, 0xb0, 0x51, 0xa2, 0x31, 0xde, 0x01, 0x06, 0x3d, 0x5d, 0x5e, 0x1a, 0x35, 0xd7, 0x1f, 0xf0, 0x5c, 0x2b, 0x59, 0x5c, 0x06, 0x32})},
                {460000, bc.NewHash([32]byte{0xf7, 0xfa, 0x12, 0xc9, 0xab, 0x6c, 0xcd, 0x32, 0x4e, 0xb0, 0x4a, 0x57, 0x6a, 0xe0, 0x9e, 0xd4, 0xa3, 0x59, 0x2d, 0x83, 0x5a, 0x27, 0xbb, 0x1b, 0xc0, 0xcd, 0x12, 0x94, 0x9e, 0xaf, 0x03, 0x7d})},
                {500000, bc.NewHash([32]byte{0x35, 0xc7, 0x54, 0x9a, 0x4b, 0x7b, 0x61, 0x2a, 0xe9, 0x4e, 0x16, 0xd6, 0x29, 0x8b, 0x97, 0x18, 0x0c, 0xa5, 0x73, 0x6a, 0xcb, 0x79, 0xfb, 0x2a, 0xc6, 0x4a, 0xf2, 0xc8, 0x2a, 0x18, 0x35, 0xe6})},
+               {570000, bc.NewHash([32]byte{0x46, 0xd2, 0x28, 0xb4, 0xf3, 0xa2, 0x92, 0xde, 0x9d, 0xb3, 0x1c, 0x86, 0x4b, 0xb9, 0x94, 0x65, 0xad, 0x31, 0xa4, 0xa7, 0x28, 0x94, 0x30, 0x8c, 0xea, 0xa0, 0xaa, 0xf1, 0x9a, 0xe0, 0xbd, 0x9c})},
        },
 }
 
index 4e2ca6d..1b0629e 100644 (file)
@@ -47,7 +47,7 @@ const (
 
 var (
        // The full version string
-       Version = "1.1.0"
+       Version = "1.1.1"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
        Status    *UpdateStatus