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

Commit d8cfb81

Browse files
committed
chore(release): publish v7.5.0
ganache@7.5.0
1 parent cda09c1 commit d8cfb81

37 files changed

Lines changed: 256 additions & 265 deletions

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 40 additions & 41 deletions
Large diffs are not rendered by default.

docs/typedoc/api.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@
745745
"sources": [
746746
{
747747
"fileName": "ethereum/src/api.ts",
748-
"line": 3187,
748+
"line": 3186,
749749
"character": 8
750750
}
751751
],
@@ -860,7 +860,7 @@
860860
"sources": [
861861
{
862862
"fileName": "ethereum/src/api.ts",
863-
"line": 3136,
863+
"line": 3135,
864864
"character": 8
865865
}
866866
],
@@ -1080,7 +1080,7 @@
10801080
"tags": [
10811081
{
10821082
"tag": "example",
1083-
"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"
1083+
"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"
10841084
}
10851085
]
10861086
},
@@ -1366,7 +1366,7 @@
13661366
"sources": [
13671367
{
13681368
"fileName": "ethereum/src/api.ts",
1369-
"line": 2918,
1369+
"line": 2917,
13701370
"character": 8
13711371
}
13721372
],
@@ -1378,7 +1378,7 @@
13781378
"kindString": "Call signature",
13791379
"flags": {},
13801380
"comment": {
1381-
"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)",
1381+
"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.",
13821382
"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",
13831383
"tags": [
13841384
{
@@ -7350,7 +7350,7 @@
73507350
"sources": [
73517351
{
73527352
"fileName": "ethereum/src/api.ts",
7353-
"line": 3264,
7353+
"line": 3263,
73547354
"character": 8
73557355
}
73567356
],
@@ -7435,7 +7435,7 @@
74357435
"sources": [
74367436
{
74377437
"fileName": "ethereum/src/api.ts",
7438-
"line": 3216,
7438+
"line": 3215,
74397439
"character": 8
74407440
}
74417441
],
@@ -7493,7 +7493,7 @@
74937493
"sources": [
74947494
{
74957495
"fileName": "ethereum/src/api.ts",
7496-
"line": 3294,
7496+
"line": 3293,
74977497
"character": 8
74987498
}
74997499
],
@@ -7564,7 +7564,7 @@
75647564
"sources": [
75657565
{
75667566
"fileName": "ethereum/src/api.ts",
7567-
"line": 3233,
7567+
"line": 3232,
75687568
"character": 8
75697569
}
75707570
],
@@ -7635,7 +7635,7 @@
76357635
"sources": [
76367636
{
76377637
"fileName": "ethereum/src/api.ts",
7638-
"line": 3363,
7638+
"line": 3362,
76397639
"character": 8
76407640
}
76417641
],
@@ -7718,7 +7718,7 @@
77187718
"sources": [
77197719
{
77207720
"fileName": "ethereum/src/api.ts",
7721-
"line": 3422,
7721+
"line": 3421,
77227722
"character": 8
77237723
}
77247724
],
@@ -7802,7 +7802,7 @@
78027802
"sources": [
78037803
{
78047804
"fileName": "ethereum/src/api.ts",
7805-
"line": 3322,
7805+
"line": 3321,
78067806
"character": 8
78077807
}
78087808
],
@@ -7903,7 +7903,7 @@
79037903
"sources": [
79047904
{
79057905
"fileName": "ethereum/src/api.ts",
7906-
"line": 3453,
7906+
"line": 3452,
79077907
"character": 8
79087908
}
79097909
],
@@ -8052,7 +8052,7 @@
80528052
"sources": [
80538053
{
80548054
"fileName": "ethereum/src/api.ts",
8055-
"line": 3510,
8055+
"line": 3509,
80568056
"character": 8
80578057
}
80588058
],
@@ -8123,7 +8123,7 @@
81238123
"sources": [
81248124
{
81258125
"fileName": "ethereum/src/api.ts",
8126-
"line": 3558,
8126+
"line": 3557,
81278127
"character": 8
81288128
}
81298129
],
@@ -8193,7 +8193,7 @@
81938193
"sources": [
81948194
{
81958195
"fileName": "ethereum/src/api.ts",
8196-
"line": 3573,
8196+
"line": 3572,
81978197
"character": 8
81988198
}
81998199
],
@@ -8264,7 +8264,7 @@
82648264
"sources": [
82658265
{
82668266
"fileName": "ethereum/src/api.ts",
8267-
"line": 3485,
8267+
"line": 3484,
82688268
"character": 8
82698269
}
82708270
],
@@ -8335,7 +8335,7 @@
83358335
"sources": [
83368336
{
83378337
"fileName": "ethereum/src/api.ts",
8338-
"line": 3527,
8338+
"line": 3526,
83398339
"character": 8
83408340
}
83418341
],
@@ -8423,7 +8423,7 @@
84238423
"sources": [
84248424
{
84258425
"fileName": "ethereum/src/api.ts",
8426-
"line": 3495,
8426+
"line": 3494,
84278427
"character": 8
84288428
}
84298429
],
@@ -8472,7 +8472,7 @@
84728472
"sources": [
84738473
{
84748474
"fileName": "ethereum/src/api.ts",
8475-
"line": 3470,
8475+
"line": 3469,
84768476
"character": 8
84778477
}
84788478
],
@@ -8527,7 +8527,7 @@
85278527
"sources": [
85288528
{
85298529
"fileName": "ethereum/src/api.ts",
8530-
"line": 3588,
8530+
"line": 3587,
85318531
"character": 8
85328532
}
85338533
],
@@ -8598,7 +8598,7 @@
85988598
"sources": [
85998599
{
86008600
"fileName": "ethereum/src/api.ts",
8601-
"line": 3543,
8601+
"line": 3542,
86028602
"character": 8
86038603
}
86048604
],
@@ -8669,7 +8669,7 @@
86698669
"sources": [
86708670
{
86718671
"fileName": "ethereum/src/api.ts",
8672-
"line": 3602,
8672+
"line": 3601,
86738673
"character": 8
86748674
}
86758675
],
@@ -8724,7 +8724,7 @@
87248724
"sources": [
87258725
{
87268726
"fileName": "ethereum/src/api.ts",
8727-
"line": 3623,
8727+
"line": 3622,
87288728
"character": 8
87298729
}
87308730
],

docs/typedoc/assets/highlight.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
--dark-hl-7: #4FC1FF;
1818
--light-hl-8: #098658;
1919
--dark-hl-8: #B5CEA8;
20-
--light-hl-9: #CD3131;
21-
--dark-hl-9: #F44747;
22-
--light-hl-10: #267F99;
23-
--dark-hl-10: #4EC9B0;
20+
--light-hl-9: #267F99;
21+
--dark-hl-9: #4EC9B0;
2422
--light-code-background: #FFFFFF;
2523
--dark-code-background: #1E1E1E;
2624
}
@@ -36,7 +34,6 @@
3634
--hl-7: var(--light-hl-7);
3735
--hl-8: var(--light-hl-8);
3836
--hl-9: var(--light-hl-9);
39-
--hl-10: var(--light-hl-10);
4037
--code-background: var(--light-code-background);
4138
} }
4239

@@ -51,7 +48,6 @@
5148
--hl-7: var(--dark-hl-7);
5249
--hl-8: var(--dark-hl-8);
5350
--hl-9: var(--dark-hl-9);
54-
--hl-10: var(--dark-hl-10);
5551
--code-background: var(--dark-code-background);
5652
} }
5753

@@ -66,7 +62,6 @@ body.light {
6662
--hl-7: var(--light-hl-7);
6763
--hl-8: var(--light-hl-8);
6864
--hl-9: var(--light-hl-9);
69-
--hl-10: var(--light-hl-10);
7065
--code-background: var(--light-code-background);
7166
}
7267

@@ -81,7 +76,6 @@ body.dark {
8176
--hl-7: var(--dark-hl-7);
8277
--hl-8: var(--dark-hl-8);
8378
--hl-9: var(--dark-hl-9);
84-
--hl-10: var(--dark-hl-10);
8579
--code-background: var(--dark-code-background);
8680
}
8781

@@ -95,5 +89,4 @@ body.dark {
9589
.hl-7 { color: var(--hl-7); }
9690
.hl-8 { color: var(--hl-8); }
9791
.hl-9 { color: var(--hl-9); }
98-
.hl-10 { color: var(--hl-10); }
9992
pre, code { background: var(--code-background); }

docs/typedoc/classes/default.html

Lines changed: 104 additions & 105 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/address/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.5.3",
6+
"version": "0.6.0",
77
"description": "",
88
"author": "David Murdoch",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/address#readme",
@@ -56,6 +56,6 @@
5656
"typescript": "4.6.4"
5757
},
5858
"dependencies": {
59-
"@ganache/utils": "0.5.3"
59+
"@ganache/utils": "0.6.0"
6060
}
6161
}

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/block/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.5.4",
6+
"version": "0.6.0",
77
"description": "",
88
"author": "David Murdoch",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/block#readme",
@@ -57,11 +57,11 @@
5757
},
5858
"dependencies": {
5959
"@ethereumjs/common": "2.6.5",
60-
"@ganache/ethereum-address": "0.5.3",
61-
"@ganache/ethereum-transaction": "0.5.4",
62-
"@ganache/ethereum-utils": "0.5.3",
63-
"@ganache/rlp": "0.5.3",
64-
"@ganache/utils": "0.5.3",
60+
"@ganache/ethereum-address": "0.6.0",
61+
"@ganache/ethereum-transaction": "0.6.0",
62+
"@ganache/ethereum-utils": "0.6.0",
63+
"@ganache/rlp": "0.6.0",
64+
"@ganache/utils": "0.6.0",
6565
"emittery": "0.10.0",
6666
"ethereumjs-util": "7.1.5"
6767
}

0 commit comments

Comments
 (0)