Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ganache-cli to v6.11.0 #556

Merged
merged 1 commit into from
Oct 5, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2020

This PR contains the following updates:

Package Type Update Change
ganache-cli devDependencies minor 6.10.2 -> 6.11.0

Release Notes

trufflesuite/ganache-cli

v6.11.0

Compare Source

 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 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 by eth_chainId with the chainId used by the EVM. (this flag is not yet available as an option to via cli)
  • 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 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:

Related Releases

💖 The Truffle Team


Renovate configuration

📅 Schedule: "on sunday" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@HardlyDifficult HardlyDifficult merged commit 9c8fe1e into master Oct 5, 2020
@HardlyDifficult HardlyDifficult deleted the renovate/ganache-cli-6.x branch October 5, 2020 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants