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

Bump ganache-cli from 6.10.2 to 6.11.0 #1000

Merged
merged 2 commits into from
Sep 29, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ganache-cli from 6.10.2 to 6.11.0.

Release notes

Sourced from ganache-cli's releases.

v6.11.0

6.11.0 (2020-09-28)

Bug Fixes

  • Update ganache-core to v2.12.1 (5a12da4)

Features

  • add chainId option (#787) (61ba4e3)
  • add evm_(un)lockUnknownAccount by updating ganache-core to v2.12.0-beta.0 (4e29e6e)

v6.11.0-beta.1 – ♦️ Kaju Katli ♦️


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

Commits
  • 7ba3d9a 6.11.0
  • 5a12da4 fix: Update ganache-core to v2.12.1
  • 305a7c5 docs: add documentation for the chainId flag
  • c25ff1e Merge branch 'beta' into develop
  • 054decf chore: remove scrypt optional dependencies. (#789)
  • 61ba4e3 feat: add chainId option (#787)
  • 8c52b29 6.11.0-beta.1
  • 4e29e6e feat: add evm_(un)lockUnknownAccount by updating ganache-core to v2.12.0-beta.0
  • 9d01c45 Merge branch 'master' into develop
  • d035abb Merge branch 'develop' of github.com:trufflesuite/ganache-cli into develop
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [ganache-cli](https://github.com/trufflesuite/ganache-cli) from 6.10.2 to 6.11.0.
- [Release notes](https://github.com/trufflesuite/ganache-cli/releases)
- [Commits](trufflesuite/ganache@v6.10.2...v6.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 29, 2020
@mergify mergify bot merged commit 5d9f3b2 into master Sep 29, 2020
@mergify mergify bot deleted the dependabot/npm_and_yarn/ganache-cli-6.11.0 branch September 29, 2020 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants