File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Ethereum Go Client © 2014 Jeffrey Wilcke.
4
4
5
5
| Linux | OSX | Windows | Tests
6
6
----------|---------|-----|---------|------
7
- develop | [ ![ Build+Status] ( http ://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20branch)] ( http ://build.ethdev.com/builders/Linux%20Go%20develop%20branch/builds/-1) | [ ![ Build+Status] ( http ://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20branch)] ( http ://build.ethdev.com/builders/OSX%20Go%20develop%20branch/builds/-1) | N/A | [ ![ Buildr+Status] ( https://travis-ci.org/ethereum/go-ethereum.svg?branch=develop )] ( https://travis-ci.org/ethereum/go-ethereum )
8
- master | [ ![ Build+Status] ( http ://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20master%20branch)] ( http ://build.ethdev.com/builders/Linux%20Go%20master%20branch/builds/-1) | [ ![ Build+Status] ( http ://build.ethdev.com/buildstatusimage?builder=OSX%20Go%20master%20branch)] ( http ://build.ethdev.com/builders/OSX%20Go%20master%20branch/builds/-1) | N/A | [ ![ Buildr+Status] ( https://travis-ci.org/ethereum/go-ethereum.svg?branch=master )] ( https://travis-ci.org/ethereum/go-ethereum )
7
+ develop | [ ![ Build+Status] ( https ://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20branch)] ( https ://build.ethdev.com/builders/Linux%20Go%20develop%20branch/builds/-1) | [ ![ Build+Status] ( https ://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20branch)] ( https ://build.ethdev.com/builders/OSX%20Go%20develop%20branch/builds/-1) | N/A | [ ![ Buildr+Status] ( https://travis-ci.org/ethereum/go-ethereum.svg?branch=develop )] ( https://travis-ci.org/ethereum/go-ethereum )
8
+ master | [ ![ Build+Status] ( https ://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20master%20branch)] ( https ://build.ethdev.com/builders/Linux%20Go%20master%20branch/builds/-1) | [ ![ Build+Status] ( https ://build.ethdev.com/buildstatusimage?builder=OSX%20Go%20master%20branch)] ( https ://build.ethdev.com/builders/OSX%20Go%20master%20branch/builds/-1) | N/A | [ ![ Buildr+Status] ( https://travis-ci.org/ethereum/go-ethereum.svg?branch=master )] ( https://travis-ci.org/ethereum/go-ethereum )
9
9
10
10
[ ![ Bugs] ( https://badge.waffle.io/ethereum/go-ethereum.png?label=bug&title=Bugs )] ( https://waffle.io/ethereum/go-ethereum )
11
11
[ ![ Stories in Ready] ( https://badge.waffle.io/ethereum/go-ethereum.png?label=ready&title=Ready )] ( https://waffle.io/ethereum/go-ethereum )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import (
37
37
38
38
const (
39
39
ClientIdentifier = "Ethereum(G)"
40
- Version = "0.9.0 "
40
+ Version = "0.8.4 "
41
41
)
42
42
43
43
var clilogger = logger .NewLogger ("CLI" )
Original file line number Diff line number Diff line change @@ -964,7 +964,7 @@ ApplicationWindow {
964
964
anchors .top : parent .top
965
965
anchors .topMargin : 30
966
966
font .pointSize : 12
967
- 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"
967
+ 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"
968
968
}
969
969
}
970
970
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import (
36
36
37
37
const (
38
38
ClientIdentifier = "Mist"
39
- Version = "0.9.0 "
39
+ Version = "0.8.4 "
40
40
)
41
41
42
42
var ethereum * eth.Ethereum
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ func (s *CommonSuite) TestCommon(c *checker.C) {
39
39
douglas := CurrencyToString (BigPow (10 , 43 ))
40
40
einstein := CurrencyToString (BigPow (10 , 22 ))
41
41
ether := CurrencyToString (BigPow (10 , 19 ))
42
- finney := CurrencyToString (BigPow (10 , 15 ))
42
+ finney := CurrencyToString (BigPow (10 , 16 ))
43
43
szabo := CurrencyToString (BigPow (10 , 13 ))
44
44
shannon := CurrencyToString (BigPow (10 , 10 ))
45
45
babbage := CurrencyToString (BigPow (10 , 7 ))
You can’t perform that action at this time.
0 commit comments