From 465a0f463af1e7b8857cd025c2ad31c00e07fa04 Mon Sep 17 00:00:00 2001 From: Tuna Date: Fri, 17 Aug 2018 10:47:03 +0700 Subject: [PATCH 1/2] declare alpha version --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 5176c4e445..03e2effff2 100644 --- a/params/version.go +++ b/params/version.go @@ -24,7 +24,7 @@ const ( VersionMajor = 0 // Major version component of the current release VersionMinor = 1 // Minor version component of the current release VersionPatch = 0 // Patch version component of the current release - VersionMeta = "unstable" // Version metadata to append to the version string + VersionMeta = "alpha" // Version metadata to append to the version string ) // Version holds the textual version string. From 1c20a9986509e8f30b226ba6862a133a8e2acb7c Mon Sep 17 00:00:00 2001 From: Tuna Date: Fri, 17 Aug 2018 14:28:17 +0700 Subject: [PATCH 2/2] remove dup import --- internal/ethapi/api.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index 0a307a4407..c5f2498ddc 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -30,7 +30,6 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/common/math" - "github.com/ethereum/go-ethereum/consensus/posv" "github.com/ethereum/go-ethereum/consensus/ethash" "github.com/ethereum/go-ethereum/contracts" "github.com/ethereum/go-ethereum/core"