Skip to content

Releases: ethereum/go-ethereum

Mist 0.6.5

23 Sep 16:26
Compare
Choose a tag to compare
Mist 0.6.5 Pre-release
Pre-release

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:

JavaScript API now aligns better with the regular calling convention that C++ uses (getMethod vs method) while still remaining fully async using Promisees.

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 and or (&& ||)
    • this changed in favour of message
  • Improved debugger (Mutan stack info)
  • Embedded HTML renderer.

0.6.0 - Adrastea

25 Jul 08:53
Compare
Choose a tag to compare
0.6.0 - Adrastea Pre-release
Pre-release

wqz0qsidvoykkp7ngbrqfpftbinb3i927gh6xu3jkk4

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)

23 Jul 10:38
Compare
Choose a tag to compare
Pre-release

Fixed zero division error

PoC5 Release (v0.5.18)

22 Jul 17:56
Compare
Choose a tag to compare
Pre-release

PoC5 Release