Ethereum Wallet Changelog

What's new in Ethereum Wallet 0.11.1 Beta

Jul 24, 2018
  • We've identified an interface bug on Windows versions of Mist Browser and Ethereum Wallet v0.11.0 releases, leading to a blank screen after startup. This release fixes it.

New in Ethereum Wallet 0.10.0 Beta (Mar 22, 2018)

  • Light client as default sync mode:
  • Along with the Geth 1.8 series, the Light Client sync mode got significant improvements and is fully usable again. It features a blazingly fast zero-to-latest-block speed, with little impact on storage requirements.
  • After lots of testing, we have promoted the Light Client sync mode as default on Mist and Ethereum Wallet for new users.
  • You can toggle the sync mode on Develop > Sync with Light Clien.
  • The Light Client sync mode was devised to request information on-demand from "Light Servers", thus removing the need of having the entire blockchain on a device. Those “Light Servers” also work in a secure and decentralized manner, meaning anyone could set up and run their own, conveying benefits to the whole network health. Please consider running a Light Server :)
  • Syncing and overall experience:
  • We've spent quite some time simplifying the startup process. You can expect a smoother process as we’ve fixed some small bugs and annoyances.
  • Light Client syncing mode as the default setting
  • Introduces a core state module leveraging Redux
  • Updates to latest Geth version
  • Removes an outdated onboarding process
  • Adds "retry connection" to wallet splash screen
  • Swarm will start asynchronously, plus the ability to toggle the service
  • We are aware how much the syncing process takes away from the experience and while these improvements certainly help, we know there’s a lot more we can do. We are working on a “layered node” architecture in an upcoming release, which will allow us to remove the syncing screen altogether. This feature will allow you to connect directly to a remote node and use Mist/Ethereum Wallet immediately. Meanwhile, your local geth node will continue to sync in the background and will receive web3 calls once it is fully synced. Read more on layered nodes here.
  • Bugfixes and behind-the-curtain improvements:
  • Splash logic refactor, pt. 1
  • Minor fix on getTransactionReceipt override
  • Fix for mist.es.i18n.json
  • Unable to create contract
  • Updating OS-timesync package
  • Electron security updates:
  • We’ve updated to Electron’s latest stable release, with security fixes. More info on their release notes: 1.8.4, 1.8.3.
  • Mist Browser is still beta and we recommend you not to visit untrusted websites for the time being. Ethereum Wallet, though, is OK to use
  • CodeTriage:
  • Although we’re making great efforts to tackle bugs, enhancements and user requests, the Mist repository gets a lot of support questions. We’re very grateful for the folks who have signed up to receive and triage issues using CodeTriage. This app sends a configurable amount of notifications per day (from 1 to 20) containing issues in need of a response. If you’re interested, this is a great way to help out our team and to learn more about the project.

New in Ethereum Wallet 0.9.3 Beta (Nov 23, 2017)

  • getTransactionReceipt return injection
  • Node info on remote nodes fix
  • Travis CI best practices
  • Auto-generating SHA256 checksums
  • Catalan translation
  • Updated ABI signatures dictionary
  • Prevents lokiDB file inflation
  • Updates Solidity compiler to v0.4.18

New in Ethereum Wallet 0.9.2 Beta (Oct 30, 2017)

  • Updates electron to 1.7.9
  • Fixes light client connection issue
  • Clock sync popup warning fix for macOS High Sierra users