Releases: ethereum/go-ethereum
Olympic Release (0.9.21)
Olympic release comes with many improvements to the CLI tools and includes a fully programmable JavaScript interface and JavaScript REPL (Read Evaluate Print Loop). We've also added support for solidity using the solidity stand-alone compiler: solc
.
The CLI has seen a massive overhaul in usability and CLI utilities. For a complete list of utils and tools please run geth help
or get help topic
for a detailed description.
We're also in the process of writing a Frontier GitBook. Please note that this book is a work in progress and will serve as the main guide for frontier once released.
Installation instructions
Build instructions for OSX, Windows and Linux can be found here.
Upgrade from <0.9.20
If you have accounts in your wallet that you'd like to keep you need export them first first with the gethkey
tool found here. Download and install and run the following for each of the accounts you'd like to keep:
mkdir -p ~/export_keys
gethkey <account_address> ~/export_keys/account_address
geth account import ~/export_keys/account_address
When you've verified and imported all of your keys rm -rf ~/export_keys
.
If you've been encountering INVALID block #xxxx
run a geth upgradedb
after you've updated (ignore any errors it encounters). When it's done re-run geth as you normally do.
Resources
Olympic Release (0.9.20)
Olympic release comes with many improvements to the CLI tools and includes a fully programmable JavaScript interface and JavaScript REPL (Read Evaluate Print Loop). We've also added support for solidity using the solidity stand-alone compiler: solc
.
The CLI has seen a massive overhaul in usability and CLI utilities. For a complete list of utils and tools please run geth help
or get help topic
for a detailed description.
We're also in the process of writing a Frontier GitBook. Please note that this book is a work in progress and will serve as the main guide for frontier once released.
Installation instructions
Build instructions for OSX, Windows and Linux can be found here.
Upgrade from <0.9.20
If you have accounts in your wallet that you'd like to keep you need export them first first with the gethkey
tool found here. Download and install and run the following for each of the accounts you'd like to keep:
mkdir -p ~/export_keys
gethkey <account_address> ~/export_keys/account_address
geth account import ~/export_keys/account_address
When you've verified and imported all of your keys rm -rf ~/export_keys
.
If you've been encountering INVALID block #xxxx
run a geth upgradedb
after you've updated (ignore any errors it encounters). When it's done re-run geth as you normally do.
Resources
Olympic Release
Update on the release can be found here
Proof of concept 8
Proof of concept 8
The next in the proof of concept series, No. 8
Changes in the release include:
- Improved networking (P2P version 2)
- Improved Mist UI
- New Browser
- DApp listing
Proof of concept 7
v0.7.10 Fixed EVM environment. Closes #215
Mist 0.6.8
This release fixes & improves the following:
- Improved block downloading
- Added black listing when kicking of bad peers
- Removed old windows from GUI
Mist 0.6.7
This release fixes & improves the following:
- Messaging API. Previous version didn't follow the correct rules when filtering messages;
- Added display for connected peer's capabilities.
Mist 0.6.6
This release fixes & improves the following:
- Block chain download speed
- Block organisational stuff
- JefCoin fixes ;-)
- Mine without tx
Mist 0.6.5
Mist (Ether Browser)
note: Windows binaries will be uploaded soon™
This is the first release of the proof of concept ether browser named Mist. Mist is PoC6 ready and has the following improvements and features:
- HTML ĐApp development.
JavaScript API now aligns better with the regular calling convention that C++ uses (getMethod
vs method
) while still remaining fully async using Promise
es.
- QML ĐApp development.
The QML API is far from finished but shares common methods with the JavaScript API (just without the promises) and a few additional methods. A sample application is provided in Mist; JeffCoin. The source code can be found in the mist repo.
- Mutan 0.5
{ /* code */ }
style to define a new local scope.else if
statement.- Logical
and
andor
(&&
||
) this
changed in favour ofmessage
- Improved debugger (Mutan stack info)
- Embedded HTML renderer.