good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
7ea76fcf
Commit
7ea76fcf
authored
May 15, 2015
by
Jeffrey Wilcke
Browse files
Options
Downloads
Patches
Plain Diff
core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21
parent
79fa0586
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
cmd/geth/main.go
+1
-3
1 addition, 3 deletions
cmd/geth/main.go
cmd/mist/main.go
+1
-1
1 addition, 1 deletion
cmd/mist/main.go
cmd/utils/cmd.go
+1
-1
1 addition, 1 deletion
cmd/utils/cmd.go
core/block_processor.go
+0
-2
0 additions, 2 deletions
core/block_processor.go
with
3 additions
and
7 deletions
cmd/geth/main.go
+
1
−
3
View file @
7ea76fcf
...
@@ -50,7 +50,7 @@ import _ "net/http/pprof"
...
@@ -50,7 +50,7 @@ import _ "net/http/pprof"
const
(
const
(
ClientIdentifier
=
"Geth"
ClientIdentifier
=
"Geth"
Version
=
"0.9.2
0
"
Version
=
"0.9.2
1
"
)
)
var
(
var
(
...
@@ -283,8 +283,6 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
cmd/mist/main.go
+
1
−
1
View file @
7ea76fcf
...
@@ -37,7 +37,7 @@ import (
...
@@ -37,7 +37,7 @@ import (
const
(
const
(
ClientIdentifier
=
"Mist"
ClientIdentifier
=
"Mist"
Version
=
"0.9.1
9
"
Version
=
"0.9.
2
1"
)
)
var
(
var
(
...
...
This diff is collapsed.
Click to expand it.
cmd/utils/cmd.go
+
1
−
1
View file @
7ea76fcf
This diff is collapsed.
Click to expand it.
core/block_processor.go
+
0
−
2
View file @
7ea76fcf
...
@@ -24,8 +24,6 @@ const (
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment