From f18ec51cb3959cc662bfc7b84314cd1d3b1541b5 Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 14 May 2014 13:55:08 +0200 Subject: [PATCH] Switched to new keyring methods --- README.md | 2 +- ethereal/assets/muted/index.html | 1 + ethereal/assets/samplecoin/samplecoin.html | 4 +- ethereal/ethereum.go | 15 +++++- ethereal/ui/gui.go | 49 ++----------------- ethereal/ui/library.go | 13 +++-- ethereal/ui/ui_lib.go | 2 +- ethereum/dev_console.go | 8 +-- ethereum/ethereum.go | 15 +++++- utils/cmd.go | 11 ++--- utils/keys.go | 57 ++++++++++++++++++++++ 11 files changed, 106 insertions(+), 71 deletions(-) diff --git a/README.md b/README.md index 685d4c6d9..35c97c8ee 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Ethereum Ethereum Go Client © 2014 Jeffrey Wilcke. -Current state: Proof of Concept 5.0 RC3. +Current state: Proof of Concept 5.0 RC4. For the development package please see the [eth-go package](https://github.com/ethereum/eth-go). diff --git a/ethereal/assets/muted/index.html b/ethereal/assets/muted/index.html index 84584e373..14949b5ac 100644 --- a/ethereal/assets/muted/index.html +++ b/ethereal/assets/muted/index.html @@ -46,6 +46,7 @@ .CodeMirror { height: 70%; + font-size: 14pt; } diff --git a/ethereal/assets/samplecoin/samplecoin.html b/ethereal/assets/samplecoin/samplecoin.html index 384936780..3f8eacc00 100644 --- a/ethereal/assets/samplecoin/samplecoin.html +++ b/ethereal/assets/samplecoin/samplecoin.html @@ -9,7 +9,7 @@