Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Version 1.2.2

Compare
Choose a tag to compare
@LianaHus LianaHus released this 11 Mar 17:20
· 223 commits to release since this release

This is a release that mainly fixes a crash that might occur during the Homestead transition if there are too many non-Homestead nodes. We also further aligned the account management functionality of eth with the one used by geth, so eth wallet and eth account can now be used.

Changelog

AlethOne

  • updated version information
  • fixed crash when account list is empty(when deleting web3 directory for ex.)
  • UI fixes

eth

  • fixed sync issues that appear when large forks are present (thanks, @arkpar !)
  • Change data dir via -d and move IPC socket with it
  • Provide eth wallet and eth account interfaces to wallet similar to geth
  • Provide network id via RPC
  • Removed StructuredLogger
  • Various build fixes
  • Change default gas price and block gas limit ethereum/libethereum#201

Solidity

Please see Version 0.3.0 Changelog

Compatibility Changes and Security Considerations

The native eth Javascript console will be removed soon. Please switch over to use the new ethconsole application or geth attach to control it.
The rpc admin interface of eth should not be used via HTTP anymore for security reasons. If you must, you can enable it via a command-line switch (see --help).

AlethZero is still included in this release but will be slowly phased out during the next releases.

Download

Please do not use the source archive below, it misses important dependencies. Use the following sources for installing:

Windows

cpp-ethereum-1.2.2 Windows Installer

Shift-right click to open. If you hit runtime errors complaining about missing msvcr120.dll or msvcp120.dll files then please install the Visual C++ Redistributable Packages for Visual Studio 2013 from Microsoft.

OS X Yosemite (10.10)

cpp-ethereum-1.2.2 OSX disk image

Control-click to open (we will hopefully start shipping centrally-signed executable with the next release).

OS X El Capitan (10.11)

We aren't building binaries for El Capitan yet. Coming soon.

Ubuntu + Derivatives

Please follow these instructions.

Source

Please do not use the source archive below, it misses important dependencies. If you want to build from source, follow the Building from source instructions and checkout the appropriate tag (v1.2.2) for webthree-umbrella.