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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TrufBot committed Oct 25, 2022
1 parent cda09c1 commit d8cfb81
Show file tree
Hide file tree
Showing 37 changed files with 256 additions and 265 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.

81 changes: 40 additions & 41 deletions docs/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/typedoc/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3187,
"line": 3186,
"character": 8
}
],
Expand Down Expand Up @@ -860,7 +860,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3136,
"line": 3135,
"character": 8
}
],
Expand Down Expand Up @@ -1080,7 +1080,7 @@
"tags": [
{
"tag": "example",
"text": "\n```javascript\n// Simple.sol\n// // SPDX-License-Identifier: MIT\n// pragma solidity ^0.7.4;\n//\n// contract Simple {\n// uint256 public value;\n// constructor() payable {\n// value = 5;\n// }\n// }\nconst simpleSol = \"0x6080604052600560008190555060858060196000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c80633fa4f24514602d575b600080fd5b60336049565b6040518082815260200191505060405180910390f35b6000548156fea26469706673582212200897f7766689bf7a145227297912838b19bcad29039258a293be78e3bf58e20264736f6c63430007040033\";\nconst [from] = await provider.request({ method: \"eth_accounts\", params: [] });\nconst txObj = { from, gas: \"0x5b8d80\", gasPrice: \"0x1dfd14000\", value:\"0x0\", data: simpleSol };\nconst slot = \"0x0000000000000000000000000000000000000000000000000000000000000005\"\nconst overrides = { [from]: { balance: \"0x3e8\", \"nonce: \"0x5\", code: \"0xbaddad42\", stateDiff: { [slot]: \"0xbaddad42\"}}}\nconst result = await provider.request({ method: \"eth_call\", params: [txObj, \"latest\", overrides] });\nconsole.log(result);\n```\n"
"text": "\n```javascript\n// Simple.sol\n// // SPDX-License-Identifier: MIT\n// pragma solidity ^0.7.4;\n//\n// contract Simple {\n// uint256 public value;\n// constructor() payable {\n// value = 5;\n// }\n// }\nconst simpleSol = \"0x6080604052600560008190555060858060196000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c80633fa4f24514602d575b600080fd5b60336049565b6040518082815260200191505060405180910390f35b6000548156fea26469706673582212200897f7766689bf7a145227297912838b19bcad29039258a293be78e3bf58e20264736f6c63430007040033\";\nconst [from] = await provider.request({ method: \"eth_accounts\", params: [] });\nconst txObj = { from, gas: \"0x5b8d80\", gasPrice: \"0x1dfd14000\", value:\"0x0\", data: simpleSol };\nconst slot = \"0x0000000000000000000000000000000000000000000000000000000000000005\"\nconst overrides = { [from]: { balance: \"0x3e8\", nonce: \"0x5\", code: \"0xbaddad42\", stateDiff: { [slot]: \"0x00000000000000000000000000000000000000000000000000000000baddad42\"}}};\nconst result = await provider.request({ method: \"eth_call\", params: [txObj, \"latest\", overrides] });\nconsole.log(result);\n```\n"
}
]
},
Expand Down Expand Up @@ -1366,7 +1366,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 2918,
"line": 2917,
"character": 8
}
],
Expand All @@ -1378,7 +1378,7 @@
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "Returns a collection of historical block gas data and optional effective fee spent per unit of gas for a given percentile of block gas usage.\nAdded in [EIP-1559](https://www.alchemy.com//blog/eip-1559)",
"shortText": "Returns a collection of historical block gas data and optional effective fee spent per unit of gas for a given percentile of block gas usage.",
"returns": "transaction base fee per gas and effective priority fee per gas for the requested/supported block range\n\n* `oldestBlock`: - Lowest number block of the returned range.\n* `baseFeePerGas`: - An array of block base fees per gas. This includes the next block after the newest of the returned range,\nbecause this value can be derived from the newest block. Zeroes are returned for pre-EIP-1559 blocks.\n* `gasUsedRatio`: - An array of block gas used ratios. These are calculated as the ratio of `gasUsed` and `gasLimit`.\n* `reward`: - An array of effective priority fee per gas data points from a single block. All zeroes are returned if the\nblock is empty.\n",
"tags": [
{
Expand Down Expand Up @@ -7350,7 +7350,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3264,
"line": 3263,
"character": 8
}
],
Expand Down Expand Up @@ -7435,7 +7435,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3216,
"line": 3215,
"character": 8
}
],
Expand Down Expand Up @@ -7493,7 +7493,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3294,
"line": 3293,
"character": 8
}
],
Expand Down Expand Up @@ -7564,7 +7564,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3233,
"line": 3232,
"character": 8
}
],
Expand Down Expand Up @@ -7635,7 +7635,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3363,
"line": 3362,
"character": 8
}
],
Expand Down Expand Up @@ -7718,7 +7718,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3422,
"line": 3421,
"character": 8
}
],
Expand Down Expand Up @@ -7802,7 +7802,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3322,
"line": 3321,
"character": 8
}
],
Expand Down Expand Up @@ -7903,7 +7903,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3453,
"line": 3452,
"character": 8
}
],
Expand Down Expand Up @@ -8052,7 +8052,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3510,
"line": 3509,
"character": 8
}
],
Expand Down Expand Up @@ -8123,7 +8123,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3558,
"line": 3557,
"character": 8
}
],
Expand Down Expand Up @@ -8193,7 +8193,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3573,
"line": 3572,
"character": 8
}
],
Expand Down Expand Up @@ -8264,7 +8264,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3485,
"line": 3484,
"character": 8
}
],
Expand Down Expand Up @@ -8335,7 +8335,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3527,
"line": 3526,
"character": 8
}
],
Expand Down Expand Up @@ -8423,7 +8423,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3495,
"line": 3494,
"character": 8
}
],
Expand Down Expand Up @@ -8472,7 +8472,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3470,
"line": 3469,
"character": 8
}
],
Expand Down Expand Up @@ -8527,7 +8527,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3588,
"line": 3587,
"character": 8
}
],
Expand Down Expand Up @@ -8598,7 +8598,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3543,
"line": 3542,
"character": 8
}
],
Expand Down Expand Up @@ -8669,7 +8669,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3602,
"line": 3601,
"character": 8
}
],
Expand Down Expand Up @@ -8724,7 +8724,7 @@
"sources": [
{
"fileName": "ethereum/src/api.ts",
"line": 3623,
"line": 3622,
"character": 8
}
],
Expand Down
11 changes: 2 additions & 9 deletions docs/typedoc/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
--dark-hl-7: #4FC1FF;
--light-hl-8: #098658;
--dark-hl-8: #B5CEA8;
--light-hl-9: #CD3131;
--dark-hl-9: #F44747;
--light-hl-10: #267F99;
--dark-hl-10: #4EC9B0;
--light-hl-9: #267F99;
--dark-hl-9: #4EC9B0;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -36,7 +34,6 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
} }

Expand All @@ -51,7 +48,6 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
} }

Expand All @@ -66,7 +62,6 @@ body.light {
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
}

Expand All @@ -81,7 +76,6 @@ body.dark {
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
}

Expand All @@ -95,5 +89,4 @@ body.dark {
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
pre, code { background: var(--code-background); }
209 changes: 104 additions & 105 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.5.3",
"version": "0.6.0",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/address#readme",
Expand Down Expand Up @@ -56,6 +56,6 @@
"typescript": "4.6.4"
},
"dependencies": {
"@ganache/utils": "0.5.3"
"@ganache/utils": "0.6.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.5.4",
"version": "0.6.0",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/block#readme",
Expand Down Expand Up @@ -57,11 +57,11 @@
},
"dependencies": {
"@ethereumjs/common": "2.6.5",
"@ganache/ethereum-address": "0.5.3",
"@ganache/ethereum-transaction": "0.5.4",
"@ganache/ethereum-utils": "0.5.3",
"@ganache/rlp": "0.5.3",
"@ganache/utils": "0.5.3",
"@ganache/ethereum-address": "0.6.0",
"@ganache/ethereum-transaction": "0.6.0",
"@ganache/ethereum-utils": "0.6.0",
"@ganache/rlp": "0.6.0",
"@ganache/utils": "0.6.0",
"emittery": "0.10.0",
"ethereumjs-util": "7.1.5"
}
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.

18 changes: 9 additions & 9 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.5.4",
"version": "0.6.0",
"description": "Ganache's Ethereum client implementation",
"author": "David Murdoch <[email protected]> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/ethereum/ethereum#readme",
Expand Down Expand Up @@ -55,16 +55,16 @@
"@ethereumjs/tx": "3.5.2",
"@ethereumjs/vm": "5.9.3",
"@ganache/console.log": "0.2.0",
"@ganache/ethereum-address": "0.5.3",
"@ganache/ethereum-block": "0.5.4",
"@ganache/ethereum-options": "0.5.4",
"@ganache/ethereum-transaction": "0.5.4",
"@ganache/ethereum-utils": "0.5.3",
"@ganache/options": "0.5.3",
"@ganache/ethereum-address": "0.6.0",
"@ganache/ethereum-block": "0.6.0",
"@ganache/ethereum-options": "0.6.0",
"@ganache/ethereum-transaction": "0.6.0",
"@ganache/ethereum-utils": "0.6.0",
"@ganache/options": "0.6.0",
"@ganache/promise-queue": "0.3.1",
"@ganache/rlp": "0.5.3",
"@ganache/rlp": "0.6.0",
"@ganache/secp256k1": "0.4.1",
"@ganache/utils": "0.5.3",
"@ganache/utils": "0.6.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.5.4",
"version": "0.6.0",
"description": "",
"author": "David Murdoch <[email protected]> (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.5.3",
"@ganache/ethereum-utils": "0.5.3",
"@ganache/options": "0.5.3",
"@ganache/utils": "0.5.3",
"@ganache/ethereum-address": "0.6.0",
"@ganache/ethereum-utils": "0.6.0",
"@ganache/options": "0.6.0",
"@ganache/utils": "0.6.0",
"bip39": "3.0.4",
"seedrandom": "3.0.5"
},
Expand Down
Loading

0 comments on commit d8cfb81

Please sign in to comment.