Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information