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

v2.3.0-beta.2 – Muir Glacier Mint 🏔️ 🍬 🌿

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 30 Jan 22:36
· 353 commits to develop since this release
5ecafa2

 Highlights    How to Upgrade    Changelog    Related Releases 


We're moving to a betalatest release pipeline, where all non-hotfix changes are first released in a beta before being promoted to a stable release.

We'd love it if you'd start using the latest betas and let us know early and often if you find any bugs or regressions!

Highlights

Muir Glacier Mint 🏔️ 🍬 🌿

Ethereum

This release updates Ganache's default Ethereum hardfork to Muir Glacier, inline with mainnet and testnets. As many of you know, the Muir Glacier hardfork is a minor adjustment in the way difficulty was calculated; it was intended only to delay the 'ice age' (by 52 million seconds (~611 days)). Since ganache-core mines with 0 difficulty, users can expect functionality to remain identical to the istanbul hardfork.

This beta version contains a (potential? 😅) fix to work around an open Merkle Patricia Tree bug from 2016 ethereumjs/merkle-patricia-tree#12! If you do still get the dreaded TypeError: Cannot read property 'pop' of undefined please file an issue with all the details!

Corda

Note: this beta version is not compatible with previous Corda workspaces.

On the Corda front, this release enables node SSH and exposes the nodes username and password in the UI. We also now display all node logs in the Logs screen. This release also fixes tons of bugs. Lastly, an appx build for Windows users that prefer that installer over the exe is now available.


How to Upgrade

To upgrade, you can:

  • upgrade in-app when notified (on supported platforms),
  • choose the appropriate download binary from the Assets section of the GitHub release.

Changelog

Features

Ethereum

  • Add muirGlacier support, Upgrade ethereumjs-*@latest and upgrade solc to v0.6.1 (#538) – @nicholasjpaterno

Corda

Bug Fixes

Ethereum

Corda

Misc

Maintenance

Related Releases


💖 The Truffle Team