Skip to content

Releases: ethereum/go-ethereum

Olympic Release (0.9.21.1)

16 May 11:05
Compare
Choose a tag to compare

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.21)

15 May 22:38
Compare
Choose a tag to compare
Pre-release

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)

12 May 17:06
Compare
Choose a tag to compare
Pre-release

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

09 May 11:17
Compare
Choose a tag to compare
Olympic Release Pre-release
Pre-release

Update on the release can be found here

Proof of concept 8

22 Feb 15:03
Compare
Choose a tag to compare
Proof of concept 8 Pre-release
Pre-release

Mist

General changes

  • Improved UI and UX
  • Multithreaded miner
  • Finalised RPC interface
  • Improved networking & peer discovery
  • Moved from WebKit to Chromium (QtWebEngine)

Other

  • Moved away from a asynchronous javascript api to a synchronous (using RPC)
  • Qt5.4
  • DApp listing

Proof of concept 8

20 Feb 23:55
Compare
Choose a tag to compare
Proof of concept 8 Pre-release
Pre-release

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

22 Dec 10:16
Compare
Choose a tag to compare
Proof of concept 7 Pre-release
Pre-release
v0.7.10

Fixed EVM environment. Closes #215

Mist 0.6.8

07 Oct 09:28
Compare
Choose a tag to compare
Mist 0.6.8 Pre-release
Pre-release

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

26 Sep 11:56
Compare
Choose a tag to compare
Mist 0.6.7 Pre-release
Pre-release

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

24 Sep 18:45
Compare
Choose a tag to compare
Mist 0.6.6 Pre-release
Pre-release

This release fixes & improves the following:

  • Block chain download speed
  • Block organisational stuff
  • JefCoin fixes ;-)
  • Mine without tx

Previous release notes