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

v2.12.0-beta.0 – ♦️ Kaju Katli ♦️

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 15 Sep 19:11
· 561 commits to develop since this release
v2.12.0-beta.0
69cdece

 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

v2.12.0-beta.0 – ♦️ Kaju Katli ♦️

Kaju Katli is a dessert from India and is shaped like a diamondEthereum diamond 😃

We've got two new features in this release:

  • Add the _chainIdRpc option in order to work around a legacy issue due to inconsistent chainId use in ganache. Set _chainId and _chainIdRpc to the same number to align the value returned by eth_chainId with the chainId used by the EVM.
  • Add evm_unlockUnknownAccount and evm_lockUnknownAccount to unlock/lock any unknown account (accounts not known to the personal namespace and accounts other than those returned by eth_accounts). This is an especially useful feature when used with forking in order to masquerade as any account without having to pre-configure unlocked_accounts! Thanks @aaryamannchallani for your PR!

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

Features:

  • feat: add _chainIdRpc option (#629)
  • feat: add evm_unlockUnknownAccount (#630)

Related Releases

💖 The Truffle Team