Skip to content

Olympic Release (0.9.23)

Compare
Choose a tag to compare
@obscuren obscuren released this 21 May 17:57
· 9853 commits to master since this release

This Olympic release comes with fixes in the following areas:

  • BUG: fixes for creation transactions.
  • FEATURE: AOT DAG generation
  • BUG: uncle fix during GPU mining
  • BUG: coinbase fix
  • FEATURE: parallel nonce checking during block processing
  • BUG: downloader fixes and vuln patches
  • FEATURE: multi CORS for RPC
  • FEATURE: removedb implemented for killing your local chain
  • FEATURE: multiple account unlocks from CLI
  • FEATURE: solidity compiler accepts multi-contract source (API change)

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.

Resources