diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-21 20:05:01 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-21 20:05:01 +0800 |
commit | 941e0ba60adfb1f1f279f5c406eab5e4ab9d6e21 (patch) | |
tree | 75afd9a91da3daa7123f6083647795cdbc3fca7a | |
parent | 10e2c40b59010ec594df43d057354d05a34709ff (diff) | |
parent | 3ddaf56afd919d1bc435379861a3ab37f3392116 (diff) | |
download | dexon-941e0ba60adfb1f1f279f5c406eab5e4ab9d6e21.tar dexon-941e0ba60adfb1f1f279f5c406eab5e4ab9d6e21.tar.gz dexon-941e0ba60adfb1f1f279f5c406eab5e4ab9d6e21.tar.bz2 dexon-941e0ba60adfb1f1f279f5c406eab5e4ab9d6e21.tar.lz dexon-941e0ba60adfb1f1f279f5c406eab5e4ab9d6e21.tar.xz dexon-941e0ba60adfb1f1f279f5c406eab5e4ab9d6e21.tar.zst dexon-941e0ba60adfb1f1f279f5c406eab5e4ab9d6e21.zip |
Merge branch 'release/poc5-rc8' into develop
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | ethereal/ui/gui.go | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -5,7 +5,7 @@ Ethereum Ethereum Go Client © 2014 Jeffrey Wilcke. -Current state: Proof of Concept 5.0 RC7. +Current state: Proof of Concept 5.0 RC8. For the development package please see the [eth-go package](https://github.com/ethereum/eth-go). @@ -39,7 +39,8 @@ Shared between ethereum and ethereal Ethereum only ethereum [options] [filename] --js Start the JavaScript REPL +-js Start the JavaScript REPL +filename Load the given file and interpret as JavaScript Etheral only -asset_path absolute path to GUI assets directory diff --git a/ethereal/ui/gui.go b/ethereal/ui/gui.go index 6043152f9..7290bd6ec 100644 --- a/ethereal/ui/gui.go +++ b/ethereal/ui/gui.go @@ -55,7 +55,7 @@ func New(ethereum *eth.Ethereum) *Gui { } func (gui *Gui) Start(assetPath string) { - const version = "0.5.0 RC7" + const version = "0.5.0 RC8" defer gui.txDb.Close() |