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

Releases: trufflesuite/ganache

v1.1.1 - Cookie Dough part deux

21 Aug 22:00
Compare
Choose a tag to compare

Some additions to our last release! 🍪

  • Our entropy upgrade from our last release resulted in 24 word mnemonics. We've reverted back to 12 word mnemonics.
  • Added stubs for a few requests: bzz_hive, bzz_info, shh_version

v1.1.0 - Cookie Dough

18 Aug 18:02
Compare
Choose a tag to compare

Hey all! This is the Cookie Dough release of ganache-core! 🍪

This release includes some sweet upgrades and bug fixes that have long been desired:

  • debug_traceTransaction now available!
  • Included the personal_* API. Thanks @axic! (see here)
  • Stub added for eth_protocolVersion. Thanks @nanexcool! (see here)
  • Entropy has been increased when randomly creating mnemonics. Thanks @kevsul! (see here)
  • Arrays are now accepted in filter requests. Thanks @thisbejim! (see here)
  • Internal upgrades to Web3
  • More error cases have been handled for certain requests to prevent crashes (e.g., here and #4).

More releases to come as we churn ( 🍨 ) through bugs and features. Thanks for all your feedback and support!