Releases: ethereum/mix
Version 1.0.5
This release is part of webthree-umbrella-v1.2.8 "On the trail of the Heisenbug".
Changelog
- #312 - Improved handling and error messages for creation of projects in existing folders.
- #315 - Link directly to build instructions
- ethereum/webthree-umbrella#546 - Temporarily forcing OS X binaries to Debug in ethbinaries.sh release process, as workaround for The Heisenbug.
- Many thanks to everybody who contributed changes to this release:
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
v1.0.3 Version change.
Version 1.0.2
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
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
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.