core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21
This commit is contained in:
parent
79fa05867f
commit
7ea76fcf99
@ -50,7 +50,7 @@ import _ "net/http/pprof"
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
ClientIdentifier = "Geth"
|
ClientIdentifier = "Geth"
|
||||||
Version = "0.9.20"
|
Version = "0.9.21"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
@ -283,8 +283,6 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso
|
|||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
//fmt.Printf("\n 🌞\n\n ᴡᴇʟᴄᴏᴍᴇ ᴛᴏ ᴛʜᴇ\n 𝐅 𝐑 𝐎 𝐍 𝐓 𝐈 𝐄 𝐑\n\n🌾 🌵🌾🌾 🐎 🌾 🌵 🌾\n\n")
|
|
||||||
fmt.Println("\n Welcome to the\n FRONTIER\n")
|
|
||||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||||
defer logger.Flush()
|
defer logger.Flush()
|
||||||
if err := app.Run(os.Args); err != nil {
|
if err := app.Run(os.Args); err != nil {
|
||||||
|
@ -37,7 +37,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
ClientIdentifier = "Mist"
|
ClientIdentifier = "Mist"
|
||||||
Version = "0.9.19"
|
Version = "0.9.21"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -104,7 +104,7 @@ func Fatalf(format string, args ...interface{}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func StartEthereum(ethereum *eth.Ethereum) {
|
func StartEthereum(ethereum *eth.Ethereum) {
|
||||||
glog.V(logger.Info).Infoln("Starting ", ethereum.Name())
|
glog.V(logger.Info).Infoln("Starting", ethereum.Name())
|
||||||
if err := ethereum.Start(); err != nil {
|
if err := ethereum.Start(); err != nil {
|
||||||
Fatalf("Error starting Ethereum: %v", err)
|
Fatalf("Error starting Ethereum: %v", err)
|
||||||
}
|
}
|
||||||
|
@ -24,8 +24,6 @@ const (
|
|||||||
BlockChainVersion = 2
|
BlockChainVersion = 2
|
||||||
)
|
)
|
||||||
|
|
||||||
var statelogger = logger.NewLogger("BLOCK")
|
|
||||||
|
|
||||||
type BlockProcessor struct {
|
type BlockProcessor struct {
|
||||||
db common.Database
|
db common.Database
|
||||||
extraDb common.Database
|
extraDb common.Database
|
||||||
|
Loading…
Reference in New Issue
Block a user