This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 695
fix: update ganache-core to v2.12.2-beta.0 to fix Node v14 compat #791
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions bot
pushed a commit
that referenced
this pull request
Oct 1, 2020
## [6.11.1-alpha.1](trufflesuite/ganache@v6.11.0...v6.11.1-alpha.1) (2020-10-01) ### Bug Fixes * install ganache-core v2.13.0-alpha.2 ([2df40c0](trufflesuite/ganache@2df40c0)) * remove unneeded COPY command from docker build ([#790](trufflesuite/ganache#790)) ([31e6cf0](trufflesuite/ganache@31e6cf0)) * update ganache-core to v2.12.2-beta.0 to fix Node v14 compat ([#791](trufflesuite/ganache#791)) ([c3adce9](trufflesuite/ganache@c3adce9))
🎉 This PR is included in version 6.11.1-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this pull request
Oct 2, 2020
## [6.11.1-alpha.1](trufflesuite/ganache@v6.11.0...v6.11.1-alpha.1) (2020-10-02) ### Bug Fixes * install ganache-core v2.13.0-alpha.2 ([2df40c0](trufflesuite/ganache@2df40c0)) * remove unneeded COPY command from docker build ([#790](trufflesuite/ganache#790)) ([31e6cf0](trufflesuite/ganache@31e6cf0)) * update ganache-core to v2.12.2-beta.0 to fix Node v14 compat ([#791](trufflesuite/ganache#791)) ([c3adce9](trufflesuite/ganache@c3adce9))
github-actions bot
pushed a commit
that referenced
this pull request
Oct 6, 2020
## [6.11.1-beta.1](trufflesuite/ganache@v6.11.0...v6.11.1-beta.1) (2020-10-06) ### Bug Fixes * install ganache-core v2.13.0-alpha.2 ([2df40c0](trufflesuite/ganache@2df40c0)) * remove unneeded COPY command from docker build ([#790](trufflesuite/ganache#790)) ([31e6cf0](trufflesuite/ganache@31e6cf0)) * update ganache-core to v2.12.2-beta.0 to fix Node v14 compat ([#791](trufflesuite/ganache#791)) ([c3adce9](trufflesuite/ganache@c3adce9)) * update ganache-core to v2.13.0-beta.0 ([2de7bdd](trufflesuite/ganache@2de7bdd))
🎉 This PR is included in version 6.11.1-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this pull request
Oct 9, 2020
# [6.12.0](trufflesuite/ganache@v6.11.0...v6.12.0) (2020-10-09) ### Bug Fixes * install ganache-core v2.13.0-alpha.2 ([2df40c0](trufflesuite/ganache@2df40c0)) * remove unneeded COPY command from docker build ([#790](trufflesuite/ganache#790)) ([31e6cf0](trufflesuite/ganache@31e6cf0)) * update ganache-core to v2.12.2-beta.0 to fix Node v14 compat ([#791](trufflesuite/ganache#791)) ([c3adce9](trufflesuite/ganache@c3adce9)) * update ganache-core to v2.13.0-beta.0 ([2de7bdd](trufflesuite/ganache@2de7bdd)) ### Features * update ganache-core to v2.13.0 ([1e7ad11](trufflesuite/ganache@1e7ad11))
🎉 This PR is included in version 6.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
karlomajer
referenced
this pull request
in Shard-Labs/ganache-cli
Feb 3, 2021
author palkeo <[email protected]> 1585800064 +1300 committer Karlo Majer <[email protected]> 1612348569 +0100 parent a842e89 author palkeo <[email protected]> 1585800064 +1300 committer Karlo Majer <[email protected]> 1612348549 +0100 parent a842e89 author palkeo <[email protected]> 1585800064 +1300 committer Karlo Majer <[email protected]> 1612348467 +0100 parent a842e89 author palkeo <[email protected]> 1585800064 +1300 committer Karlo Majer <[email protected]> 1612348442 +0100 parent a842e89 author palkeo <[email protected]> 1585800064 +1300 committer Karlo Majer <[email protected]> 1612348311 +0100 Remove the code that changes the port if it's the same as --fork. See issue #722 fix: Handle SIGINT, SIGTERM, & SIGHUP gracefully (#739) feat: opt-in deasync server startup (#735) * Add deasync lib * Update cli.js - deasync startup * Seems to work on Windows okay now * Make deasync an optional dep * Remove try/catch for windows support * Make `deasync` opt-in with cli flag * Don't pass the new option to core Co-authored-by: David Murdoch <[email protected]> build: update webpack 4.18 -> 4.43 (#742) build: add semantic-release (#743) fix: deasync option documentation (#746) build: add otp script (#748) * Add 2fa module * Add release script for OTP * Update github workflow to generate OTP for env * Update generate OTP script so it works, probably. Co-authored-by: David Murdoch <[email protected]> build: fix otp script path in package.json build: remove OTP script exec from github action build: set otp during release process (#753) * build: testing github actions * build: add `internal` branch to github actions * build: might as well try this * build: maybe it's a timing issue * build: add comment about intent * . * . * deparate * . * Try caching npm node modules * did it cache? * cache did nothing * Remove the "internal" release chore: update otp comment (#755) chore: remove unused vars (#756) chore: remove deasync since it isn't actually useful (#762) chore: update ganache-core to v2.11.0-beta.0 feat: add `forkCacheSize` option (#763) build: update Docker file to work with ganache-core>=2.11.0-beta.0 build: update semantic-release to v17.1.1 build: commit release version updates to git 6.10.0-beta.2 fix: fix automatic deployments chore: update ganache-core to v2.11.2 docs: change min Node.js version from 6 to 8 in README chore: update docker config for latest ganache-core 6.10.1 * fix automatic deployments ([06e4fad](trufflesuite/ganache@06e4fad)) fix(deps): update ganache-core to v2.11.3-beta.0 6.10.1-beta.1 * fix automatic deployments ([06e4fad](trufflesuite/ganache@06e4fad)) docs: add commit format info to readme (#782) chore: bump ethereumjs-util to 6.2.1 (#770) feat: add `chainId` option (#787) docs: add documentation for the `chainId` flag 6.11.0 * Update ganache-core to v2.12.1 ([5a12da4](trufflesuite/ganache@5a12da4)) * add `chainId` option ([#787](trufflesuite/ganache#787)) ([61ba4e3](trufflesuite/ganache@61ba4e3)) * add evm_(un)lockUnknownAccount by updating ganache-core to v2.12.0-beta.0 ([4e29e6e](trufflesuite/ganache@4e29e6e)) fix: remove unneeded COPY command from docker build (#790) chore: add `alpha` release automation chore: add `alpha` release automation chore: try workaround for ssh://git@github packages in CI chore: trigger docker build for the alpha tag 6.11.1-alpha.2 6.11.1-alpha.1 * install ganache-core v2.13.0-alpha.2 ([2df40c0](trufflesuite/ganache@2df40c0)) * remove unneeded COPY command from docker build ([#790](trufflesuite/ganache#790)) ([31e6cf0](trufflesuite/ganache@31e6cf0)) * update ganache-core to v2.12.2-beta.0 to fix Node v14 compat ([#791](trufflesuite/ganache#791)) ([c3adce9](trufflesuite/ganache@c3adce9)) fix: update ganache-core to v2.13.0-beta.0 fixes husky erroneous installation issue 6.11.1-beta.1 * install ganache-core v2.13.0-alpha.2 ([2df40c0](trufflesuite/ganache@2df40c0)) * remove unneeded COPY command from docker build ([#790](trufflesuite/ganache#790)) ([31e6cf0](trufflesuite/ganache@31e6cf0)) * update ganache-core to v2.12.2-beta.0 to fix Node v14 compat ([#791](trufflesuite/ganache#791)) ([c3adce9](trufflesuite/ganache@c3adce9)) * update ganache-core to v2.13.0-beta.0 ([2de7bdd](trufflesuite/ganache@2de7bdd)) feat: update ganache-core to v2.13.0 chore: update webpack-cli to v3.3.12 docs: expand abbreviated flags in README.md (#793) fix: update ganache-core to v2.13.1 6.12.0 * install ganache-core v2.13.0-alpha.2 ([2df40c0](trufflesuite/ganache@2df40c0)) * remove unneeded COPY command from docker build ([#790](trufflesuite/ganache#790)) ([31e6cf0](trufflesuite/ganache@31e6cf0)) * update ganache-core to v2.12.2-beta.0 to fix Node v14 compat ([#791](trufflesuite/ganache#791)) ([c3adce9](trufflesuite/ganache@c3adce9)) * update ganache-core to v2.13.0-beta.0 ([2de7bdd](trufflesuite/ganache@2de7bdd)) * update ganache-core to v2.13.0 ([1e7ad11](trufflesuite/ganache@1e7ad11)) 6.12.1 * update ganache-core to v2.13.1 ([3c0dc40](trufflesuite/ganache@3c0dc40)) docs: change typo in unlock and lock accounts (#802) fix: update ganache-core to v2.13.2 6.12.2 * update ganache-core to v2.13.2 ([cbb1d71](trufflesuite/ganache@cbb1d71))
karlomajer
referenced
this pull request
in Shard-Labs/ganache-cli
Feb 3, 2021
* parent a842e89 author palkeo <[email protected]> 1585800064 +1300 committer Karlo Majer <[email protected]> 1612348569 +0100 parent a842e89 author palkeo <[email protected]> 1585800064 +1300 committer Karlo Majer <[email protected]> 1612348549 +0100 parent a842e89 author palkeo <[email protected]> 1585800064 +1300 committer Karlo Majer <[email protected]> 1612348467 +0100 parent a842e89 author palkeo <[email protected]> 1585800064 +1300 committer Karlo Majer <[email protected]> 1612348442 +0100 parent a842e89 author palkeo <[email protected]> 1585800064 +1300 committer Karlo Majer <[email protected]> 1612348311 +0100 Remove the code that changes the port if it's the same as --fork. See issue #722 fix: Handle SIGINT, SIGTERM, & SIGHUP gracefully (#739) feat: opt-in deasync server startup (#735) * Add deasync lib * Update cli.js - deasync startup * Seems to work on Windows okay now * Make deasync an optional dep * Remove try/catch for windows support * Make `deasync` opt-in with cli flag * Don't pass the new option to core Co-authored-by: David Murdoch <[email protected]> build: update webpack 4.18 -> 4.43 (#742) build: add semantic-release (#743) fix: deasync option documentation (#746) build: add otp script (#748) * Add 2fa module * Add release script for OTP * Update github workflow to generate OTP for env * Update generate OTP script so it works, probably. Co-authored-by: David Murdoch <[email protected]> build: fix otp script path in package.json build: remove OTP script exec from github action build: set otp during release process (#753) * build: testing github actions * build: add `internal` branch to github actions * build: might as well try this * build: maybe it's a timing issue * build: add comment about intent * . * . * deparate * . * Try caching npm node modules * did it cache? * cache did nothing * Remove the "internal" release chore: update otp comment (#755) chore: remove unused vars (#756) chore: remove deasync since it isn't actually useful (#762) chore: update ganache-core to v2.11.0-beta.0 feat: add `forkCacheSize` option (#763) build: update Docker file to work with ganache-core>=2.11.0-beta.0 build: update semantic-release to v17.1.1 build: commit release version updates to git 6.10.0-beta.2 fix: fix automatic deployments chore: update ganache-core to v2.11.2 docs: change min Node.js version from 6 to 8 in README chore: update docker config for latest ganache-core 6.10.1 * fix automatic deployments ([06e4fad](trufflesuite/ganache@06e4fad)) fix(deps): update ganache-core to v2.11.3-beta.0 6.10.1-beta.1 * fix automatic deployments ([06e4fad](trufflesuite/ganache@06e4fad)) docs: add commit format info to readme (#782) chore: bump ethereumjs-util to 6.2.1 (#770) feat: add `chainId` option (#787) docs: add documentation for the `chainId` flag 6.11.0 * Update ganache-core to v2.12.1 ([5a12da4](trufflesuite/ganache@5a12da4)) * add `chainId` option ([#787](trufflesuite/ganache#787)) ([61ba4e3](trufflesuite/ganache@61ba4e3)) * add evm_(un)lockUnknownAccount by updating ganache-core to v2.12.0-beta.0 ([4e29e6e](trufflesuite/ganache@4e29e6e)) fix: remove unneeded COPY command from docker build (#790) chore: add `alpha` release automation chore: add `alpha` release automation chore: try workaround for ssh://git@github packages in CI chore: trigger docker build for the alpha tag 6.11.1-alpha.2 6.11.1-alpha.1 * install ganache-core v2.13.0-alpha.2 ([2df40c0](trufflesuite/ganache@2df40c0)) * remove unneeded COPY command from docker build ([#790](trufflesuite/ganache#790)) ([31e6cf0](trufflesuite/ganache@31e6cf0)) * update ganache-core to v2.12.2-beta.0 to fix Node v14 compat ([#791](trufflesuite/ganache#791)) ([c3adce9](trufflesuite/ganache@c3adce9)) fix: update ganache-core to v2.13.0-beta.0 fixes husky erroneous installation issue 6.11.1-beta.1 * install ganache-core v2.13.0-alpha.2 ([2df40c0](trufflesuite/ganache@2df40c0)) * remove unneeded COPY command from docker build ([#790](trufflesuite/ganache#790)) ([31e6cf0](trufflesuite/ganache@31e6cf0)) * update ganache-core to v2.12.2-beta.0 to fix Node v14 compat ([#791](trufflesuite/ganache#791)) ([c3adce9](trufflesuite/ganache@c3adce9)) * update ganache-core to v2.13.0-beta.0 ([2de7bdd](trufflesuite/ganache@2de7bdd)) feat: update ganache-core to v2.13.0 chore: update webpack-cli to v3.3.12 docs: expand abbreviated flags in README.md (#793) fix: update ganache-core to v2.13.1 6.12.0 * install ganache-core v2.13.0-alpha.2 ([2df40c0](trufflesuite/ganache@2df40c0)) * remove unneeded COPY command from docker build ([#790](trufflesuite/ganache#790)) ([31e6cf0](trufflesuite/ganache@31e6cf0)) * update ganache-core to v2.12.2-beta.0 to fix Node v14 compat ([#791](trufflesuite/ganache#791)) ([c3adce9](trufflesuite/ganache@c3adce9)) * update ganache-core to v2.13.0-beta.0 ([2de7bdd](trufflesuite/ganache@2de7bdd)) * update ganache-core to v2.13.0 ([1e7ad11](trufflesuite/ganache@1e7ad11)) 6.12.1 * update ganache-core to v2.13.1 ([3c0dc40](trufflesuite/ganache@3c0dc40)) docs: change typo in unlock and lock accounts (#802) fix: update ganache-core to v2.13.2 6.12.2 * update ganache-core to v2.13.2 ([cbb1d71](trufflesuite/ganache@cbb1d71)) * Update Ganache CLI to upstream * Remove release object Co-authored-by: palkeo <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR also updates the Docker build to use Node v14