Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
3c149026
Commit
3c149026
authored
Feb 20, 2015
by
obscuren
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/0.8.4'
parents
bd7ebbcd
92337baa
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+2
-2
main.go
cmd/ethereum/main.go
+1
-1
main.qml
cmd/mist/assets/qml/main.qml
+1
-1
main.go
cmd/mist/main.go
+1
-1
common_test.go
ethutil/common_test.go
+1
-1
No files found.
README.md
View file @
3c149026
...
@@ -4,8 +4,8 @@ Ethereum Go Client © 2014 Jeffrey Wilcke.
...
@@ -4,8 +4,8 @@ Ethereum Go Client © 2014 Jeffrey Wilcke.
| Linux | OSX | Windows | Tests
| Linux | OSX | Windows | Tests
----------|---------|-----|---------|------
----------|---------|-----|---------|------
develop |
[

](http://build.ethdev.com/builders/Linux%20Go%20develop%20branch/builds/-1) |
[

](http
://build.ethdev.com/builders/OSX%20Go%20develop%20branch/builds/-1) | N/A |
[

](https://travis-ci.org/ethereum/go-ethereum)
develop |
[

](https://build.ethdev.com/builders/Linux%20Go%20develop%20branch/builds/-1) |
[

](https
://build.ethdev.com/builders/OSX%20Go%20develop%20branch/builds/-1) | N/A |
[

](https://travis-ci.org/ethereum/go-ethereum)
master |
[

](http://build.ethdev.com/builders/Linux%20Go%20master%20branch/builds/-1) |
[

](http
://build.ethdev.com/builders/OSX%20Go%20master%20branch/builds/-1) | N/A |
[

](https://travis-ci.org/ethereum/go-ethereum)
master |
[

](https://build.ethdev.com/builders/Linux%20Go%20master%20branch/builds/-1) |
[

](https
://build.ethdev.com/builders/OSX%20Go%20master%20branch/builds/-1) | N/A |
[

](https://travis-ci.org/ethereum/go-ethereum)
[

](https://waffle.io/ethereum/go-ethereum)
[

](https://waffle.io/ethereum/go-ethereum)
[

](https://waffle.io/ethereum/go-ethereum)
[

](https://waffle.io/ethereum/go-ethereum)
...
...
cmd/ethereum/main.go
View file @
3c149026
...
@@ -37,7 +37,7 @@ import (
...
@@ -37,7 +37,7 @@ import (
const
(
const
(
ClientIdentifier
=
"Ethereum(G)"
ClientIdentifier
=
"Ethereum(G)"
Version
=
"0.
9.0
"
Version
=
"0.
8.4
"
)
)
var
clilogger
=
logger
.
NewLogger
(
"CLI"
)
var
clilogger
=
logger
.
NewLogger
(
"CLI"
)
...
...
cmd/mist/assets/qml/main.qml
View file @
3c149026
...
@@ -964,7 +964,7 @@ ApplicationWindow {
...
@@ -964,7 +964,7 @@ ApplicationWindow {
anchors.top
:
parent
.
top
anchors.top
:
parent
.
top
anchors.topMargin
:
30
anchors.topMargin
:
30
font.pointSize
:
12
font.pointSize
:
12
text
:
"<h2>Mist (0.
9.0
)</h2><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br>Felix Lange<br>Taylor Gerring<br>Daniel Nagy<br>Gustav Simonsson<br><h3>UX/UI</h3>Alex van de Sande<br>Fabian Vogelsteller"
text
:
"<h2>Mist (0.
8.4
)</h2><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br>Felix Lange<br>Taylor Gerring<br>Daniel Nagy<br>Gustav Simonsson<br><h3>UX/UI</h3>Alex van de Sande<br>Fabian Vogelsteller"
}
}
}
}
...
...
cmd/mist/main.go
View file @
3c149026
...
@@ -36,7 +36,7 @@ import (
...
@@ -36,7 +36,7 @@ import (
const
(
const
(
ClientIdentifier
=
"Mist"
ClientIdentifier
=
"Mist"
Version
=
"0.
9.0
"
Version
=
"0.
8.4
"
)
)
var
ethereum
*
eth
.
Ethereum
var
ethereum
*
eth
.
Ethereum
...
...
ethutil/common_test.go
View file @
3c149026
...
@@ -39,7 +39,7 @@ func (s *CommonSuite) TestCommon(c *checker.C) {
...
@@ -39,7 +39,7 @@ func (s *CommonSuite) TestCommon(c *checker.C) {
douglas
:=
CurrencyToString
(
BigPow
(
10
,
43
))
douglas
:=
CurrencyToString
(
BigPow
(
10
,
43
))
einstein
:=
CurrencyToString
(
BigPow
(
10
,
22
))
einstein
:=
CurrencyToString
(
BigPow
(
10
,
22
))
ether
:=
CurrencyToString
(
BigPow
(
10
,
19
))
ether
:=
CurrencyToString
(
BigPow
(
10
,
19
))
finney
:=
CurrencyToString
(
BigPow
(
10
,
1
5
))
finney
:=
CurrencyToString
(
BigPow
(
10
,
1
6
))
szabo
:=
CurrencyToString
(
BigPow
(
10
,
13
))
szabo
:=
CurrencyToString
(
BigPow
(
10
,
13
))
shannon
:=
CurrencyToString
(
BigPow
(
10
,
10
))
shannon
:=
CurrencyToString
(
BigPow
(
10
,
10
))
babbage
:=
CurrencyToString
(
BigPow
(
10
,
7
))
babbage
:=
CurrencyToString
(
BigPow
(
10
,
7
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment