github trufflesuite/ganache v2.6.1-beta.0
v2.6.1-beta.0 - Croquembouche 🔺

latest releases: v7.9.2, ganache@7.9.2, v7.9.1...
pre-release4 years ago

 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

I've never had Croquembouche, but it looks delicious!

This version of ganache-core is full of bug fixes and dependency updates.

Dependencies updated in this version:

  • async to v2.6.2
  • debug to 3.2.6
  • eth-sig-util to 2.2.0
  • ethereumjs-abi to 0.6.7
  • ethereumjs-account to 3.0.0
  • ethereumjs-block to 2.2.0
  • ethereumjs-util to 6.1.0
  • ethereumjs-vm to 3.0.0
  • lodash to 4.17.14
  • merkle-patricia-tree to 2.3.2
  • seedrandom to 3.0.1
  • source-map-support to 0.5.12
  • tmp to 0.1.0
  • web3-provider-engine to 14.2.0
  • websocket to 1.0.29
  • coveralls to ^3.0.4
  • eslint-plugin-promise to 4.2.1
  • prettier to ^1.18.2

We haven't updated ethereumjs-tx yet as there is a little more legwork we'll need to do in order to get transaction signing working properly with the latest version.


In case you missed it, we're holding TruffleCon 2019 August 2 - 4 at Microsoft's campus in Redmond, WA! And it'll be awesome. You should be there.


How to Upgrade

Upgrade to the latest beta version of ganache-core by running:

npm

npm uninstall ganache-core
npm install ganache-core@beta

yarn

yarn remove ganache-core
yarn add ganache-core@beta

Changelog

Bug Fixes

  • Fix evm_revert crash when passed invalid an subscriptionId (fixes #386) (#447)
  • Fix make sure we don't call processNextBlock's callback twice (#448)
  • Fix eth_call and eth_estimate gas limits (mostly) (#449)
  • Ensure timestamp, blockNumber, and parentHash are correct (#443)

Maintenance

  • Update direct dependencies (#445)
  • Update shrinkwrap (66c1053)
  • Fix webpack/minification issue (3acbb85)

Related Releases


💖 The Truffle Team

Don't miss a new ganache release

NewReleases is sending notifications on new releases.