Releases: ethereum/go-ethereum
Releases · ethereum/go-ethereum
Mist 0.6.5
Mist (Ether Browser)
note: Windows binaries will be uploaded soon™
This is the first release of the proof of concept ether browser named Mist. Mist is PoC6 ready and has the following improvements and features:
- HTML ĐApp development.
JavaScript API now aligns better with the regular calling convention that C++ uses (getMethod
vs method
) while still remaining fully async using Promise
es.
- QML ĐApp development.
The QML API is far from finished but shares common methods with the JavaScript API (just without the promises) and a few additional methods. A sample application is provided in Mist; JeffCoin. The source code can be found in the mist repo.
- Mutan 0.5
{ /* code */ }
style to define a new local scope.else if
statement.- Logical
and
andor
(&&
||
) this
changed in favour ofmessage
- Improved debugger (Mutan stack info)
- Embedded HTML renderer.
0.6.0 - Adrastea
This release fixes and improves the following:
- Improved catching up. Previous build would sometimes fail to catch up or stop for no obvious reason. This should now be fixed
- Fixed the VM. This caused issues with processing certain contracts.
- If a connection fails to a peer it will continue trying for a couple of times.
- Peers can be pushed towards clients even when the clients hasn't asked for it. Previously builds would ignore the peer server's
peer message
. - Fixed retina issue
- Faster startup time
Additionally I've decided to give some flavour to the releases; names of satellites.
PoC5 Release (v0.5.19)
Fixed zero division error
PoC5 Release (v0.5.18)
PoC5 Release