This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
v6.11.0– ♦️ Kaju Katli ♦️
github-actions
released this
28 Sep 21:40
·
23 commits
to develop
since this release
Highlights
How to Upgrade
Changelog
Related Releases
We're moving to a beta
› latest
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 is a dessert from India and is shaped like a diamondEthereum diamond 😃
We've got two new features in this release:
- Add the
chainId
flag 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 byeth_chainId
with the chainId used by the EVM. (this flag is not yet available as an option to via cli) - Add
evm_unlockUnknownAccount
andevm_lockUnknownAccount
to unlock/lock any unknown account (accounts not known to thepersonal
namespace and accounts other than those returned byeth_accounts
). This is an especially useful feature when used with forking in order to masquerade as any account without having to pre-configureunlocked_accounts
! Thanks @aaryamannchallani for your PR!
How to Upgrade
Upgrade to the latest version of ganache-cli by running:
npm
npm uninstall ganache-cli -g
npm install ganache-cli -g
yarn
yarn global remove ganache-cli
yarn global add ganache-cli
Changelog
Bug Fixes
- Update ganache-core to v2.12.1 (5a12da4)
Features:
- feat: add
_chainIdRpc
option (trufflesuite/ganache#629) - feat: add
evm_unlockUnknownAccount
(trufflesuite/ganache#630)
Related Releases
💖 The Truffle Team