Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore(release): publish v7.8.0
Browse files Browse the repository at this point in the history
ganache@7.8.0
  • Loading branch information
TrufBot committed Apr 13, 2023
1 parent 8583b40 commit 7cba77c
Show file tree
Hide file tree
Showing 37 changed files with 287 additions and 287 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/ganache/ganache.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/js/ganache/ganache.min.js.map

Large diffs are not rendered by default.

194 changes: 97 additions & 97 deletions docs/index.html

Large diffs are not rendered by default.

198 changes: 99 additions & 99 deletions docs/typedoc/classes/default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/chains/ethereum/address/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/chains/ethereum/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.7.1",
"version": "0.8.0",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/address#readme",
Expand Down Expand Up @@ -57,6 +57,6 @@
},
"dependencies": {
"@ethereumjs/util": "8.0.5",
"@ganache/utils": "0.7.1"
"@ganache/utils": "0.8.0"
}
}
2 changes: 1 addition & 1 deletion src/chains/ethereum/block/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/chains/ethereum/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.7.3",
"version": "0.8.0",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/block#readme",
Expand Down Expand Up @@ -58,11 +58,11 @@
"dependencies": {
"@ethereumjs/common": "3.1.1",
"@ethereumjs/util": "8.0.5",
"@ganache/ethereum-address": "0.7.1",
"@ganache/ethereum-transaction": "0.7.3",
"@ganache/ethereum-utils": "0.7.2",
"@ganache/rlp": "0.7.1",
"@ganache/utils": "0.7.1",
"@ganache/ethereum-address": "0.8.0",
"@ganache/ethereum-transaction": "0.8.0",
"@ganache/ethereum-utils": "0.8.0",
"@ganache/rlp": "0.8.0",
"@ganache/utils": "0.8.0",
"emittery": "0.10.0"
}
}
2 changes: 1 addition & 1 deletion src/chains/ethereum/console.log/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/chains/ethereum/console.log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.3.0",
"version": "0.4.0",
"description": "A Solidity library and EVM hooks for using console.log from Solidity contracts",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/console.log#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/chains/ethereum/ethereum/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions src/chains/ethereum/ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.8.6",
"version": "0.9.0",
"description": "Ganache's Ethereum client implementation",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/ethereum/ethereum#readme",
Expand Down Expand Up @@ -56,17 +56,17 @@
"@ethereumjs/tx": "4.1.1",
"@ethereumjs/util": "8.0.5",
"@ethereumjs/vm": "6.4.1",
"@ganache/console.log": "0.3.0",
"@ganache/ethereum-address": "0.7.1",
"@ganache/ethereum-block": "0.7.3",
"@ganache/ethereum-options": "0.7.2",
"@ganache/ethereum-transaction": "0.7.3",
"@ganache/ethereum-utils": "0.7.2",
"@ganache/options": "0.7.1",
"@ganache/console.log": "0.4.0",
"@ganache/ethereum-address": "0.8.0",
"@ganache/ethereum-block": "0.8.0",
"@ganache/ethereum-options": "0.8.0",
"@ganache/ethereum-transaction": "0.8.0",
"@ganache/ethereum-utils": "0.8.0",
"@ganache/options": "0.8.0",
"@ganache/promise-queue": "0.4.0",
"@ganache/rlp": "0.7.1",
"@ganache/rlp": "0.8.0",
"@ganache/secp256k1": "0.5.0",
"@ganache/utils": "0.7.1",
"@ganache/utils": "0.8.0",
"abort-controller": "3.0.0",
"bip39": "3.0.4",
"emittery": "0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/chains/ethereum/options/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/chains/ethereum/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.7.2",
"version": "0.8.0",
"description": "",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/options#readme",
Expand Down Expand Up @@ -48,10 +48,10 @@
"truffle"
],
"dependencies": {
"@ganache/ethereum-address": "0.7.1",
"@ganache/ethereum-utils": "0.7.2",
"@ganache/options": "0.7.1",
"@ganache/utils": "0.7.1",
"@ganache/ethereum-address": "0.8.0",
"@ganache/ethereum-utils": "0.8.0",
"@ganache/options": "0.8.0",
"@ganache/utils": "0.8.0",
"bip39": "3.0.4",
"seedrandom": "3.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion src/chains/ethereum/transaction/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/chains/ethereum/transaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.7.3",
"version": "0.8.0",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/transaction#readme",
Expand Down Expand Up @@ -50,11 +50,11 @@
"dependencies": {
"@ethereumjs/common": "3.1.1",
"@ethereumjs/tx": "4.1.1",
"@ganache/ethereum-address": "0.7.1",
"@ganache/ethereum-utils": "0.7.2",
"@ganache/rlp": "0.7.1",
"@ganache/ethereum-address": "0.8.0",
"@ganache/ethereum-utils": "0.8.0",
"@ganache/rlp": "0.8.0",
"@ganache/secp256k1": "0.5.0",
"@ganache/utils": "0.7.1",
"@ganache/utils": "0.8.0",
"node-gyp-build": "4.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/chains/ethereum/utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/chains/ethereum/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.7.2",
"version": "0.8.0",
"description": "",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/utils#readme",
Expand Down Expand Up @@ -53,9 +53,9 @@
"@ethereumjs/tx": "4.1.1",
"@ethereumjs/util": "8.0.5",
"@ethereumjs/vm": "6.4.1",
"@ganache/ethereum-address": "0.7.1",
"@ganache/rlp": "0.7.1",
"@ganache/utils": "0.7.1",
"@ganache/ethereum-address": "0.8.0",
"@ganache/rlp": "0.8.0",
"@ganache/utils": "0.8.0",
"emittery": "0.10.0",
"ethereumjs-abi": "0.6.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/chains/filecoin/filecoin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/chains/filecoin/filecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.7.1",
"version": "0.8.0",
"description": "Ganache's Filecoin client implementation",
"author": "Tim Coulter",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/filecoin#readme",
Expand Down Expand Up @@ -57,8 +57,8 @@
"@filecoin-shipyard/lotus-client-provider-browser": "0.0.14",
"@filecoin-shipyard/lotus-client-rpc": "0.2.0",
"@filecoin-shipyard/lotus-client-schema": "2.0.0",
"@ganache/filecoin-options": "0.7.1",
"@ganache/utils": "0.7.1",
"@ganache/filecoin-options": "0.8.0",
"@ganache/utils": "0.8.0",
"@trufflesuite/uws-js-unofficial": "20.10.0-unofficial.2",
"@types/abstract-leveldown": "7.2.0",
"@types/bn.js": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/chains/filecoin/options/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/chains/filecoin/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.7.1",
"version": "0.8.0",
"description": "",
"author": "Tim Coulter",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/filecoin/options#readme",
Expand Down Expand Up @@ -50,7 +50,7 @@
"truffle"
],
"devDependencies": {
"@ganache/options": "0.7.1",
"@ganache/options": "0.8.0",
"@types/mocha": "9.0.0",
"@types/seedrandom": "3.0.1",
"@types/terser-webpack-plugin": "5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/chains/tezos/tezos/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/chains/tezos/tezos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.7.2",
"version": "0.8.0",
"description": "Ganache's Tezos client implementation",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/tezos/tezos#readme",
Expand Down Expand Up @@ -42,8 +42,8 @@
"tooling"
],
"dependencies": {
"@ganache/options": "0.7.1",
"@ganache/utils": "0.7.1",
"@ganache/options": "0.8.0",
"@ganache/utils": "0.8.0",
"emittery": "0.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions src/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.8.6",
"version": "0.9.0",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/packages/cli#readme",
Expand Down Expand Up @@ -53,8 +53,8 @@
"truffle"
],
"devDependencies": {
"@ganache/ethereum": "0.8.6",
"@ganache/filecoin": "0.7.1",
"@ganache/ethereum": "0.9.0",
"@ganache/filecoin": "0.8.0",
"@types/mocha": "9.0.0",
"cross-env": "7.0.3",
"mocha": "9.1.3",
Expand All @@ -64,10 +64,10 @@
"dependencies": {
"@ethereumjs/util": "8.0.5",
"@ganache/colors": "0.4.0",
"@ganache/core": "0.8.6",
"@ganache/flavors": "0.8.6",
"@ganache/options": "0.7.1",
"@ganache/utils": "0.7.1",
"@ganache/core": "0.9.0",
"@ganache/flavors": "0.9.0",
"@ganache/options": "0.8.0",
"@ganache/utils": "0.8.0",
"@trufflesuite/ps-list": "0.0.3",
"@types/node": "17.0.0",
"chalk": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.8.6",
"version": "0.9.0",
"description": "A library to create a local blockchain for fast Ethereum development.",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/packages/core#readme",
Expand Down Expand Up @@ -48,11 +48,11 @@
"tooling"
],
"dependencies": {
"@ganache/ethereum": "0.8.6",
"@ganache/flavors": "0.8.6",
"@ganache/options": "0.7.1",
"@ganache/tezos": "0.7.2",
"@ganache/utils": "0.7.1",
"@ganache/ethereum": "0.9.0",
"@ganache/flavors": "0.9.0",
"@ganache/options": "0.8.0",
"@ganache/tezos": "0.8.0",
"@ganache/utils": "0.8.0",
"@trufflesuite/uws-js-unofficial": "20.10.0-unofficial.2",
"aggregate-error": "3.1.0",
"emittery": "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/flavors/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cba77c

Please sign in to comment.