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

Releases: ethereum/webthree-umbrella

Version 1.1.4

17 Feb 18:22
Compare
Choose a tag to compare

This is mainly a bugfix release for mix.

Changelog

Mix:

  • fixed "Save Project" functionality (do not overwrite opened (binary) files without changes)
  • added check for minimum QT version
  • gas estimation fixed
  • fixed filesystem view on windows OS

AlethOne:

  • fixed crashes because of several errors in signal slot mechanism implementation

eth:

  • remove the bad block sentinel mechanism
  • increase logging while mining
  • support miniupnpc version 1.6

Solidity:

  • implemented read-only access for bytesXX
  • fixed segfault on calling constructor with invalid arguments count

AlethZero is still included in this release but will be slowly phased out during the next releases.
Also note that the JSON-RPC admin interface is subject to change and will probably converge to the one used by geth.

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

Windows

cpp-ethereum-1.1.4 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.1.4 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, use the guide and checkout the appropriate tag (v1.1.4) for webthree-umbrella.

1.1.3

10 Feb 21:01
Compare
Choose a tag to compare

Version 1.1.3

Changelog

Bugs fixed:

  • crash when using the eth console or AlethOne.

AlethZero is still included in this release but will be slowly phased out during the next releases.
Also note that the JSON-RPC admin interface is subject to change and will probably converge to the one used by geth.

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

Windows

cpp-ethereum-1.1.3 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.1.3 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, use the guide and checkout the appropriate tag (v1.1.3) for webthree-umbrella.

1.1.2

08 Feb 20:53
Compare
Choose a tag to compare

Version 1.1.2

This release of the C++ Ethereum software suite includes several new features and bugfixes:

  • blockchain sync over PV62, as well as provide state data to PV63 peers
  • homestead changes for EVMJIT
  • fix for peer discovery issues

This release also contains Mix 1.0.0.

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

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

Windows

cpp-ethereum-1.1.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.1.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, use the guide and checkout the appropriate tag (v1.1.2) for webthree-umbrella.

1.0.1

18 Nov 19:06
Compare
Choose a tag to compare

Patch Release 1.0.1

This is a bugfix release and fixes a few issues, one of which is a consensus issue.

  • Fixing a consensus issue regarding ecrecover for precompiled contracts.
  • Fix EVMJIT cache path for Windows.
  • Other miscellaneous fixes/additions

As usual the binaries can be found in the same link

1.0.0 Release

23 Oct 15:35
Compare
Choose a tag to compare

This is our 1.0.0 Release.

Ubuntu

Windows

MacosX

1.0 Release Candidate 2

13 Sep 16:33
Compare
Choose a tag to compare

This is the first candidate for the up-coming 1.0 release of the suite of Ethereum tools. These tools use the optimised TurboEthereum core (né cpp-ethereum), featuring:

  • Enhanced total-coverage heap-security;
  • Fully audited by an external security firm;
  • No Frontier consensus bugs found yet;
  • Fast import times.

It includes:

AlethOne: Streamlined desktop client for mining

  • No-nonsense interface;
  • Supports solo and pooled mining;
  • Provides basic wallet for send out mined ether.

AlethZero: Power-user desktop client

  • DApp cradle & browser for running DApps internally
  • JSONRPC host for running DApps externally
  • Fully featured Javascript console
  • Private chains
  • Analytic block explorer
  • Plugins
  • Transaction confirmation security
  • Provides extended wallet with TruGas optimised gas usage system
  • Fine grained network configuration
  • Brainwallets

eth: Daemon and console client

  • JSONRPC host for running DApps externally
  • Private chains
  • Transaction confirmation security with whitelists
  • Database-rescue in case of sudden power loss
  • Brainwallets

Installation

For Windows and Mac, grab the installer below and install normally. For Ubuntu and Mac CLI tools, use PPA or Brew.

Instructions and Guide

For instructions on how to use TurboEthereum and the various tools inside, check out our book.

1.0 Release Candidate 1

09 Sep 09:58
Compare
Choose a tag to compare

This is the first candidate for the up-coming 1.0 release of the suite of Ethereum tools. These tools use the optimised TurboEthereum core (né cpp-ethereum), featuring:

  • Enhanced total-coverage heap-security;
  • Fully audited by an external security firm;
  • No Frontier consensus bugs found yet;
  • Fast import times.

It includes:

AlethOne: Streamlined desktop client for mining

  • No-nonsense interface;
  • Supports solo and pooled mining;
  • Provides basic wallet for send out mined ether.

AlethZero: Power-user desktop client

  • DApp cradle & browser for running DApps internally
  • JSONRPC host for running DApps externally
  • Fully featured Javascript console
  • Private chains
  • Analytic block explorer
  • Plugins
  • Transaction confirmation security
  • Provides extended wallet with TruGas optimised gas usage system
  • Fine grained network configuration
  • Brainwallets

eth: Daemon and console client

  • JSONRPC host for running DApps externally
  • Private chains
  • Transaction confirmation security with whitelists
  • Database-rescue in case of sudden power loss
  • Brainwallets

Installation

For Windows and Mac, grab the installer below and install normally. For Ubuntu and Mac CLI tools, use PPA or Brew.

Instructions and Guide

For instructions on how to use TurboEthereum and the various tools inside, check out our book