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

Releases: ethereum/mix

Version 1.0.5

11 Jun 02:29
Compare
Choose a tag to compare

This release is part of webthree-umbrella-v1.2.8 "On the trail of the Heisenbug".

Changelog

Notes

  • We support building from source on a very broad range of platforms, much broader than the subset we have official binaries for. Check out the full building from source instructions.
  • Please ignore the source archives below, which are auto-generated by Github and are missing the git sub-modules.
  • Use the webthree-umbrella-v1.2.8 tag instead, cloned recursively.

Version 1.0.3

18 Apr 20:56
Compare
Choose a tag to compare
v1.0.3

Version change.

Version 1.0.2

31 Mar 22:33
Compare
Choose a tag to compare

This release is part of cpp-ethereum-1.2.3.

Changelog

  • show gas estimation for constructor body
  • debug button for transaction line (no no need to open the details to start a debugging)
  • fixed array decoding
  • added arrow-right and arrow-left keys support on the debug slider

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.2.3) for webthree-umbrella.

Version 1.0.1

17 Feb 18:24
Compare
Choose a tag to compare

This is a bugfix release, shipped within the cpp-ethereum-1.1.4 release.

Changelog

  • fixed "Save Project" functionality
  • added check for minimum QT version
  • gas estimation fixed
  • fixed filesystem view on windows OS

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.

Version 1.0.0

08 Feb 20:50
Compare
Choose a tag to compare

Mix is an IDE (Integrated Development Environment) which aims to facilitate Dapp/Contract creation on top of the Ethereum technology.

Mix-1.0.0 is shipped within the cpp-ethereum-1.1.2 release.

Mix has been developed using the QML framework and depends on Qt 5.5.
This first release ships with Solidity 0.2.1 and includes 5 major features:

  • Source code editor for Solidity (contract - backend) and HTML/JS (frontend)
  • Solidity source code debugger
  • Blockchain editor
  • Internal RPC server (allows debugging transactions/calls created from the web3 JavaScript API)
  • Dapp/Contract deployment (deploying to test or live chain)

There is a tutorial on how to use Mix, which is also linked from within the program.

We want to thank all who helped building Mix, especially @yann300 @arkpar @LianaHus @chriseth @gavofyork @frozeman @alexvandesande @kaeptnjoda and @winsvega

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.