Skip to content

Commit 7cba77c

Browse files
committed
chore(release): publish v7.8.0
ganache@7.8.0
1 parent 8583b40 commit 7cba77c

37 files changed

+287
-287
lines changed

docs/assets/js/ganache/ganache.min.js

+1-1
Large diffs are not rendered by default.

docs/assets/js/ganache/ganache.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+97-97
Large diffs are not rendered by default.

docs/typedoc/classes/default.html

+99-99
Large diffs are not rendered by default.

src/chains/ethereum/address/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/address/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.7.1",
6+
"version": "0.8.0",
77
"description": "",
88
"author": "David Murdoch",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/address#readme",
@@ -57,6 +57,6 @@
5757
},
5858
"dependencies": {
5959
"@ethereumjs/util": "8.0.5",
60-
"@ganache/utils": "0.7.1"
60+
"@ganache/utils": "0.8.0"
6161
}
6262
}

src/chains/ethereum/block/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/block/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.7.3",
6+
"version": "0.8.0",
77
"description": "",
88
"author": "David Murdoch",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/block#readme",
@@ -58,11 +58,11 @@
5858
"dependencies": {
5959
"@ethereumjs/common": "3.1.1",
6060
"@ethereumjs/util": "8.0.5",
61-
"@ganache/ethereum-address": "0.7.1",
62-
"@ganache/ethereum-transaction": "0.7.3",
63-
"@ganache/ethereum-utils": "0.7.2",
64-
"@ganache/rlp": "0.7.1",
65-
"@ganache/utils": "0.7.1",
61+
"@ganache/ethereum-address": "0.8.0",
62+
"@ganache/ethereum-transaction": "0.8.0",
63+
"@ganache/ethereum-utils": "0.8.0",
64+
"@ganache/rlp": "0.8.0",
65+
"@ganache/utils": "0.8.0",
6666
"emittery": "0.10.0"
6767
}
6868
}

src/chains/ethereum/console.log/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/console.log/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.3.0",
6+
"version": "0.4.0",
77
"description": "A Solidity library and EVM hooks for using console.log from Solidity contracts",
88
"author": "David Murdoch",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/console.log#readme",

src/chains/ethereum/ethereum/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/ethereum/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.8.6",
6+
"version": "0.9.0",
77
"description": "Ganache's Ethereum client implementation",
88
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/ethereum/ethereum#readme",
@@ -56,17 +56,17 @@
5656
"@ethereumjs/tx": "4.1.1",
5757
"@ethereumjs/util": "8.0.5",
5858
"@ethereumjs/vm": "6.4.1",
59-
"@ganache/console.log": "0.3.0",
60-
"@ganache/ethereum-address": "0.7.1",
61-
"@ganache/ethereum-block": "0.7.3",
62-
"@ganache/ethereum-options": "0.7.2",
63-
"@ganache/ethereum-transaction": "0.7.3",
64-
"@ganache/ethereum-utils": "0.7.2",
65-
"@ganache/options": "0.7.1",
59+
"@ganache/console.log": "0.4.0",
60+
"@ganache/ethereum-address": "0.8.0",
61+
"@ganache/ethereum-block": "0.8.0",
62+
"@ganache/ethereum-options": "0.8.0",
63+
"@ganache/ethereum-transaction": "0.8.0",
64+
"@ganache/ethereum-utils": "0.8.0",
65+
"@ganache/options": "0.8.0",
6666
"@ganache/promise-queue": "0.4.0",
67-
"@ganache/rlp": "0.7.1",
67+
"@ganache/rlp": "0.8.0",
6868
"@ganache/secp256k1": "0.5.0",
69-
"@ganache/utils": "0.7.1",
69+
"@ganache/utils": "0.8.0",
7070
"abort-controller": "3.0.0",
7171
"bip39": "3.0.4",
7272
"emittery": "0.10.0",

src/chains/ethereum/options/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/options/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.7.2",
6+
"version": "0.8.0",
77
"description": "",
88
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/options#readme",
@@ -48,10 +48,10 @@
4848
"truffle"
4949
],
5050
"dependencies": {
51-
"@ganache/ethereum-address": "0.7.1",
52-
"@ganache/ethereum-utils": "0.7.2",
53-
"@ganache/options": "0.7.1",
54-
"@ganache/utils": "0.7.1",
51+
"@ganache/ethereum-address": "0.8.0",
52+
"@ganache/ethereum-utils": "0.8.0",
53+
"@ganache/options": "0.8.0",
54+
"@ganache/utils": "0.8.0",
5555
"bip39": "3.0.4",
5656
"seedrandom": "3.0.5"
5757
},

src/chains/ethereum/transaction/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/transaction/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.7.3",
6+
"version": "0.8.0",
77
"description": "",
88
"author": "David Murdoch",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/transaction#readme",
@@ -50,11 +50,11 @@
5050
"dependencies": {
5151
"@ethereumjs/common": "3.1.1",
5252
"@ethereumjs/tx": "4.1.1",
53-
"@ganache/ethereum-address": "0.7.1",
54-
"@ganache/ethereum-utils": "0.7.2",
55-
"@ganache/rlp": "0.7.1",
53+
"@ganache/ethereum-address": "0.8.0",
54+
"@ganache/ethereum-utils": "0.8.0",
55+
"@ganache/rlp": "0.8.0",
5656
"@ganache/secp256k1": "0.5.0",
57-
"@ganache/utils": "0.7.1",
57+
"@ganache/utils": "0.8.0",
5858
"node-gyp-build": "4.5.0"
5959
},
6060
"devDependencies": {

src/chains/ethereum/utils/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/utils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.7.2",
6+
"version": "0.8.0",
77
"description": "",
88
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/utils#readme",
@@ -53,9 +53,9 @@
5353
"@ethereumjs/tx": "4.1.1",
5454
"@ethereumjs/util": "8.0.5",
5555
"@ethereumjs/vm": "6.4.1",
56-
"@ganache/ethereum-address": "0.7.1",
57-
"@ganache/rlp": "0.7.1",
58-
"@ganache/utils": "0.7.1",
56+
"@ganache/ethereum-address": "0.8.0",
57+
"@ganache/rlp": "0.8.0",
58+
"@ganache/utils": "0.8.0",
5959
"emittery": "0.10.0",
6060
"ethereumjs-abi": "0.6.8"
6161
},

src/chains/filecoin/filecoin/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/filecoin/filecoin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.7.1",
6+
"version": "0.8.0",
77
"description": "Ganache's Filecoin client implementation",
88
"author": "Tim Coulter",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/filecoin#readme",
@@ -57,8 +57,8 @@
5757
"@filecoin-shipyard/lotus-client-provider-browser": "0.0.14",
5858
"@filecoin-shipyard/lotus-client-rpc": "0.2.0",
5959
"@filecoin-shipyard/lotus-client-schema": "2.0.0",
60-
"@ganache/filecoin-options": "0.7.1",
61-
"@ganache/utils": "0.7.1",
60+
"@ganache/filecoin-options": "0.8.0",
61+
"@ganache/utils": "0.8.0",
6262
"@trufflesuite/uws-js-unofficial": "20.10.0-unofficial.2",
6363
"@types/abstract-leveldown": "7.2.0",
6464
"@types/bn.js": "5.1.0",

src/chains/filecoin/options/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/filecoin/options/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.7.1",
6+
"version": "0.8.0",
77
"description": "",
88
"author": "Tim Coulter",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/filecoin/options#readme",
@@ -50,7 +50,7 @@
5050
"truffle"
5151
],
5252
"devDependencies": {
53-
"@ganache/options": "0.7.1",
53+
"@ganache/options": "0.8.0",
5454
"@types/mocha": "9.0.0",
5555
"@types/seedrandom": "3.0.1",
5656
"@types/terser-webpack-plugin": "5.0.2",

src/chains/tezos/tezos/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/tezos/tezos/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.7.2",
6+
"version": "0.8.0",
77
"description": "Ganache's Tezos client implementation",
88
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/tezos/tezos#readme",
@@ -42,8 +42,8 @@
4242
"tooling"
4343
],
4444
"dependencies": {
45-
"@ganache/options": "0.7.1",
46-
"@ganache/utils": "0.7.1",
45+
"@ganache/options": "0.8.0",
46+
"@ganache/utils": "0.8.0",
4747
"emittery": "0.10.0"
4848
},
4949
"devDependencies": {

src/packages/cli/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/packages/cli/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.8.6",
6+
"version": "0.9.0",
77
"description": "",
88
"author": "David Murdoch",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/packages/cli#readme",
@@ -53,8 +53,8 @@
5353
"truffle"
5454
],
5555
"devDependencies": {
56-
"@ganache/ethereum": "0.8.6",
57-
"@ganache/filecoin": "0.7.1",
56+
"@ganache/ethereum": "0.9.0",
57+
"@ganache/filecoin": "0.8.0",
5858
"@types/mocha": "9.0.0",
5959
"cross-env": "7.0.3",
6060
"mocha": "9.1.3",
@@ -64,10 +64,10 @@
6464
"dependencies": {
6565
"@ethereumjs/util": "8.0.5",
6666
"@ganache/colors": "0.4.0",
67-
"@ganache/core": "0.8.6",
68-
"@ganache/flavors": "0.8.6",
69-
"@ganache/options": "0.7.1",
70-
"@ganache/utils": "0.7.1",
67+
"@ganache/core": "0.9.0",
68+
"@ganache/flavors": "0.9.0",
69+
"@ganache/options": "0.8.0",
70+
"@ganache/utils": "0.8.0",
7171
"@trufflesuite/ps-list": "0.0.3",
7272
"@types/node": "17.0.0",
7373
"chalk": "4.1.0",

src/packages/core/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/packages/core/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.8.6",
6+
"version": "0.9.0",
77
"description": "A library to create a local blockchain for fast Ethereum development.",
88
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/packages/core#readme",
@@ -48,11 +48,11 @@
4848
"tooling"
4949
],
5050
"dependencies": {
51-
"@ganache/ethereum": "0.8.6",
52-
"@ganache/flavors": "0.8.6",
53-
"@ganache/options": "0.7.1",
54-
"@ganache/tezos": "0.7.2",
55-
"@ganache/utils": "0.7.1",
51+
"@ganache/ethereum": "0.9.0",
52+
"@ganache/flavors": "0.9.0",
53+
"@ganache/options": "0.8.0",
54+
"@ganache/tezos": "0.8.0",
55+
"@ganache/utils": "0.8.0",
5656
"@trufflesuite/uws-js-unofficial": "20.10.0-unofficial.2",
5757
"aggregate-error": "3.1.0",
5858
"emittery": "0.10.0"

src/packages/flavors/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)